aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-09libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez1-1/+0
2009-10-09ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez1-1/+1
2009-10-08ixgbe: Fix KR to KX fail over for Mezzanine cardsDon Skidmore2-3/+134
2009-10-08ixgbe: add support for 82599 based Express Module X520-P2Don Skidmore3-0/+4
2009-10-08ibm_newemac: Added 16K Tx FIFO size support for EMAC4Dave Mitchell2-2/+6
2009-10-08qlge: Add disable/enable firmare irqs to handler.Ron Mercer1-0/+4
2009-10-08qlge: Restore rx mode after internal reset.Ron Mercer1-0/+6
2009-10-08qlge: Fix chip reset process.Ron Mercer3-0/+106
2009-10-08qlge: Fix RX multicast filter settings.Ron Mercer1-10/+39
2009-10-08qlge: Fix frame routing for multicast frames.Ron Mercer1-2/+2
2009-10-08qlge: Fix frame routing issue related to bonding.Ron Mercer1-0/+7
2009-10-08qlge: Fix RSS hashing values.Ron Mercer2-11/+13
2009-10-08ipv6: Fix the size overflow of addrconf_sysctl arrayJin Dongming1-0/+1
2009-10-08cfg80211: fix netns error unwinding bugJohannes Berg1-1/+2
2009-10-08netlink: fix typo in initializationJiri Pirko1-1/+1
2009-10-07znet: Don't claim DMA lock around free_dma() calls.David S. Miller1-8/+0
2009-10-07can: add TI CAN (HECC) driverAnant Gole4-0/+1054
2009-10-07ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde3-46/+45
2009-10-07qlge: Use the instance of net_device_stats from net_device.Ajit Khaparde2-7/+6
2009-10-07e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde3-27/+27
2009-10-07igb: Use the instance of net_device_stats from net_device.Ajit Khaparde3-30/+30
2009-10-07ixgbe: Use the instance of net_device_stats from net_device.Ajit Khaparde3-33/+34
2009-10-07myri10ge: Use the instance of net_device_stats from net_device.Ajit Khaparde1-3/+2
2009-10-07netxen: Use the instance of net_device_stats from net_device.Ajit Khaparde2-3/+1
2009-10-07e1000e: Use the instance of net_device_stats from net_device.Ajit Khaparde3-31/+31
2009-10-07bridge: Allow enable/disable UFO on bridge device via ethtoolSridhar Samudrala1-0/+1
2009-10-07net: Make UFO on master device independent of attached devicesSridhar Samudrala1-1/+1
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet6-36/+87
2009-10-07IPv6: Fix 6RD typoAlexandre Cassen1-1/+1
2009-10-07ipv4: Define cipso_v4_delopt staticHagen Paul Pfeifer1-1/+1
2009-10-07econet: Fix redeclaration of symbol lenHagen Paul Pfeifer1-4/+4
2009-10-07bonding: remove useless assignmentNicolas de Pesloüan1-1/+1
2009-10-07bonding: fix a parameter name in error messageNicolas de Pesloüan1-1/+2
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley5-34/+21
2009-10-07IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley1-1/+2
2009-10-07IPv6: Fix 6RD build errorBrian Haley1-0/+1
2009-10-07net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts2-1/+3
2009-10-07include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang1-1/+1
2009-10-07dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker2-192/+191
2009-10-07dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker1-161/+161
2009-10-07dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker3-238/+213
2009-10-07dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker2-161/+158
2009-10-07libertas: remove extraneous select FW_LOADERHolger Schurig1-1/+0
2009-10-07libertas: Use lbs_is_cmd_allowed() check in command handling routines.Amitkumar Karwar5-191/+34
2009-10-07ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez5-14/+15
2009-10-07ath9k: move ath_cleanup() below helpers to avoid forward declarationsLuis R. Rodriguez1-17/+14
2009-10-07ath9k: add a helper to clean the core driver upon module unloadLuis R. Rodriguez1-2/+11
2009-10-07ath9k: add helper to un-init the hw properlyLuis R. Rodriguez1-9/+14
2009-10-07ath9k: initialize hw prior to debugfsLuis R. Rodriguez3-15/+30
2009-10-07ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez2-5/+5