summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-033-12/+6
* net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-035-21/+12
* net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko2017-12-011-2/+2
* net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko2017-12-014-22/+8
* net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko2017-12-011-29/+28
* net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko2017-12-011-10/+3
* net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko2017-12-011-1/+1
* net: ethernet: ti: ale: use proper io apisGrygorii Strashko2017-12-011-13/+13
* net: ethernet: ti: cpsw: fix ale port numbersGrygorii Strashko2017-12-011-1/+2
* net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.hGrygorii Strashko2017-12-013-8/+5
* net: ethernet: ti: cpsw: move platform data struct to .c fileGrygorii Strashko2017-12-012-21/+21
* net: ethernet: ti: cpsw: use proper io apisGrygorii Strashko2017-12-011-18/+18
* net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_resGrygorii Strashko2017-12-011-3/+0
* net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-0128-169/+0
* net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit2017-12-011-1/+4
* bnxt_en: Add ETH_RESET_AP supportScott Branden2017-12-012-0/+12
* net: macb: Added support for RX filteringRafal Ozieblo2017-11-302-1/+444
* net: macb: Added some queue statisticsRafal Ozieblo2017-11-302-4/+64
* net: macb: Added support for many RX queuesRafal Ozieblo2017-11-302-141/+191
* vmxnet3: increase default rx ring sizesShrikrishna Khare2017-11-301-4/+4
* net: dsa: bcm_sf2: Utilize b53_get_tag_protocol()Florian Fainelli2017-11-303-9/+4
* forcedeth: optimize the xmit with unlikelyZhu Yanjun2017-11-301-3/+3
* atm: eni: fix several indentation issuesColin Ian King2017-11-301-9/+9
* netxen: remove timespec usageArnd Bergmann2017-11-301-3/+1
* net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner2017-11-301-7/+2
* net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham2017-11-301-0/+5
* net: thunderx: Add support for xdp redirectSunil Goutham2017-11-303-31/+94
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2927-148/+174
|\
| * ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard2017-11-291-2/+2
| * net: via: via-rhine: use %p to format void * address instead of %xColin Ian King2017-11-291-2/+2
| * net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven2017-11-291-0/+1
| * atm: suni: remove extraneous space to fix indentationColin Ian King2017-11-281-1/+1
| * atm: lanai: use %p to format kernel addresses instead of %xColin Ian King2017-11-281-4/+4
| * atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King2017-11-281-2/+2
| * ambassador: fix incorrect indentation of assignment statementColin Ian King2017-11-281-1/+1
| * vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long2017-11-281-2/+2
| * bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long2017-11-281-1/+1
| * lmc: Use memdup_user() as a cleanupVasyl Gomonovych2017-11-281-10/+3
| * bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET2017-11-281-2/+2
| * net: phy: marvell10g: fix the PHY id maskAntoine Tenart2017-11-281-2/+3
| * net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart2017-11-281-0/+6
| * net: mvpp2: do not disable GMAC paddingYan Markman2017-11-281-9/+0
| * net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart2017-11-281-2/+9
| * net: mvpp2: fix the txq_init error pathAntoine Tenart2017-11-281-18/+2
| * mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata2017-11-281-7/+21
| * mlxsw: spectrum_router: Handle encap to demoted tunnelsPetr Machata2017-11-281-32/+29
| * mlxsw: spectrum_router: Demote tunnels on VRF migrationPetr Machata2017-11-281-0/+18
| * mlxsw: spectrum_router: Offload decap only for up tunnelsPetr Machata2017-11-281-1/+1
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-11-285-8/+13
| |\
| | * e1000: Fix off-by-one in debug messageAhmad Fatoum2017-11-271-2/+4