summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mdio: remove duplicated include from mdio_bus.cYueHaibing2018-09-181-1/+0
* qed: remove duplicated include from qed_cxt.cYueHaibing2018-09-181-1/+0
* liquidio: remove duplicated include from lio_vf_rep.cYueHaibing2018-09-181-1/+0
* cxgb4: remove duplicated include from cxgb4_main.cYueHaibing2018-09-181-1/+0
* gianfar: remove duplicated include from gianfar.cYueHaibing2018-09-181-2/+0
* net: socionext: Fix two sleep-in-atomic-context bugs in ave_rxfifo_reset()Jia-Ju Bai2018-09-181-2/+2
* liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang2018-09-176-3/+243
* net: ethernet: remove redundant null pointer check before of_node_putzhong jiang2018-09-171-2/+1
* net: dsa: remove redundant null pointer check before of_node_putzhong jiang2018-09-171-2/+1
* net: usb: remove redundant null pointer check before of_node_putzhong jiang2018-09-171-2/+1
* net: aquantia: memory corruption on jumbo framesFriedemann Gerold2018-09-171-14/+18
* net: dsa: lantiq_gswip: Minor code style improvementsHauke Mehrtens2018-09-171-20/+18
* net: lantiq: lantiq_xrx200: Move clock prepare to probe functionHauke Mehrtens2018-09-171-9/+12
* net: hns: make function hns_gmac_wait_fifo_clean() staticWei Yongjun2018-09-171-1/+1
* net: lantiq: Fix return value check in xrx200_probe()Wei Yongjun2018-09-171-2/+2
* net: dsa: gswip: Fix copy-paste error in gswip_gphy_fw_probe()Wei Yongjun2018-09-171-3/+3
* net: dsa: gswip: Fix return value check in gswip_probe()Wei Yongjun2018-09-171-6/+6
* net: phy: et011c: Remove incorrect PHY_POLL flagsFlorian Fainelli2018-09-171-1/+0
* cxgb4: update supported DCB versionGanesh Goudar2018-09-142-2/+31
* cxgb4: add per rx-queue counter for packet errorsGanesh Goudar2018-09-143-0/+6
* cxgb4: Fix endianness issue in t4_fwcache()Ganesh Goudar2018-09-141-1/+1
* net: move definition of pcpu_lstats to header fileLi RongQing2018-09-143-22/+4
* net/ibm/emac: Remove VLA usageKees Cook2018-09-142-1/+8
* tg3: Fix fall-through annotationsGustavo A. R. Silva2018-09-141-6/+6
* net: dsa: b53: Do not fail when IRQ are not initializedFlorian Fainelli2018-09-131-1/+7
* tap: accept an array of XDP buffs through sendmsg()Jason Wang2018-09-131-2/+72
* tuntap: accept an array of XDP buffs through sendmsg()Jason Wang2018-09-131-3/+114
* tun: switch to new type of msg_controlJason Wang2018-09-132-7/+17
* tuntap: move XDP flushing out of tun_do_xdp()Jason Wang2018-09-131-1/+2
* tuntap: split out XDP logicJason Wang2018-09-131-37/+51
* tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang2018-09-131-15/+24
* tuntap: simplify error handling in tun_build_skb()Jason Wang2018-09-131-7/+3
* tuntap: enable bh early during processing XDPJason Wang2018-09-131-7/+3
* tuntap: switch to use XDP_PACKET_HEADROOMJason Wang2018-09-131-2/+1
* net: sock: introduce SOCK_XDPJason Wang2018-09-131-0/+19
* net: dsa: Add Lantiq / Intel DSA driver for vrx200Hauke Mehrtens2018-09-134-0/+1331
* net: lantiq: Add Lantiq / Intel VRX200 Ethernet driverHauke Mehrtens2018-09-133-0/+572
* MIPS: lantiq: Do not enable IRQs in dma openHauke Mehrtens2018-09-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-1329-252/+313
|\
| * nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens2018-09-121-0/+6
| * nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren2018-09-123-1/+13
| * r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLEDKai-Heng Feng2018-09-121-3/+6
| * MIPS: lantiq: dma: add dev pointerHauke Mehrtens2018-09-121-0/+1
| * qmi_wwan: Support dynamic config on Quectel EP06Kristian Evensen2018-09-101-1/+29
| * ethernet: renesas: convert to SPDX identifiersKuninori Morimoto2018-09-103-5/+3
| * net: ena: fix incorrect usage of memory barriersNetanel Belgazal2018-09-094-34/+26
| * net: ena: fix missing calls to READ_ONCENetanel Belgazal2018-09-091-4/+4
| * net: ena: fix missing lock during device destructionNetanel Belgazal2018-09-091-13/+7
| * net: ena: fix potential double ena_destroy_device()Netanel Belgazal2018-09-091-0/+5
| * net: ena: fix device destruction to gracefully free resourcesNetanel Belgazal2018-09-091-6/+7