aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-09cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai2-8/+37
2015-09-09net: fec: add netif status check before set mac addressNimrod Andy1-0/+8
2015-09-09stmmac: fix check for phydev being openAlexey Brodkin1-1/+4
2015-09-09net: qlcnic: delete redundant memsetsRasmus Villemoes3-6/+0
2015-09-09net: mv643xx_eth: use kzallocRasmus Villemoes1-4/+1
2015-09-09net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes1-6/+2
2015-09-09net: cavium: liquidio: use kzalloc in setup_glist()Rasmus Villemoes1-2/+1
2015-09-09net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser1-6/+1
2015-09-09cxgb4: Fix for write-combining stats configurationHariprasad Shenai1-2/+5
2015-09-09cxgb4: Fix tx flit calculationHariprasad Shenai1-1/+1
2015-09-09net: eth: altera: Fix the initial device operstateAtsushi Nemoto1-0/+1
2015-09-08dm9000: fix a typoBarry Song1-1/+1
2015-09-06cxgb4: fix usage of uninitialized variablefrançois romieu1-11/+6
2015-09-06ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-09-05net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero1-1/+3
2015-09-05be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla1-1/+1
2015-09-03net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto1-2/+1
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds264-8588/+29556
2015-09-02net: fec: clear receive interrupts before processing a packetRussell King1-0/+1
2015-09-02bgmac: Update fixed_phy_register()Fabio Estevam1-1/+1
2015-09-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-139/+633
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-09-01ixgbe: Resolve "initialized field overwritten" warningsMark Rustad1-1/+0
2015-09-01ixgbe: Remove bimodal SR-IOV disablingAlex Williamson1-6/+1
2015-09-01ixgbe: Add support for reporting 2.5G link speedMark Rustad2-8/+26
2015-09-01ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov1-3/+4
2015-09-01ixgbe: support for ethtool set_rxfhTom Barbette3-1/+49
2015-09-01ixgbe: Avoid needless PHY access on copper physMark Rustad2-21/+44
2015-09-01ixgbe: cleanup to use cached mask valueDon Skidmore1-6/+1
2015-09-01ixgbe: Remove second instance of lan_id variableDon Skidmore2-4/+1
2015-09-01ixgbe: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-09-01ixgbe: Remove unused PCI bus typesDon Skidmore1-2/+0
2015-09-01ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore3-1/+12
2015-09-01ixgbe: add get_bus_info method for X550Don Skidmore1-0/+19
2015-09-01ixgbe: Add support for entering low power link up stateDon Skidmore3-2/+185
2015-09-01ixgbe: Add support for VXLAN RX offloadsMark Rustad4-31/+127
2015-09-01ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad1-12/+54
2015-09-01ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2-24/+40
2015-09-01ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2-2/+21
2015-09-01ixgbe: add new function to check for management presenceDon Skidmore3-6/+18
2015-09-01i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2-8/+30
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert1-1/+1
2015-09-01tg3: Fix temperature reportingJean Delvare1-1/+1
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn1-1/+1
2015-08-30net: thunderx: Support for internal loopback modeSunil Goutham5-0/+97
2015-08-30net: thunderx: Support for upto 96 queues for a VFSunil Goutham5-84/+505
2015-08-30net: thunderx: Rework interrupt handlingSunil Goutham3-72/+102
2015-08-30net: thunderx: Support for HW VLAN strippingSunil Goutham4-7/+55
2015-08-30net: thunderx: Receive hashing HW offload supportSunil Goutham2-10/+39