Age | Commit message (Expand) | Author | Files | Lines |
2020-04-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -4/+0 |
2020-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 24 | -94/+141 |
2020-04-06 | macsec: fix NULL dereference in macsec_upd_offload() | Davide Caratti | 1 | -0/+3 |
2020-04-06 | net: dsa: bcm_sf2: Ensure correct sub-node is parsed | Florian Fainelli | 1 | -1/+6 |
2020-04-06 | qed: remove redundant assignment to variable 'rc' | Colin Ian King | 1 | -1/+1 |
2020-04-06 | wimax: remove some redundant assignments to variable result | Colin Ian King | 1 | -5/+2 |
2020-04-06 | mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE | Petr Machata | 1 | -3/+6 |
2020-04-06 | mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_PRIORITY | Petr Machata | 1 | -3/+6 |
2020-04-06 | r8169: change back SG and TSO to be disabled by default | Heiner Kallweit | 1 | -15/+14 |
2020-04-06 | net: dsa: bcm_sf2: Do not register slave MDIO bus with OF | Florian Fainelli | 1 | -1/+1 |
2020-04-06 | tun: Don't put_page() for all negative return values from XDP program | Will Deacon | 1 | -4/+6 |
2020-04-04 | net: dsa: mt7530: fix null pointer dereferencing in port5 setup | Chuanhong Guo | 1 | -0/+3 |
2020-04-04 | net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc... | Oleksij Rempel | 1 | -0/+7 |
2020-04-04 | net: stmmac: dwmac1000: fix out-of-bounds mac address reg setting | Jisheng Zhang | 1 | -1/+1 |
2020-04-04 | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
2020-04-03 | mlxsw: spectrum_trap: fix unintention integer overflow on left shift | Colin Ian King | 1 | -1/+1 |
2020-04-03 | pegasus: Remove pegasus' own workqueue | Petko Manolov | 1 | -32/+6 |
2020-04-02 | net: stmmac: xgmac: Fix VLAN register handling | Jose Abreu | 1 | -0/+11 |
2020-04-02 | net: cavium: Fix build errors due to 'imply CAVIUM_PTP' | YueHaibing | 1 | -1/+1 |
2020-04-02 | net: atlantic: fix missing | operator when assigning rec->llc | Colin Ian King | 1 | -1/+1 |
2020-04-02 | net: qualcomm: rmnet: Allow configuration updates to existing devices | Subash Abhinov Kasiviswanathan | 1 | -12/+19 |
2020-04-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -2/+59 |
2020-04-01 | net: stmmac: Fix VLAN filtering when HW does not support it | Jose Abreu | 1 | -5/+12 |
2020-04-01 | bnx2x: correct a comment mistake in grammar | Hu Haowen | 1 | -1/+2 |
2020-04-01 | net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.c | Hu Haowen | 1 | -1/+1 |
2020-04-01 | slcan: Don't transmit uninitialized stack data in padding | Richard Palethorpe | 1 | -3/+1 |
2020-04-01 | net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035 | Oleksij Rempel | 1 | -2/+2 |
2020-04-01 | cxgb4: free MQPRIO resources in shutdown path | Rahul Lakkireddy | 3 | -0/+28 |
2020-04-01 | cxgb4: fix MPS index overwrite when setting MAC address | Herat Ramani | 1 | -1/+0 |
2020-04-01 | vhost: refine vhost and vringh kconfig | Jason Wang | 1 | -4/+0 |
2020-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 967 | -18212/+64455 |
2020-04-01 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -14/+23 |
2020-03-31 | cxgb4/chcr: nic-tls stats in ethtool | Rohit Maheshwari | 1 | -0/+18 |
2020-03-31 | net: macb: Fix handling of fixed-link node | Codrin Ciubotariu | 1 | -0/+3 |
2020-03-31 | net: dsa: ksz: Select KSZ protocol tag | Codrin Ciubotariu | 1 | -0/+1 |
2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -32/+51 |
2020-03-31 | netdevsim: dev: Fix memory leak in nsim_dev_take_snapshot_write | Gustavo A. R. Silva | 1 | -0/+1 |
2020-03-31 | net: stmmac: add EHL 2.5Gbps PCI info and PCI ID | Voon Weifeng | 1 | -8/+16 |
2020-03-31 | net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI ID | Voon Weifeng | 1 | -0/+75 |
2020-03-31 | net: stmmac: create dwmac-intel.c to contain all Intel platform | Voon Weifeng | 4 | -313/+519 |
2020-03-31 | net: dsa: bcm_sf2: Support specifying VLAN tag egress rule | Florian Fainelli | 1 | -2/+38 |
2020-03-31 | net: dsa: bcm_sf2: Add support for matching VLAN TCI | Florian Fainelli | 1 | -15/+38 |
2020-03-31 | net: dsa: bcm_sf2: Move writing of CFP_DATA(5) into slicing functions | Florian Fainelli | 1 | -32/+32 |
2020-03-31 | net: dsa: bcm_sf2: Check earlier for FLOW_EXT and FLOW_MAC_EXT | Florian Fainelli | 1 | -2/+3 |
2020-03-31 | net: dsa: bcm_sf2: Disable learning for ASP port | Florian Fainelli | 1 | -1/+9 |
2020-03-31 | net: dsa: b53: Deny enslaving port 7 for 7278 into a bridge | Florian Fainelli | 1 | -0/+6 |
2020-03-31 | net: dsa: b53: Prevent tagged VLAN on port 7 for 7278 | Florian Fainelli | 1 | -0/+8 |
2020-03-31 | net: dsa: b53: Restore VLAN entries upon (re)configuration | Florian Fainelli | 1 | -0/+15 |
2020-03-31 | net: dsa: bcm_sf2: Fix overflow checks | Florian Fainelli | 1 | -6/+3 |