summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: xgmac: fix missing IFF_MULTICAST checki in dwxgmac2_set_filterTan, Tee Min2020-02-071-1/+1
* net: stmmac: fix missing IFF_MULTICAST check in dwmac4_set_filterVerma, Aashish2020-02-071-1/+1
* net: stmmac: xgmac: fix incorrect XGMAC_VLAN_TAG register writtingOng Boon Leong2020-02-071-2/+6
* net: stmmac: fix incorrect GMAC_VLAN_TAG register writting in GMAC4+Tan, Tee Min2020-02-071-3/+4
* hv_netvsc: Fix XDP refcnt for synthetic and VF NICsHaiyang Zhang2020-02-072-3/+15
* net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP portFlorian Fainelli2020-02-071-1/+3
* net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli2020-02-071-1/+1
* net: stmmac: fix a possible endless loopDejin Zheng2020-02-071-0/+1
* net/mlx5: Deprecate usage of generic TLS HW capability bitTariq Toukan2020-02-063-3/+3
* net/mlx5e: TX, Error completion is for last WQE in batchTariq Toukan2020-02-062-26/+23
* net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctxRaed Salem2020-02-061-0/+1
* net/mlx5: IPsec, Fix esp modify function attributeRaed Salem2020-02-061-1/+1
* net/mlx5: Fix deadlock in fs_coreMaor Gottlieb2020-02-061-7/+8
* net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli2020-02-061-0/+3
* r8169: fix performance regression related to PCIe max read request sizeHeiner Kallweit2020-02-061-0/+6
* net: mvneta: move rx_dropped and rx_errors in per-cpu statsLorenzo Bianconi2020-02-061-9/+22
* cxgb4: Added tls stats prints.Devulapally Shiva Krishna2020-02-061-0/+7
* qed: Fix timestamping issue for L2 unicast ptp packets.Sudarsana Reddy Kalluru2020-02-051-2/+2
* net: macb: Limit maximum GEM TX length in TSOHarini Katakam2020-02-051-1/+5
* net: macb: Remove unnecessary alignment check for TSOHarini Katakam2020-02-051-5/+3
* bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet2020-02-051-12/+32
* net: ethernet: dec: tulip: Fix length mask in receive length calculationMoritz Fischer2020-02-051-1/+4
* wireguard: noise: reject peers with low order public keysJason A. Donenfeld2020-02-052-7/+9
* wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet2020-02-051-0/+1
* netdevsim: fix ptr_ret.cocci warningskbuild test robot2020-02-051-3/+1
* net: sgi: ioc3-eth: Remove leftover free_irq()Thomas Bogendoerfer2020-02-051-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-0417-116/+156
|\
| * gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo2020-02-041-2/+2
| * r8152: Add MAC passthrough support to new deviceKai-Heng Feng2020-02-041-3/+10
| * qed: Remove set but not used variable 'p_link'YueHaibing2020-02-041-3/+0
| * netdevsim: remove unused sdev codeTaehee Yoo2020-02-031-69/+0
| * netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo2020-02-032-2/+2
| * netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsTaehee Yoo2020-02-033-14/+16
| * netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Taehee Yoo2020-02-031-1/+1
| * netdevsim: fix panic in nsim_dev_take_snapshot_write()Taehee Yoo2020-02-032-2/+12
| * netdevsim: disable devlink reload when resources are being usedTaehee Yoo2020-02-032-0/+21
| * netdevsim: fix using uninitialized resourcesTaehee Yoo2020-02-032-3/+41
| * bnxt_en: Fix TC queue mapping.Michael Chan2020-02-031-1/+1
| * bnxt_en: Fix logic that disables Bus Master during firmware reset.Vasundhara Volam2020-02-031-4/+7
| * bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Michael Chan2020-02-031-2/+5
| * bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Michael Chan2020-02-031-7/+12
| * net: stmmac: Delete txtimer in suspend()Nicolin Chen2020-02-031-0/+4
| * qed: Fix a error code in qed_hw_init()Dan Carpenter2020-02-011-0/+1
| * octeontx2-pf: Fix an IS_ERR() vs NULL bugDan Carpenter2020-02-011-2/+2
| * mlxsw: spectrum_qdisc: Fix 64-bit division error in mlxsw_sp_qdisc_tbf_rate_kbpsNathan Chancellor2020-01-311-1/+1
| * ionic: fix rxq comp packet type maskShannon Nelson2020-01-311-1/+1
| * net: phy: at803x: disable vddio regulatorMichael Walle2020-01-311-0/+11
| * net: mii_timestamper: fix static allocation by PHY driverMichael Walle2020-01-311-0/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-046-82/+71
|\ \
| * | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-046-82/+71