summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | igmp: Use next_net_device_rcu()Eric Dumazet2009-11-141-16/+11
* | ipv6: use RCU to walk list of network devicesEric Dumazet2009-11-143-43/+47
* | net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-146-10/+13
* | vlan/macvlan: propagate transmission state to upper layersPatrick McHardy2009-11-132-3/+3
* | net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2009-11-133-18/+66
* | niu.c: Use correct length in strncmpJoe Perches2009-11-131-1/+1
* | net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann2009-11-122-220/+175
* | net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann2009-11-121-45/+72
* | DM9000: Wake on LAN supportBen Dooks2009-11-122-8/+142
* | ixgbe: r_idx not used in ixgbe_msix_clean_rx()Ali Gholami Rudi2009-11-121-2/+0
* | decnet: convert dndev_lock to spinlockstephen hemminger2009-11-121-7/+12
* | decnet: add RTNL lock when reading address liststephen hemminger2009-11-121-0/+4
* | netdev: fold name hash properly (v3)stephen hemminger2009-11-121-1/+2
* | qlge: Change version to v1.00.00.23.00.00-01.Ron Mercer2009-11-121-1/+1
* | qlge: Clean up module parameter name.Ron Mercer2009-11-121-8/+8
* | qlge: Add asic reset to open call.Ron Mercer2009-11-121-0/+4
* | qlge: Do not change frame routing during suspend.Ron Mercer2009-11-121-3/+0
* | clocksource/timecompare: Fix symbol exports to be GPL'd.David S. Miller2009-11-122-6/+6
* | gianfar: Revive SKB recyclingAnton Vorontsov2009-11-121-12/+19
* | gianfar: Fix race between gfar_error() and gfar_start_xmit()Anton Vorontsov2009-11-121-0/+8
* | gianfar: Fix thinko in gfar_set_rx_stash_index()Anton Vorontsov2009-11-121-1/+1
* | gianfar: Fix build with CONFIG_PM=yAnton Vorontsov2009-11-121-1/+1
* | gianfar: Remove 'Interrupt problem!' warningAnton Vorontsov2009-11-121-2/+0
* | skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov2009-11-121-0/+3
* | ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller2009-11-121-1/+1
* | iwlwifi: fix iwl1000 "RTS/CTS for HT" merge damageJohn W. Linville2009-11-111-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-117-11/+22
|\ \
| * | iwlwifi: Fix issue on file transfer stalled in HT modeWey-Yi Guy2009-11-101-0/+1
| * | iwlwifi: Use RTS/CTS as the preferred protection mechanism for 6000 seriesWey-Yi Guy2009-11-104-3/+23
| * | Libertas: fix issues while configuring host sleep using ethtool wolBing Zhao2009-11-101-3/+2
| * | Libertas: coding style cleanup in ethtool.cBing Zhao2009-11-101-4/+8
| * | rtl8187: Fix sparse warningsLarry Finger2009-11-101-0/+1
| * | ath5k: add LED definition for BenQ Joybook R55vBob Copeland2009-11-101-0/+2
| * | ath5k: add LED support for HP Compaq CQ60Bob Copeland2009-11-101-0/+2
| * | ath5k: don't reset mcast filter when configuring the modeBob Copeland2009-11-101-1/+0
| * | rt2x00: update MAINTAINERSIvo van Doorn2009-11-101-0/+1
| * | b43: work around a locking issue in ->set_tim()Felix Fietkau2009-11-101-2/+1
| * | ssb-pcmcia: Fix 32bit register access in early bus scanningMartin Fuzzey2009-11-101-1/+5
* | | CAN: use dev_get_by_index_rcustephen hemminger2009-11-111-3/+3
* | | IPV4: use rcu to walk list of devices in IGMPstephen hemminger2009-11-111-8/+10
* | | decnet: use RCU to find network devicesstephen hemminger2009-11-111-8/+6
* | | s390: use RCU to walk list of network devicesstephen hemminger2009-11-111-3/+5
* | | net: use rcu for network scheduler APIstephen hemminger2009-11-111-3/+4
* | | vlan: eliminate use of dev_base_lockstephen hemminger2009-11-111-7/+6
* | | netdev: add netdev_continue_rcustephen hemminger2009-11-112-0/+16
* | | IPv6: use ipv6_addr_v4mapped()Brian Haley2009-11-111-1/+1
* | | parisc: led: Use for_each_netdev_rcu()Eric Dumazet2009-11-111-5/+2
* | | sit: Clean up DF code by copying from IPIPHerbert Xu2009-11-111-21/+21
* | | ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet2009-11-111-0/+6
* | | ipv6: speedup inet6_dump_ifinfo()Eric Dumazet2009-11-111-17/+28