summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller36-91/+2105
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-89/+2102
2015-12-03mlxsw: core: Change BUG to WARN in hwmon codeJiri Pirko1-1/+1
2015-12-03stmmac: ipq806x: Return error values instead of pointersStephen Boyd1-13/+11
2015-12-03mvneta: implement ethtool autonegotiation controlStas Sergeev1-35/+74
2015-12-03mvneta: consolidate autoneg enablingStas Sergeev1-3/+13
2015-12-03net: mv643xx: Use platform_register/unregister_drivers()Thierry Reding1-12/+7
2015-12-03net: mpc52xx: Use platform_register/unregister_drivers()Thierry Reding1-13/+9
2015-12-03net: bcm63xx: Use platform_register/unregister_drivers()Thierry Reding1-20/+8
2015-12-03net: bfin_mac: Use platform_register/unregister_drivers()Thierry Reding1-7/+7
2015-12-03bnxt_en: Setup uc_list mac filters after resetting the chip.Michael Chan1-5/+8
2015-12-03bnxt_en: enforce proper storing of MAC addressJeffrey Huang2-11/+16
2015-12-03bnxt_en: Fixed incorrect implementation of ndo_set_mac_addressJeffrey Huang1-1/+10
2015-12-03net: lpc_eth: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy1-1/+1
2015-12-03ravb: add fallback compatibility stringsSimon Horman1-0/+2
2015-12-03ravb: ptp: Add CONFIG mode supportKazuya Mizuguchi2-5/+29
2015-12-03net: add driver for Netronome NFP4000/NFP6000 NIC VFsJakub Kicinski11-0/+4814
2015-12-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller11-203/+226
2015-12-03net/mlx5e: Add support for SR-IOV ndosSaeed Mahameed1-1/+83
2015-12-03net/mlx5: E-Switch, Introduce get vf statisticsSaeed Mahameed2-0/+70
2015-12-03net/mlx5: E-Switch, Introduce set vport vlan (VST mode)Saeed Mahameed2-2/+134
2015-12-03net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport contextSaeed Mahameed1-0/+11
2015-12-03net/mlx5: E-Switch, Introduce Vport administration functionsSaeed Mahameed2-0/+69
2015-12-03net/mlx5: E-Switch, Add SR-IOV (FDB) supportSaeed Mahameed4-80/+642
2015-12-03net/mlx5: E-Switch, Introduce FDB hardware capabilitiesSaeed Mahameed1-0/+13
2015-12-03net/mlx5: Introducing E-Switch and l2 tableSaeed Mahameed5-1/+654
2015-12-03net/mlx5e: Write vlan list into vport contextSaeed Mahameed2-0/+53
2015-12-03net/mlx5e: Write UC/MC list and promisc mode into vport contextSaeed Mahameed1-0/+87
2015-12-03net/mlx5: Introduce access functions to modify/query vport vlansSaeed Mahameed1-0/+112
2015-12-03net/mlx5: Introduce access functions to modify/query vport promisc modeSaeed Mahameed1-0/+62
2015-12-03net/mlx5: Introduce access functions to modify/query vport stateSaeed Mahameed2-7/+56
2015-12-03net/mlx5: Introduce access functions to modify/query vport mac listsSaeed Mahameed1-0/+119
2015-12-03net/mlx5: Update access functions to Query/Modify vport MAC addressSaeed Mahameed2-12/+77
2015-12-03net/mlx5_core: Add base sriov supportEli Cohen5-8/+291
2015-12-03net/mlx5_core: Modify enable/disable hca functionsEli Cohen2-24/+23
2015-12-03alx: remove pointless assignmentJarod Wilson1-1/+0
2015-12-03mlxsw: spectrum: Implement LAG tx enabled lower state changeJiri Pirko1-2/+79
2015-12-03mlxsw: spectrum: Implement FDB add/remove/dump for LAGJiri Pirko1-32/+150
2015-12-03mlxsw: spectrum: Implement LAG port join/leaveJiri Pirko2-17/+306
2015-12-03mlxsw: reg: Add definition of LAG unicast record for SFN registerJiri Pirko1-1/+21
2015-12-03mlxsw: reg: Add definition of LAG unicast record for SFD registerJiri Pirko1-8/+71
2015-12-03mlxsw: reg: Add link aggregation configuration registers definitionsJiri Pirko1-0/+293
2015-12-03mlxsw: pci: Implement LAG processing for received packetsJiri Pirko2-12/+11
2015-12-03mlxsw: core: Add support for packets received from LAG portJiri Pirko3-5/+92
2015-12-03mlxsw: spectrum: Add set_rx_mode ndo stubJiri Pirko1-0/+5
2015-12-03i40e: Fix i40e_print_features() VEB mode outputJoe Perches1-23/+19
2015-12-03ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+14
2015-12-03ixgbe: Always turn PHY power on when requestedMark Rustad2-2/+4
2015-12-03ixgbe: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+15
2015-12-03ixgbe: Save VF info and take referencesMark Rustad3-23/+59