summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12173-401/+440
* ethtool: Use explicit designated initializers for .cmdRoland Dreier2010-02-111-5/+5
* ixgbe: Bump driver version upPeter Waskiewicz2010-02-111-1/+1
* ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz2010-02-115-18/+228
* ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2010-02-114-1/+386
* sky2: receive checksum refactoringstephen hemminger2010-02-111-31/+28Star
* sky2: disable ASF on Yukon Supremestephen hemminger2010-02-111-1/+10
* sky2: resume clocksstephen hemminger2010-02-111-4/+5
* fec: Add ARCH_MX5 as a dependencyAmit Kucheria2010-02-101-1/+2
* fec: Add LAN8700 phy supportAmit Kucheria2010-02-101-0/+21
* fec: fix uninitialized rx buffer usageRob Herring2010-02-101-28/+29
* net: atm: use seq_list_foo() helpersLi Zefan2010-02-102-17/+3Star
* net: ipx: use seq_list_foo() helpersLi Zefan2010-02-101-78/+12Star
* net: irda: use seq_list_foo() helpersLi Zefan2010-02-101-24/+4Star
* net: x25: use seq_list_foo() helpersLi Zefan2010-02-101-76/+8Star
* net: af_key: use seq_hlist_foo() helpersLi Zefan2010-02-101-17/+3Star
* net: appletalk: use seq_hlist_foo() helpersLi Zefan2010-02-101-27/+3Star
* net: ax25: use seq_hlist_foo() helpersLi Zefan2010-02-102-36/+7Star
* net: netrom: use seq_hlist_foo() helpersLi Zefan2010-02-102-62/+12Star
* net: packet: use seq_hlist_foo() helpersLi Zefan2010-02-101-17/+3Star
* net: rose: use seq_hlist_foo() helpersLi Zefan2010-02-101-19/+3Star
* net: x25: use seq_hlist_foo() helpersLi Zefan2010-02-101-27/+3Star
* net: add a wrapper sk_entry()Li Zefan2010-02-101-0/+5
* seq_file: Add helpers for iteration over a hlistLi Zefan2010-02-102-3/+67
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-0927-143/+165
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2010-02-096-28/+38
| |\
| | * Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole2010-02-052-26/+27
| | * Bluetooth: Enter active mode before establishing a SCO link.Nick Pelly2010-02-041-0/+3
| | * Bluetooth: Fix memory leak in Marvell BT-over-SDIO driverYoichi Yuasa2010-02-041-0/+1
| | * Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly2010-02-041-1/+5
| | * Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann2010-02-041-1/+1
| | * Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)Nick Pelly2010-02-031-0/+1
| * | drivers/net: Correct NULL testJulia Lawall2010-02-091-1/+1
| * | MAINTAINERS: networking drivers - Add git net-next treeJoe Perches2010-02-091-0/+1
| * | net/sched: Fix module name in KconfigJan Luebbe2010-02-091-8/+8
| * | cxgb3: fix GRO checksum checkDivy Le Ray2010-02-091-8/+12
| * | dst: call cond_resched() in dst_gc_task()Eric Dumazet2010-02-091-0/+2
| * | netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-0810-47/+49
| * | netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-083-6/+6
| * | netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan2010-02-081-1/+1
| * | netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-082-16/+25
| * | netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy2010-02-081-12/+12
| * | pktgen: Fix freezing problemRafael J. Wysocki2010-02-041-0/+1
| * | igb: make certain to reassign legacy interrupt vectors after resetAlexander Duyck2010-02-041-15/+5Star
| * | irda: add missing BKL in irnet_ppp ioctlThadeu Lima de Souza Cascardo2010-02-041-0/+2
| * | irda: unbalanced lock_kernel in irnet_pppThadeu Lima de Souza Cascardo2010-02-041-1/+2
* | | packet: Kill CONFIG_PACKET_MMAP.David S. Miller2010-02-063-43/+4Star
* | | net: e1000e: convert to use mc helpersJiri Pirko2010-02-051-11/+6Star
* | | net: dm9601: convert to use mc helpersJiri Pirko2010-02-051-5/+5
* | | net: 8139too: convert to use mc helpersJiri Pirko2010-02-051-4/+3Star