summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | iwlwifi: remove unused macrosWey-Yi Guy2012-05-091-69/+0
| * | | | | libertas: include sched.h on firmware.cLuis R. Rodriguez2012-05-091-0/+1
* | | | | | igb: Add Support for new i210/i211 devices.Carolyn Wyborny2012-05-1216-110/+1205
* | | | | | igb: Add function and pointers for 82580 low power state settings.Carolyn Wyborny2012-05-122-0/+101
* | | | | | rndis_wlan: cleanup: change oid from __le32 to u32 in various placesJussi Kivilinna2012-05-121-49/+49
* | | | | | rndis_host: cleanup: change oid from __le32 to u32 in rndis_query()Jussi Kivilinna2012-05-121-6/+6
* | | | | | rndis_wlan: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna2012-05-121-13/+13
* | | | | | rndis_host: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna2012-05-121-25/+28
* | | | | | usb/net: rndis: merge command codesLinus Walleij2012-05-121-21/+21
* | | | | | usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij2012-05-121-94/+130
* | | | | | usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij2012-05-122-20/+20
* | | | | | usb/net: rndis: remove ambigous status codesLinus Walleij2012-05-121-2/+2
* | | | | | usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij2012-05-122-338/+1
* | | | | | usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij2012-05-122-131/+135
* | | | | | net: of/phy: fix build error when phylib is built as a moduleBjørn Mork2012-05-121-1/+1
* | | | | | net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches2012-05-112-33/+32
* | | | | | drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-1131-86/+85
* | | | | | be2net: avoid disabling sriov while VFs are assignedSathya Perla2012-05-113-89/+134
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-05-1114-245/+1370
|\ \ \ \ \ \
| * | | | | | ixgbe: update version numberDon Skidmore2012-05-101-2/+2
| * | | | | | ixgbe: cleanup the hwmon function callsDon Skidmore2012-05-103-32/+10
| * | | | | | ixgbe: support software timestampingJacob Keller2012-05-101-0/+2
| * | | | | | ixgbe: add support for get_ts_infoJacob Keller2012-05-101-0/+41
| * | | | | | ixgbe: correct disable_rx_buff timeoutJacob Keller2012-05-101-1/+1
| * | | | | | ixgbe: Enable timesync clock-out feature for PPS support on X540Jacob E Keller2012-05-104-1/+189
| * | | | | | ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC)Jacob Keller2012-05-106-1/+861
| * | | | | | ixgbe: Fix bogus error messageGreg Rose2012-05-101-3/+3
| * | | | | | ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow controlAlexander Duyck2012-05-103-1/+64
| * | | | | | ixgbe: Clean up priority based flow controlAlexander Duyck2012-05-106-204/+156
| * | | | | | ixgbe: Exit on error case in VF message processingAlexander Duyck2012-05-101-1/+6
| * | | | | | igb: output register's information related to RX/TX queue[4-15]Koki Sanagi2012-05-101-1/+37
| * | | | | | e1000e: Fix merge conflict (net->net-next)Jeff Kirsher2012-05-091-45/+11
| |/ / / / /
* | | | | | netxen_nic: Fix estimation of recv MSS in case of LRORajesh Borundia2012-05-105-4/+23
* | | | | | netxen: added miniDIMM support in driver.Sucheta Chakraborty2012-05-103-0/+163
* | | | | | netxen_nic: Allow only useful and recommended firmware dump capture mask valuesManish chopra2012-05-102-8/+13
* | | | | | netxen_nic: disable minidump by defaultSritej Velaga2012-05-101-1/+1
* | | | | | sfc: Implement module EEPROM access for SFE4002 and SFN4112FBen Hutchings2012-05-101-0/+33
* | | | | | sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson2012-05-103-0/+116
* | | | | | sfc: By default refill RX rings as soon as space for a batchDavid Riddoch2012-05-101-6/+12
* | | | | | sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch2012-05-102-14/+4
* | | | | | sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings2012-05-101-1/+2
* | | | | | sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson2012-05-101-14/+19
* | | | | | e1000e: Fix merge conflict (net->net-next)Jeff Kirsher2012-05-091-45/+11
|/ / / / /
* | | | | smsc75xx: let EEPROM determine GPIO/LED settingsSteve Glendinning2012-05-081-7/+12
* | | | | smsc75xx: eliminate unnecessary phy register readSteve Glendinning2012-05-081-3/+1
* | | | | smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALLSteve Glendinning2012-05-082-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-0855-271/+477
|\| | | |
| * | | | cdc_ether: Ignore bogus union descriptor for RNDIS devicesBjørn Mork2012-05-061-2/+12
| * | | | bnx2x: bug fix when loading after SAN bootAriel Elior2012-05-061-1/+22
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-05-045-10/+20
| |\ \ \ \