summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes2015-09-101-6/+2Star
| * net: cavium: liquidio: use kzalloc in setup_glist()Rasmus Villemoes2015-09-101-2/+1Star
| * net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser2015-09-091-6/+1Star
| * 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-091-1/+1
| * cxgb4: fix usage of uninitialized variablefrançois romieu2015-09-071-11/+6Star
| * ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGeert Uytterhoeven2015-09-071-1/+1
| * net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-061-1/+3
| * be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla2015-09-061-1/+1
| * net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto2015-09-041-2/+1Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-093-15/+46
|\ \
| * | net/mlx4: Postpone the registration of net_deviceMoni Shoua2015-08-312-15/+24
| * | mlx5: Fix missing device local_dma_lkeySagi Grimberg2015-08-291-0/+22
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-041-0/+2
|\ \ \ | |_|/ |/| |
| * | MIPS: Remove all the uses of custom gpio.hAlban Bedel2015-09-031-0/+2
| |/
* | 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-031-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-0212-139/+633
| |\ \
| | * | ixgbe: Resolve "initialized field overwritten" warningsMark Rustad2015-09-021-1/+0Star
| | * | ixgbe: Remove bimodal SR-IOV disablingAlex Williamson2015-09-021-6/+1Star
| | * | ixgbe: Add support for reporting 2.5G link speedMark Rustad2015-09-022-8/+26
| | * | ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov2015-09-021-3/+4
| | * | ixgbe: support for ethtool set_rxfhTom Barbette2015-09-023-1/+49
| | * | ixgbe: Avoid needless PHY access on copper physMark Rustad2015-09-022-21/+44
| | * | ixgbe: cleanup to use cached mask valueDon Skidmore2015-09-021-6/+1Star
| | * | ixgbe: Remove second instance of lan_id variableDon Skidmore2015-09-022-4/+1Star
| | * | ixgbe: use kzalloc for allocating one thingManinder Singh2015-09-021-1/+1
| | * | ixgbe: Remove unused PCI bus typesDon Skidmore2015-09-021-2/+0Star
| | * | ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore2015-09-023-1/+12
| | * | ixgbe: add get_bus_info method for X550Don Skidmore2015-09-021-0/+19
| | * | ixgbe: Add support for entering low power link up stateDon Skidmore2015-09-023-2/+185
| | * | ixgbe: Add support for VXLAN RX offloadsMark Rustad2015-09-024-31/+127
| | * | ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad2015-09-021-12/+54
| | * | ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2015-09-022-24/+40
| | * | ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2015-09-022-2/+21
| | * | ixgbe: add new function to check for management presenceDon Skidmore2015-09-023-6/+18
| | * | i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2015-09-022-8/+30
| * | | flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-021-1/+1
| * | | tg3: Fix temperature reportingJean Delvare2015-09-021-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-315-0/+97
| * | net: thunderx: Support for upto 96 queues for a VFSunil Goutham2015-08-315-84/+505
| * | net: thunderx: Rework interrupt handlingSunil Goutham2015-08-313-72/+102
| * | net: thunderx: Support for HW VLAN strippingSunil Goutham2015-08-314-7/+55
| * | net: thunderx: Receive hashing HW offload supportSunil Goutham2015-08-312-10/+39
| * | net: thunderx: mailboxes: remove code duplicationSunil Goutham2015-08-312-36/+11Star
| * | net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham2015-08-315-120/+103Star