summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-11tap: Refactoring macvtap.cSainath Grandhi3-196/+228
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-89/+222
2017-02-10nfp: add the PF driverJakub Kicinski5-23/+970
2017-02-10nfp: allocate irqs in lower driverJakub Kicinski3-99/+140
2017-02-10nfp: add port layer to debugfs directoriesJakub Kicinski3-18/+43
2017-02-10nfp: add support for service processor accessJakub Kicinski7-0/+799
2017-02-10nfp: add rtsym supportJakub Kicinski5-0/+353
2017-02-10nfp: add MIP reading supportJakub Kicinski3-0/+185
2017-02-10nfp: add support for reading nffw infoJakub Kicinski3-0/+375
2017-02-10nfp: add hwinfo supportJakub Kicinski5-0/+341
2017-02-10nfp: add support for resourcesJakub Kicinski4-0/+433
2017-02-10nfp: add CPP access coreJakub Kicinski10-0/+4987
2017-02-10nfp: rename the driver and add new main fileJakub Kicinski8-57/+160
2017-02-10bitfield.h: add FIELD_FIT() helperJakub Kicinski1-2/+0
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc...David S. Miller7-8/+11
2017-02-10net: ethernet: ti: netcp_core: remove netif_trans_updateIvan Khoronzhuk1-2/+0
2017-02-10net: dsa: remove unnecessary phy*.h includesRussell King1-0/+1
2017-02-10net: ath5k: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-1/+1
2017-02-10net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King3-0/+3
2017-02-10net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: fman: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-10net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: macb: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-10Merge tag 'wireless-drivers-next-for-davem-2017-02-09' of git://git.kernel.or...David S. Miller122-3541/+4689
2017-02-10xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-1/+2
2017-02-10spectrum: flower: Treat ETH_P_ALL as a special case and translate for HWJiri Pirko1-3/+10
2017-02-10NET: mkiss: Fix panicRalf Baechle1-2/+2
2017-02-10net: hns: Fix the device being used for dma mapping during TXKejian Yan1-1/+1
2017-02-10mlxsw: spectrum: Update mc_disabled flag by switchdev attrNogah Frankel1-0/+28
2017-02-10mlxsw: spectrum: Extend port_orig_get for bridge devicesNogah Frankel1-0/+13
2017-02-10mlxsw: spectrum: Add an option to flood mc by mc_router_portNogah Frankel3-3/+41
2017-02-10mlxsw: spectrum: Separate bc and mc floodsNogah Frankel3-13/+35
2017-02-10mlxsw: spectrum: Change max vfidNogah Frankel1-1/+1
2017-02-10mlxsw: spectrum: Make port flood update more genericNogah Frankel1-13/+13
2017-02-10mlxsw: spectrum: Break flood set func to be per tableNogah Frankel1-20/+34
2017-02-10mlxsw: spectrum_router: Add support for route replaceIdo Schimmel1-7/+37
2017-02-10mlxsw: spectrum_router: Add support for route appendIdo Schimmel1-6/+37
2017-02-10mlxsw: spectrum_router: Correctly handle identical routesIdo Schimmel1-178/+403
2017-02-09net/ena: update driver version to 1.1.2Netanel Belgazal1-1/+1
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal2-7/+6
2017-02-09net/ena: change driver's default timeoutsNetanel Belgazal2-5/+5
2017-02-09net/ena: reduce the severity of ena printoutsNetanel Belgazal2-13/+28
2017-02-09net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2-4/+5
2017-02-09net/ena: use napi_complete_done() return valueNetanel Belgazal1-15/+29
2017-02-09net/ena: fix potential access to freed memory during device resetNetanel Belgazal1-13/+43
2017-02-09net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal3-15/+42
2017-02-09net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal1-1/+5
2017-02-09net/ena: fix RSS default hash configurationNetanel Belgazal1-1/+1
2017-02-09net/ena: fix ethtool RSS flow configurationNetanel Belgazal1-6/+6