| Commit message (Expand) | Author | Age | Files | Lines |
* | net: allow to propagate errors through ->ndo_hard_start_xmit() | Patrick McHardy | 2009-11-13 | 3 | -18/+66 |
* | niu.c: Use correct length in strncmp | Joe Perches | 2009-11-13 | 1 | -1/+1 |
* | net/atm: move all compat_ioctl handling to atm/ioctl.c | Arnd Bergmann | 2009-11-11 | 2 | -220/+175 |
* | net/compat: fix dev_ifsioc emulation corner cases | Arnd Bergmann | 2009-11-11 | 1 | -45/+72 |
* | DM9000: Wake on LAN support | Ben Dooks | 2009-11-11 | 2 | -8/+142 |
* | ixgbe: r_idx not used in ixgbe_msix_clean_rx() | Ali Gholami Rudi | 2009-11-11 | 1 | -2/+0 |
* | decnet: convert dndev_lock to spinlock | stephen hemminger | 2009-11-11 | 1 | -7/+12 |
* | decnet: add RTNL lock when reading address list | stephen hemminger | 2009-11-11 | 1 | -0/+4 |
* | netdev: fold name hash properly (v3) | stephen hemminger | 2009-11-11 | 1 | -1/+2 |
* | qlge: Change version to v1.00.00.23.00.00-01. | Ron Mercer | 2009-11-11 | 1 | -1/+1 |
* | qlge: Clean up module parameter name. | Ron Mercer | 2009-11-11 | 1 | -8/+8 |
* | qlge: Add asic reset to open call. | Ron Mercer | 2009-11-11 | 1 | -0/+4 |
* | qlge: Do not change frame routing during suspend. | Ron Mercer | 2009-11-11 | 1 | -3/+0 |
* | clocksource/timecompare: Fix symbol exports to be GPL'd. | David S. Miller | 2009-11-11 | 2 | -6/+6 |
* | gianfar: Revive SKB recycling | Anton Vorontsov | 2009-11-11 | 1 | -12/+19 |
* | gianfar: Fix race between gfar_error() and gfar_start_xmit() | Anton Vorontsov | 2009-11-11 | 1 | -0/+8 |
* | gianfar: Fix thinko in gfar_set_rx_stash_index() | Anton Vorontsov | 2009-11-11 | 1 | -1/+1 |
* | gianfar: Fix build with CONFIG_PM=y | Anton Vorontsov | 2009-11-11 | 1 | -1/+1 |
* | gianfar: Remove 'Interrupt problem!' warning | Anton Vorontsov | 2009-11-11 | 1 | -2/+0 |
* | skbuff: Do not allow skb recycling with disabled IRQs | Anton Vorontsov | 2009-11-11 | 1 | -0/+3 |
* | ipv6: Remove unused var in inet6_dump_ifinfo() | David S. Miller | 2009-11-11 | 1 | -1/+1 |
* | iwlwifi: fix iwl1000 "RTS/CTS for HT" merge damage | John W. Linville | 2009-11-11 | 1 | -0/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-11 | 7 | -11/+22 |
|\ |
|
| * | iwlwifi: Fix issue on file transfer stalled in HT mode | Wey-Yi Guy | 2009-11-10 | 1 | -0/+1 |
| * | iwlwifi: Use RTS/CTS as the preferred protection mechanism for 6000 series | Wey-Yi Guy | 2009-11-10 | 4 | -3/+23 |
| * | Libertas: fix issues while configuring host sleep using ethtool wol | Bing Zhao | 2009-11-10 | 1 | -3/+2 |
| * | Libertas: coding style cleanup in ethtool.c | Bing Zhao | 2009-11-10 | 1 | -4/+8 |
| * | rtl8187: Fix sparse warnings | Larry Finger | 2009-11-10 | 1 | -0/+1 |
| * | ath5k: add LED definition for BenQ Joybook R55v | Bob Copeland | 2009-11-10 | 1 | -0/+2 |
| * | ath5k: add LED support for HP Compaq CQ60 | Bob Copeland | 2009-11-10 | 1 | -0/+2 |
| * | ath5k: don't reset mcast filter when configuring the mode | Bob Copeland | 2009-11-10 | 1 | -1/+0 |
| * | rt2x00: update MAINTAINERS | Ivo van Doorn | 2009-11-10 | 1 | -0/+1 |
| * | b43: work around a locking issue in ->set_tim() | Felix Fietkau | 2009-11-10 | 1 | -2/+1 |
| * | ssb-pcmcia: Fix 32bit register access in early bus scanning | Martin Fuzzey | 2009-11-10 | 1 | -1/+5 |
* | | CAN: use dev_get_by_index_rcu | stephen hemminger | 2009-11-10 | 1 | -3/+3 |
* | | IPV4: use rcu to walk list of devices in IGMP | stephen hemminger | 2009-11-10 | 1 | -8/+10 |
* | | decnet: use RCU to find network devices | stephen hemminger | 2009-11-10 | 1 | -8/+6 |
* | | s390: use RCU to walk list of network devices | stephen hemminger | 2009-11-10 | 1 | -3/+5 |
* | | net: use rcu for network scheduler API | stephen hemminger | 2009-11-10 | 1 | -3/+4 |
* | | vlan: eliminate use of dev_base_lock | stephen hemminger | 2009-11-10 | 1 | -7/+6 |
* | | netdev: add netdev_continue_rcu | stephen hemminger | 2009-11-10 | 2 | -0/+16 |
* | | IPv6: use ipv6_addr_v4mapped() | Brian Haley | 2009-11-10 | 1 | -1/+1 |
* | | parisc: led: Use for_each_netdev_rcu() | Eric Dumazet | 2009-11-10 | 1 | -5/+2 |
* | | sit: Clean up DF code by copying from IPIP | Herbert Xu | 2009-11-10 | 1 | -21/+21 |
* | | ipv6: Allow inet6_dump_addr() to handle more than 64 addresses | Eric Dumazet | 2009-11-10 | 1 | -0/+6 |
* | | ipv6: speedup inet6_dump_ifinfo() | Eric Dumazet | 2009-11-10 | 1 | -17/+28 |
* | | net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard | Cyrill Gorcunov | 2009-11-10 | 3 | -3/+3 |
* | | usbnet: Set link down initially for drivers that update link state | Ben Hutchings | 2009-11-10 | 5 | -9/+12 |
* | | niu: Use DMA_BIT_MASK(44) instead of deprecated DMA_44BIT_MASK | Marin Mitov | 2009-11-10 | 1 | -5/+1 |
* | | udp: bind() optimisation | Eric Dumazet | 2009-11-10 | 4 | -16/+80 |