aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet4-9/+53
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet4-9/+51
2009-11-08udp: add a counter into udp_hslotEric Dumazet2-0/+11
2009-11-08net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell1-0/+1
2009-11-08can: Driver for the Microchip MCP251x SPI CAN controllersChristian Pellegrin4-0/+1207
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman7-23/+50
2009-11-08net/fsl_pq_mdio: add module license GPLSebastian Siewior1-0/+1
2009-11-08can: fix WARN_ON dump in net/core/rtnetlink.c:rtmsg_ifinfo()Wolfgang Grandegger1-0/+17
2009-11-08appletalk/ddp.c: Neaten checksum functionJoe Perches1-7/+2
2009-11-08ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet1-12/+11
2009-11-08gianfar: Fix compiler and sparse warningsAnton Vorontsov2-11/+13
2009-11-08fsl_pq_mdio: Fix compiler/sparse warnings (part 2)Anton Vorontsov1-4/+9
2009-11-08fsl_pq_mdio: Fix compiler/sparse warnings (part 1)Anton Vorontsov1-19/+12
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-07rtnetlink: CleanupsEric Dumazet1-31/+23
2009-11-07net: kill proto_ops wrapperArnd Bergmann1-83/+0
2009-11-07net/x25: push BKL usage into x25_protoArnd Bergmann1-11/+60
2009-11-07net/irda: push BKL into proto_opsArnd Bergmann1-107/+224
2009-11-07net/ipx: push down BKL into a ipx_dgram_opsArnd Bergmann1-8/+46
2009-11-07net/appletalk: push down BKL into a atalk_dgram_opsArnd Bergmann1-28/+77
2009-11-07atl1c: change atl1c_buffer struct and restructure clean atl1c_buffer procedureJie Yang2-45/+61
2009-11-07net: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-06net: compat: No need to define IFHWADDRLEN and IFNAMSIZ twice.David S. Miller1-2/+0