aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/scan.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-10IPV4: use rcu to walk list of devices in IGMPstephen hemminger1-8/+10
2009-11-10decnet: use RCU to find network devicesstephen hemminger1-8/+6
2009-11-10s390: use RCU to walk list of network devicesstephen hemminger1-3/+5
2009-11-10net: use rcu for network scheduler APIstephen hemminger1-3/+4
2009-11-10vlan: eliminate use of dev_base_lockstephen hemminger1-7/+6
2009-11-10netdev: add netdev_continue_rcustephen hemminger2-0/+16
2009-11-10IPv6: use ipv6_addr_v4mapped()Brian Haley1-1/+1
2009-11-10parisc: led: Use for_each_netdev_rcu()Eric Dumazet1-5/+2
2009-11-10sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-11-10ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet1-0/+6
2009-11-10ipv6: speedup inet6_dump_ifinfo()Eric Dumazet1-17/+28
2009-11-10net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov3-3/+3
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings5-9/+12
2009-11-10niu: Use DMA_BIT_MASK(44) instead of deprecated DMA_44BIT_MASKMarin Mitov1-5/+1
2009-11-10udp: bind() optimisationEric Dumazet4-16/+80
2009-11-10bnx2x: version 1.52.1-4Eilon Greenstein1-2/+2
2009-11-10bnx2x: Change coalescing granularity to 4usEilon Greenstein2-7/+8
2009-11-10bnx2x: Remove misleading error printEilon Greenstein1-5/+0
2009-11-10bnx2x: GSO implies CSUM offloadEilon Greenstein1-2/+2
2009-11-10Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont1-17/+12
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont3-25/+56
2009-11-10speedfax: declare MODULE_FIRMWAREBen Hutchings1-0/+1
2009-11-10pcnet-cs: declare MODULE_FIRMWAREBen Hutchings1-0/+7
2009-11-10tms380tr: declare MODULE_FIRMWAREBen Hutchings1-0/+2
2009-11-10spider-net: declare MODULE_FIRMWAREBen Hutchings1-0/+1
2009-11-10myri10ge: declare MODULE_FIRMWAREBen Hutchings1-0/+4
2009-11-10cxgb3: declare MODULE_FIRMWAREBen Hutchings2-14/+19
2009-11-10bnx2x: declare MODULE_FIRMWAREBen Hutchings1-13/+14
2009-11-10ambassador: declare MODULE_FIRMWAREBen Hutchings1-0/+1
2009-11-10solos-pci: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-11-10netx: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-11-10iwlwifi: Fix issue on file transfer stalled in HT modeWey-Yi Guy1-0/+1
2009-11-10iwlwifi: Use RTS/CTS as the preferred protection mechanism for 6000 seriesWey-Yi Guy4-3/+23
2009-11-10Libertas: fix issues while configuring host sleep using ethtool wolBing Zhao1-3/+2
2009-11-10Libertas: coding style cleanup in ethtool.cBing Zhao1-4/+8
2009-11-10rtl8187: Fix sparse warningsLarry Finger1-0/+1
2009-11-10ath5k: add LED definition for BenQ Joybook R55vBob Copeland1-0/+2
2009-11-10ath5k: add LED support for HP Compaq CQ60Bob Copeland1-0/+2
2009-11-10ath5k: don't reset mcast filter when configuring the modeBob Copeland1-1/+0
2009-11-10rt2x00: update MAINTAINERSIvo van Doorn1-0/+1
2009-11-10b43: work around a locking issue in ->set_tim()Felix Fietkau1-2/+1
2009-11-10ssb-pcmcia: Fix 32bit register access in early bus scanningMartin Fuzzey1-1/+5
2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy2-14/+21
2009-11-08net/compat_ioctl: support SIOCWANDEVArnd Bergmann2-17/+47
2009-11-08net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann1-0/+3
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet2-2/+18
2009-11-08ipv6: udp: Optimise multicast receptionEric Dumazet1-24/+47
2009-11-08ipv4: udp: Optimise multicast receptionEric Dumazet1-26/+50
2009-11-08ipv6: udp: optimize unicast RX pathEric Dumazet1-3/+109
2009-11-08ipv4: udp: optimize unicast RX pathEric Dumazet1-3/+112