aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: eliminate useless codeHagen Paul Pfeifer2010-03-301-1/+0
* tipc: define needless global scoped variable staticHagen Paul Pfeifer2010-03-301-1/+1
* net: remove redundant codeEric Dumazet2010-03-3014-15/+0
* Add hotplug support to mcp251x driverMarc Zyngier2010-03-304-10/+21
* fix net/core/dst.c coding style error and warningslaurent chavey2010-03-301-21/+20
* netdev: ethtool RXHASH flagstephen hemminger2010-03-303-1/+8
* igb: add per-packet timestampingNick Nunley2010-03-303-8/+41
* MAINTAINERS: ipg: Jesse Huang's email address bouncesJoe Perches2010-03-301-2/+1
* drivers/net/ipg: Remove invalid IPG_DDEBUG_MSG uses, neatenJoe Perches2010-03-302-53/+61
* ipv6 fib: Use "Sweezle" to optimize addr_bit_test().YOSHIFUJI Hideaki / 吉藤英明2010-03-301-2/+13
* sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len().YOSHIFUJI Hideaki / 吉藤英明2010-03-301-14/+1
* ipv6: Use __fls() instead of fls() in __ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明2010-03-301-1/+1
* e1000e: typo correctionsJoe Perches2010-03-303-16/+13
* igb: update hw_debug macro to make use of netdev_dbg callAlexander Duyck2010-03-302-36/+8
* net_sched: minor netns related cleanupTom Goff2010-03-301-3/+1
* sky2: avoid duplicate link up on Optima chipstephen hemminger2010-03-301-1/+2
* sky2: add XL revisionsstephen hemminger2010-03-302-4/+14
* sky2: support Yukon EC_U rev B1 and laterstephen hemminger2010-03-302-6/+13
* net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland2010-03-306-2/+475
* net-caif: add CAIF documentationSjur Braendeland2010-03-302-0/+321
* net-caif: add CAIF Kconfig and MakefilesSjur Braendeland2010-03-304-0/+77
* net-caif: add CAIF netdeviceSjur Braendeland2010-03-301-0/+451
* net-caif: add CAIF socket implementationSjur Braendeland2010-03-301-0/+1391
* net-caif: add CAIF device registration functionalitySjur Braendeland2010-03-302-0/+500
* net-caif: add CAIF generic caif support functionsSjur Braendeland2010-03-302-0/+1100
* net-caif: add CAIF core protocol stackSjur Braendeland2010-03-3011-0/+1981
* net-caif: add CAIF Link layer device header filesSjur Braendeland2010-03-302-0/+145
* net-caif: add CAIF core protocol stack header filesSjur Braendeland2010-03-308-0/+912
* net-caif: add CAIF socket and configuration headersSjur Braendeland2010-03-302-0/+198
* net-caif: add CAIF protocol definitionsSjur Braendeland2010-03-303-1/+6
* virtio_net: missing sg_init_tableShirley Ma2010-03-301-0/+2
* vxge: Updating Maintainer list of S2IO 10GbE drivers (xframe / vxge).Sreenivasa Honnur2010-03-291-1/+0
* vxge: Version update.Sreenivasa Honnur2010-03-291-2/+2
* vxge: Set function-0 as the privilaged function for normal function.Sreenivasa Honnur2010-03-291-2/+4
* vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur2010-03-294-120/+81
* vxge: Fixed "ethtool -d" prints.Sreenivasa Honnur2010-03-291-3/+2
* vxge: Align the memory only if it is misaligned.Sreenivasa Honnur2010-03-291-4/+16
* vxge: Fix starvation of receive ring controller when blasted by short packets.Sreenivasa Honnur2010-03-293-13/+6
* vxge: Fix a receive stall due to driver being out of synch with chip.Sreenivasa Honnur2010-03-292-7/+56
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-2982-1503/+9032
|\
| * iwlwifi: fix build error for CONFIG_IWLAGN=nJohn W. Linville2010-03-241-0/+2
| * mac80211: remove unneed variable from ieee80211_tx_pending()Dan Carpenter2010-03-241-2/+0
| * cfg80211: Improve connection quality maintenance docs in nl80211.hJuuso Oikarinen2010-03-241-2/+6
| * mac80211: Add support for connection quality monitoringJuuso Oikarinen2010-03-243-0/+72
| * cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen2010-03-245-0/+215
| * libertas: add auto auth mode featureAmitkumar Karwar2010-03-244-1/+27
| * ath9k_htc: Fix symbol collision with ath9kSujith2010-03-244-28/+28
| * drivers/net/wireless/b43/main.c:4351: Fixed coding styleDaniel Ngu2010-03-231-3/+2
| * mac80211: Add support for connection monitor in hardwareJuuso Oikarinen2010-03-234-12/+82
| * drivers/net/wireless/ray_cs.c: Use iw_handler function prototypesJoe Perches2010-03-231-111/+93