summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* stmmac: fix check for phydev being openAlexey Brodkin2015-09-091-1/+4
* net: qlcnic: delete redundant memsetsRasmus Villemoes2015-09-093-6/+0
* net: mv643xx_eth: use kzallocRasmus Villemoes2015-09-091-4/+1
* net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes2015-09-091-6/+2
* net: cavium: liquidio: use kzalloc in setup_glist()Rasmus Villemoes2015-09-091-2/+1
* net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser2015-09-091-6/+1
* cxgb4: Fix for write-combining stats configurationHariprasad Shenai2015-09-091-2/+5
* cxgb4: Fix tx flit calculationHariprasad Shenai2015-09-091-1/+1
* net: eth: altera: Fix the initial device operstateAtsushi Nemoto2015-09-091-0/+1
* dm9000: fix a typoBarry Song2015-09-081-1/+1
* cxgb4: fix usage of uninitialized variablefrançois romieu2015-09-061-11/+6
* ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGeert Uytterhoeven2015-09-061-1/+1
* net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-051-1/+3
* be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla2015-09-051-1/+1
* net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto2015-09-031-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-03264-8588/+29556
|\
| * net: fec: clear receive interrupts before processing a packetRussell King2015-09-021-0/+1
| * bgmac: Update fixed_phy_register()Fabio Estevam2015-09-021-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-0112-139/+633
| |\
| | * ixgbe: Resolve "initialized field overwritten" warningsMark Rustad2015-09-011-1/+0
| | * ixgbe: Remove bimodal SR-IOV disablingAlex Williamson2015-09-011-6/+1
| | * ixgbe: Add support for reporting 2.5G link speedMark Rustad2015-09-012-8/+26
| | * ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov2015-09-011-3/+4
| | * ixgbe: support for ethtool set_rxfhTom Barbette2015-09-013-1/+49
| | * ixgbe: Avoid needless PHY access on copper physMark Rustad2015-09-012-21/+44
| | * ixgbe: cleanup to use cached mask valueDon Skidmore2015-09-011-6/+1
| | * ixgbe: Remove second instance of lan_id variableDon Skidmore2015-09-012-4/+1
| | * ixgbe: use kzalloc for allocating one thingManinder Singh2015-09-011-1/+1
| | * ixgbe: Remove unused PCI bus typesDon Skidmore2015-09-011-2/+0
| | * ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore2015-09-013-1/+12
| | * ixgbe: add get_bus_info method for X550Don Skidmore2015-09-011-0/+19
| | * ixgbe: Add support for entering low power link up stateDon Skidmore2015-09-013-2/+185
| | * ixgbe: Add support for VXLAN RX offloadsMark Rustad2015-09-014-31/+127
| | * ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad2015-09-011-12/+54
| | * ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2015-09-012-24/+40
| | * ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2015-09-012-2/+21
| | * ixgbe: add new function to check for management presenceDon Skidmore2015-09-013-6/+18
| | * i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2015-09-012-8/+30
| * | flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-011-1/+1
| * | tg3: Fix temperature reportingJean Delvare2015-09-011-1/+1
| |/
| * phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2015-08-311-1/+1
| * net: thunderx: Support for internal loopback modeSunil Goutham2015-08-305-0/+97
| * net: thunderx: Support for upto 96 queues for a VFSunil Goutham2015-08-305-84/+505
| * net: thunderx: Rework interrupt handlingSunil Goutham2015-08-303-72/+102
| * net: thunderx: Support for HW VLAN strippingSunil Goutham2015-08-304-7/+55
| * net: thunderx: Receive hashing HW offload supportSunil Goutham2015-08-302-10/+39
| * net: thunderx: mailboxes: remove code duplicationSunil Goutham2015-08-302-36/+11
| * net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham2015-08-305-120/+103
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-303-5/+6
| |\
| | * net/smsc911x: Fix deferred probe for interruptTony Lindgren2015-08-291-1/+4