summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller37-260/+464
2009-10-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller141-4538/+6262
2009-10-10net: Link in PHY drivers before others.David S. Miller1-4/+4
2009-10-10wireless: make wireless drivers select coreJohannes Berg1-0/+1
2009-10-10libertas: depend on CONFIG_CFG80211Holger Schurig1-1/+1
2009-10-10libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez1-1/+0
2009-10-10ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez1-1/+1
2009-10-09ixgbe: Fix KR to KX fail over for Mezzanine cardsDon Skidmore2-3/+134
2009-10-09ixgbe: add support for 82599 based Express Module X520-P2Don Skidmore3-0/+4
2009-10-09ibm_newemac: Added 16K Tx FIFO size support for EMAC4Dave Mitchell2-2/+6
2009-10-09qlge: Add disable/enable firmare irqs to handler.Ron Mercer1-0/+4
2009-10-09qlge: Restore rx mode after internal reset.Ron Mercer1-0/+6
2009-10-09qlge: Fix chip reset process.Ron Mercer3-0/+106
2009-10-09qlge: Fix RX multicast filter settings.Ron Mercer1-10/+39
2009-10-09qlge: Fix frame routing for multicast frames.Ron Mercer1-2/+2
2009-10-09qlge: Fix frame routing issue related to bonding.Ron Mercer1-0/+7
2009-10-09qlge: Fix RSS hashing values.Ron Mercer2-11/+13
2009-10-09ipv6: Fix the size overflow of addrconf_sysctl arrayJin Dongming1-0/+1
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller19-156/+184
2009-10-09cfg80211: fix netns error unwinding bugJohannes Berg1-1/+2
2009-10-08netlink: fix typo in initializationJiri Pirko1-1/+1
2009-10-08znet: Don't claim DMA lock around free_dma() calls.David S. Miller1-8/+0
2009-10-08can: add TI CAN (HECC) driverAnant Gole4-0/+1054
2009-10-08ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde3-46/+45
2009-10-08qlge: Use the instance of net_device_stats from net_device.Ajit Khaparde2-7/+6
2009-10-08e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde3-27/+27
2009-10-08igb: Use the instance of net_device_stats from net_device.Ajit Khaparde3-30/+30
2009-10-08ixgbe: Use the instance of net_device_stats from net_device.Ajit Khaparde3-33/+34
2009-10-08myri10ge: Use the instance of net_device_stats from net_device.Ajit Khaparde1-3/+2
2009-10-08netxen: Use the instance of net_device_stats from net_device.Ajit Khaparde2-3/+1
2009-10-08e1000e: Use the instance of net_device_stats from net_device.Ajit Khaparde3-31/+31
2009-10-08bridge: Allow enable/disable UFO on bridge device via ethtoolSridhar Samudrala1-0/+1
2009-10-08net: Make UFO on master device independent of attached devicesSridhar Samudrala1-1/+1
2009-10-08udp: dynamically size hash tables at boot timeEric Dumazet6-36/+87
2009-10-08IPv6: Fix 6RD typoAlexandre Cassen1-1/+1
2009-10-08ipv4: Define cipso_v4_delopt staticHagen Paul Pfeifer1-1/+1
2009-10-08econet: Fix redeclaration of symbol lenHagen Paul Pfeifer1-4/+4
2009-10-08bonding: remove useless assignmentNicolas de Pesloüan1-1/+1
2009-10-08bonding: fix a parameter name in error messageNicolas de Pesloüan1-1/+2
2009-10-08IPv6: use ipv6_addr_set_v4mapped()Brian Haley5-34/+21
2009-10-08IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley1-1/+2
2009-10-08IPv6: Fix 6RD build errorBrian Haley1-0/+1
2009-10-08net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts2-1/+3
2009-10-08include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang1-1/+1
2009-10-08dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker2-192/+191
2009-10-08dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker1-161/+161
2009-10-08dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker3-238/+213
2009-10-08dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker2-161/+158
2009-10-08libertas: remove extraneous select FW_LOADERHolger Schurig1-1/+0
2009-10-08libertas: Use lbs_is_cmd_allowed() check in command handling routines.Amitkumar Karwar5-191/+34