summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+0
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-94/+141
2020-04-06macsec: fix NULL dereference in macsec_upd_offload()Davide Caratti-0/+3
2020-04-06net: dsa: bcm_sf2: Ensure correct sub-node is parsedFlorian Fainelli-1/+6
2020-04-06qed: remove redundant assignment to variable 'rc'Colin Ian King-1/+1
2020-04-06wimax: remove some redundant assignments to variable resultColin Ian King-5/+2
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLEPetr Machata-3/+6
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_PRIORITYPetr Machata-3/+6
2020-04-06r8169: change back SG and TSO to be disabled by defaultHeiner Kallweit-15/+14
2020-04-06net: dsa: bcm_sf2: Do not register slave MDIO bus with OFFlorian Fainelli-1/+1
2020-04-06tun: Don't put_page() for all negative return values from XDP programWill Deacon-4/+6
2020-04-03net: dsa: mt7530: fix null pointer dereferencing in port5 setupChuanhong Guo-0/+3
2020-04-03net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel-0/+7
2020-04-03net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang-1/+1
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-04-02mlxsw: spectrum_trap: fix unintention integer overflow on left shiftColin Ian King-1/+1
2020-04-02pegasus: Remove pegasus' own workqueuePetko Manolov-32/+6
2020-04-02net: stmmac: xgmac: Fix VLAN register handlingJose Abreu-0/+11
2020-04-02net: cavium: Fix build errors due to 'imply CAVIUM_PTP'YueHaibing-1/+1
2020-04-02net: atlantic: fix missing | operator when assigning rec->llcColin Ian King-1/+1
2020-04-02net: qualcomm: rmnet: Allow configuration updates to existing devicesSubash Abhinov Kasiviswanathan-12/+19
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+59
2020-04-01net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu-5/+12
2020-04-01bnx2x: correct a comment mistake in grammarHu Haowen-1/+2
2020-04-01net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.cHu Haowen-1/+1
2020-04-01slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe-3/+1
2020-04-01net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel-2/+2
2020-04-01cxgb4: free MQPRIO resources in shutdown pathRahul Lakkireddy-0/+28
2020-04-01cxgb4: fix MPS index overwrite when setting MAC addressHerat Ramani-1/+0
2020-04-01vhost: refine vhost and vringh kconfigJason Wang-4/+0
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-18212/+64455
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-14/+23
2020-03-31cxgb4/chcr: nic-tls stats in ethtoolRohit Maheshwari-0/+18
2020-03-31net: macb: Fix handling of fixed-link nodeCodrin Ciubotariu-0/+3
2020-03-31net: dsa: ksz: Select KSZ protocol tagCodrin Ciubotariu-0/+1
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-32/+51
2020-03-30netdevsim: dev: Fix memory leak in nsim_dev_take_snapshot_writeGustavo A. R. Silva-0/+1
2020-03-30net: stmmac: add EHL 2.5Gbps PCI info and PCI IDVoon Weifeng-8/+16
2020-03-30net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI IDVoon Weifeng-0/+75
2020-03-30net: stmmac: create dwmac-intel.c to contain all Intel platformVoon Weifeng-313/+519
2020-03-30net: dsa: bcm_sf2: Support specifying VLAN tag egress ruleFlorian Fainelli-2/+38
2020-03-30net: dsa: bcm_sf2: Add support for matching VLAN TCIFlorian Fainelli-15/+38
2020-03-30net: dsa: bcm_sf2: Move writing of CFP_DATA(5) into slicing functionsFlorian Fainelli-32/+32
2020-03-30net: dsa: bcm_sf2: Check earlier for FLOW_EXT and FLOW_MAC_EXTFlorian Fainelli-2/+3
2020-03-30net: dsa: bcm_sf2: Disable learning for ASP portFlorian Fainelli-1/+9
2020-03-30net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli-0/+6
2020-03-30net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli-0/+8
2020-03-30net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli-0/+15
2020-03-30net: dsa: bcm_sf2: Fix overflow checksFlorian Fainelli-6/+3