summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-183-5/+290
|\
| * znet: fix build failure from i82593.h relocationJohn W. Linville2009-11-171-0/+229
| * cfg80211: return channel noise via survey APIHolger Schurig2009-11-131-0/+34
| * mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo2009-11-131-0/+3
| * mac80211: replace "destination" with "target" to follow the specRui Paulo2009-11-131-4/+4
| * mac80211: implement RANN processing and forwardingRui Paulo2009-11-131-0/+15
| * nl80211: add a parameter for using 4-address frames on virtual interfacesFelix Fietkau2009-11-111-0/+4
| * mac80211: update meshconf IERui Paulo2009-11-111-1/+1
* | linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet2009-11-181-1/+2
* | net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila2009-11-181-0/+1
* | net: add dev_txq_stats_fold() helperEric Dumazet2009-11-171-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-171-1/+1
|\ \
| * | Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...David S. Miller2009-11-151-1/+1
* | | remove deprecated and not used: print_mac()Marin Mitov2009-11-151-4/+0
* | | net: Optimize hard_start_xmit() return checkingJarek Poplawski2009-11-151-12/+30
* | | ipv6: use RCU to walk list of network devicesEric Dumazet2009-11-131-0/+10
* | | net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-131-0/+6
* | | net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2009-11-131-11/+32
| |/ |/|
* | netdev: add netdev_continue_rcustephen hemminger2009-11-102-0/+16
* | usbnet: Set link down initially for drivers that update link stateBen Hutchings2009-11-101-0/+1
* | udp: bind() optimisationEric Dumazet2009-11-101-0/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-091-1/+11
|\ \
| * | mac80211: also drop qos-nullfunc frames silentlyJohannes Berg2009-10-301-1/+11
* | | net/compat_ioctl: support SIOCWANDEVArnd Bergmann2009-11-081-17/+24
* | | udp: secondary hash on (local port, local address)Eric Dumazet2009-11-081-0/+1
* | | udp: split sk_hash into two u16 hashesEric Dumazet2009-11-081-0/+2
* | | can: Driver for the Microchip MCP251x SPI CAN controllersChristian Pellegrin2009-11-081-0/+36
* | | 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-061-0/+6
|\ \ \
| * | | ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov2009-11-061-0/+2
| * | | ieee802154: add LIST_PHY command supportDmitry Eremin-Solenikov2009-11-061-0/+4
* | | | Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-11-063-11/+75
|\ \ \ \
| * | | | 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-061-2/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-0/+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-051-2/+0
| |_|/ / |/| | |
* | | | net: cleanup include/linuxEric Dumazet2009-11-0487-694/+351
* | | | net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-041-0/+2
* | | | 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
OpenPOWER on IntegriCloud