summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drivers: atm: Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-211-1/+1
* smsc95xx: generate random MAC address once, not every ifupBernard Blackham2010-10-211-2/+2
* bnx2: Increase max rx ring size from 1K to 2KMichael Chan2010-10-211-2/+2
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-2113-41/+28
* bonding: make release_and_destroy staticstephen hemminger2010-10-212-3/+2
* xfrm: make xfrm_bundle_ok localstephen hemminger2010-10-212-5/+4
* rtnetlink: remove rtnl_kill_linksstephen hemminger2010-10-212-9/+0
* xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger2010-10-212-4/+1
* pch_gbe: make local functions staticstephen hemminger2010-10-213-15/+17
* vmxnet3: make bit twiddle routines inlinestephen hemminger2010-10-212-20/+14
* bonding: make bond_resend_igmp_join_requests_delayed staticstephen hemminger2010-10-211-1/+1
* sfc: make functions staticstephen hemminger2010-10-2112-41/+26
* bridge: make br_parse_ip_options staticstephen hemminger2010-10-211-1/+1
* socket: localize functionsstephen hemminger2010-10-212-4/+4
* netxen: make local function static.stephen hemminger2010-10-213-37/+16
* fib: introduce fib_alias_accessed() helperEric Dumazet2010-10-214-3/+12
* net/sched: fix missing spinlock initEric Dumazet2010-10-211-0/+2
* r8169: print errors when dma mapping failStanislaw Gruszka2010-10-211-3/+13
* r8169: (re)init phy on resumeStanislaw Gruszka2010-10-211-0/+5
* r8169: changing mtu clean upStanislaw Gruszka2010-10-211-41/+6
* r8169: do not account fragments as packetsStanislaw Gruszka2010-10-211-5/+3
* r8169: use pointer to struct device as local variableStanislaw Gruszka2010-10-211-26/+25
* r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICEStanislaw Gruszka2010-10-211-7/+7
* r8169: init rx ring cleanupStanislaw Gruszka2010-10-211-30/+22
* r8169: check dma mapping failuresStanislaw Gruszka2010-10-211-18/+48
* bnx2x: Update bnx2x to use new vlan accleration.Hao Zheng2010-10-214-84/+27
* ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross2010-10-213-79/+74
* bnx2: Update bnx2 to use new vlan accleration.Jesse Gross2010-10-212-73/+28
* bridge: Add support for TX vlan offload.Jesse Gross2010-10-211-1/+7
* ethtool: Add support for vlan accleration.Jesse Gross2010-10-212-1/+4
* vlan: Centralize handling of hardware acceleration.Jesse Gross2010-10-215-140/+48
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-215-73/+34
* vlan: Enable software emulation for vlan accleration.Jesse Gross2010-10-212-6/+44
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-2129-43/+38
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-2116-27/+27
* ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2010-10-213-18/+34
* enic: Fix log messageVasanthy Kolluri2010-10-211-1/+1
* enic: Change min MTUVasanthy Kolluri2010-10-211-1/+1
* enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAITVasanthy Kolluri2010-10-213-4/+10
* enic: Make firmware cognizant of the user set mac addressVasanthy Kolluri2010-10-211-1/+12
* enic: Add support for multiple hardware receive queuesVasanthy Kolluri2010-10-215-124/+368
* ibmveth: Free irq on error pathDenis Kirjanov2010-10-211-2/+4
* ibmveth: Cleanup error handling inside ibmveth_openDenis Kirjanov2010-10-211-24/+20
* net: avoid RCU for NOCACHE dstEric Dumazet2010-10-203-19/+33
* net: allocate tx queues in register_netdeviceTom Herbert2010-10-202-55/+55
* net: cleanups in RX queue allocationTom Herbert2010-10-201-19/+17
* net: fail alloc_netdev_mq if queue count < 1Tom Herbert2010-10-201-0/+6
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-10-20169-6552/+5490
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-15151-6383/+5272
| |\
| | * drivers/net/wireless/p54/eeprom.c: Return -ENOMEM on memory allocation failureJulia Lawall2010-10-151-1/+3