Age | Commit message (Expand) | Author | Files | Lines |
2012-05-10 | net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits | Joe Perches | 2 | -33/+32 |
2012-05-10 | drivers/net: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 31 | -86/+85 |
2012-05-10 | be2net: avoid disabling sriov while VFs are assigned | Sathya Perla | 3 | -89/+134 |
2012-05-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 14 | -245/+1370 |
2012-05-09 | ixgbe: update version number | Don Skidmore | 1 | -2/+2 |
2012-05-09 | ixgbe: cleanup the hwmon function calls | Don Skidmore | 3 | -32/+10 |
2012-05-09 | ixgbe: support software timestamping | Jacob Keller | 1 | -0/+2 |
2012-05-09 | ixgbe: add support for get_ts_info | Jacob Keller | 1 | -0/+41 |
2012-05-09 | ixgbe: correct disable_rx_buff timeout | Jacob Keller | 1 | -1/+1 |
2012-05-09 | ixgbe: Enable timesync clock-out feature for PPS support on X540 | Jacob E Keller | 4 | -1/+189 |
2012-05-09 | ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC) | Jacob Keller | 6 | -1/+861 |
2012-05-09 | ixgbe: Fix bogus error message | Greg Rose | 1 | -3/+3 |
2012-05-09 | ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow control | Alexander Duyck | 3 | -1/+64 |
2012-05-09 | ixgbe: Clean up priority based flow control | Alexander Duyck | 6 | -204/+156 |
2012-05-09 | ixgbe: Exit on error case in VF message processing | Alexander Duyck | 1 | -1/+6 |
2012-05-09 | igb: output register's information related to RX/TX queue[4-15] | Koki Sanagi | 1 | -1/+37 |
2012-05-09 | netxen_nic: Fix estimation of recv MSS in case of LRO | Rajesh Borundia | 5 | -4/+23 |
2012-05-09 | netxen: added miniDIMM support in driver. | Sucheta Chakraborty | 3 | -0/+163 |
2012-05-09 | netxen_nic: Allow only useful and recommended firmware dump capture mask values | Manish chopra | 2 | -8/+13 |
2012-05-09 | netxen_nic: disable minidump by default | Sritej Velaga | 1 | -1/+1 |
2012-05-10 | sfc: Implement module EEPROM access for SFE4002 and SFN4112F | Ben Hutchings | 1 | -0/+33 |
2012-05-10 | sfc: Added support for new ethtool APIs for obtaining module eeprom | Stuart Hodgson | 3 | -0/+116 |
2012-05-10 | sfc: By default refill RX rings as soon as space for a batch | David Riddoch | 1 | -6/+12 |
2012-05-10 | sfc: Fill RX rings completely full, rather than to 95% full | David Riddoch | 2 | -14/+4 |
2012-05-10 | sfc: Fix missing cleanup in failure path of efx_pci_probe() | Ben Hutchings | 1 | -1/+2 |
2012-05-10 | sfc: Do not attempt to flush queues if DMA is disabled | Stuart Hodgson | 1 | -14/+19 |
2012-05-09 | e1000e: Fix merge conflict (net->net-next) | Jeff Kirsher | 1 | -45/+11 |
2012-05-09 | e1000e: Fix merge conflict (net->net-next) | Jeff Kirsher | 1 | -45/+11 |
2012-05-07 | smsc75xx: let EEPROM determine GPIO/LED settings | Steve Glendinning | 1 | -7/+12 |
2012-05-07 | smsc75xx: eliminate unnecessary phy register read | Steve Glendinning | 1 | -3/+1 |
2012-05-07 | smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALL | Steve Glendinning | 2 | -1/+3 |
2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 151 | -1150/+1862 |
2012-05-07 | Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 3 | -19/+46 |
2012-05-07 | netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines. | David Daney | 3 | -0/+153 |
2012-05-07 | netdev/of/phy: Add MDIO bus multiplexer support. | David Daney | 3 | -0/+202 |
2012-05-07 | netdev/of/phy: New function: of_mdio_find_bus(). | David Daney | 2 | -0/+34 |
2012-05-07 | isdn/capi: elliminate capincci_find() in non-middleware case | Tilman Schmidt | 1 | -14/+13 |
2012-05-07 | isdn/capi: fix readability damage | Tilman Schmidt | 2 | -19/+12 |
2012-05-07 | isdn/gigaset: unify function return values | Tilman Schmidt | 10 | -81/+87 |
2012-05-07 | isdn/gigaset: internal function name cleanup | Tilman Schmidt | 1 | -11/+5 |
2012-05-07 | isdn/gigaset: fix readability damage | Tilman Schmidt | 4 | -216/+208 |
2012-05-07 | isdn/gigaset: improve error handling querying firmware version | Tilman Schmidt | 1 | -1/+3 |
2012-05-07 | isdn/gigaset: fix CAPI disconnect B3 handling | Tilman Schmidt | 1 | -0/+4 |
2012-05-07 | isdn/gigaset: ratelimit CAPI message dumps | Tilman Schmidt | 1 | -13/+9 |
2012-05-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 5 | -29/+69 |
2012-05-06 | skb: Add inline helper for getting the skb end offset from head | Alexander Duyck | 4 | -4/+4 |
2012-05-06 | cdc_ether: Ignore bogus union descriptor for RNDIS devices | Bjørn Mork | 1 | -2/+12 |
2012-05-06 | bnx2x: bug fix when loading after SAN boot | Ariel Elior | 1 | -1/+22 |
2012-05-05 | ixgbe: dcb: IEEE PFC stats and reset logic incorrect | John Fastabend | 2 | -1/+12 |
2012-05-05 | e1000e: increase version number | Bruce Allan | 1 | -1/+1 |