aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy2009-11-081-1/+4
* net/compat_ioctl: support SIOCWANDEVArnd Bergmann2009-11-081-17/+24
* udp: secondary hash on (local port, local address)Eric Dumazet2009-11-083-4/+27
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-082-1/+7
* udp: add a counter into udp_hslotEric Dumazet2009-11-081-0/+8
* can: Driver for the Microchip MCP251x SPI CAN controllersChristian Pellegrin2009-11-081-0/+36
* net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-081-3/+5
* net: kill proto_ops wrapperArnd Bergmann2009-11-071-83/+0
* net: compat: No need to define IFHWADDRLEN and IFNAMSIZ twice.David S. Miller2009-11-061-2/+0
* compat: add struct compat_ifreq etc to compat.hArnd Bergmann2009-11-061-0/+39
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller2009-11-063-7/+37
|\
| * ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov2009-11-062-0/+6
| * ieee802154: add an mlme_ops call to retrieve PHY objectDmitry Eremin-Solenikov2009-11-062-0/+8
| * ieee802154: add LIST_PHY command supportDmitry Eremin-Solenikov2009-11-061-0/+4
| * ieee802154: constify struct net_device in some operationsDmitry Eremin-Solenikov2009-11-061-5/+5
| * wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov2009-11-061-1/+5
| * wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov2009-11-061-1/+1
| * wpan-phy: add wpan-phy iteration functionsDmitry Eremin-Solenikov2009-11-061-0/+2
| * wpan-phy: add a helper to put the wpan_phy deviceDmitry Eremin-Solenikov2009-11-061-0/+6
* | Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-11-064-11/+81
|\ \
| * | wimax/i2400m: clarify and fix i2400m->{ready,updown}Inaky Perez-Gonzalez2009-10-191-0/+6
| * | wimax/i6x50: add Intel WiFi/WiMAX Link 6050 Series supportDirk Brandewie2009-10-191-0/+1
| * | wimax/iwmc3200: add new sdio device ID to support iwmc3200 2.5GHz skuCindy H Kao2009-10-191-0/+1
| * | wimax/i2400m: fix reboot echo/ack barker deadlockInaky Perez-Gonzalez2009-10-191-1/+1
| * | wimax/i2400m: decide properly if using signed vs non-signed firmware loadingInaky Perez-Gonzalez2009-10-191-10/+0
| * | wimax: allow specifying debug levels as command line optionInaky Perez-Gonzalez2009-10-191-0/+72
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-064-8/+13
|\ \ \
| * | | netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2009-11-062-5/+7
| * | | net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-0/+2
| * | | net: Fix RPF to work with policy routingjamal2009-10-291-1/+2
| * | | net: fix kmemcheck annotationsEric Dumazet2009-10-291-2/+2
* | | | net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* | | | net: drop capability from protocol definitionsEric Paris2009-11-052-6/+0
| |_|/ |/| |
* | | tcp: Use defaults when no route options are availableGilad Ben-Yossef2009-11-041-1/+1
* | | net: cleanup include/linuxEric Dumazet2009-11-0487-694/+351
* | | net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-041-0/+2
* | | net: cleanup include/netEric Dumazet2009-11-0437-240/+120
* | | gianfar: Basic Support for programming hash rulesSandeep Gopalpet2009-11-021-0/+2
* | | tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson2009-11-021-0/+1
* | | tg3 / broadcom: Add code to disable rxc refclkMatt Carlson2009-11-021-1/+1
* | | tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson2009-11-021-0/+1
* | | broadcom: Consolidate dev_flags definitionsMatt Carlson2009-11-021-6/+11
* | | net: Introduce dev_get_by_name_rcu()Eric Dumazet2009-11-011-0/+1
* | | RDS: Add GET_MR_FOR_DEST sockoptAndy Grover2009-10-301-0/+8
* | | net: Allow devices to specify a device specific sysfs group.Eric W. Biederman2009-10-301-2/+2
* | | gro: Change all receive functions to return GRO result codesBen Hutchings2009-10-292-15/+18
* | | gro: Name the GRO result enumeration typeBen Hutchings2009-10-291-4/+6
* | | net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov2009-10-292-0/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-293-22/+61
|\ \ \
| * | | mac80211: add ieee80211_rx_ni()Kalle Valo2009-10-271-6/+26