summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-08-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2-3/+10
2020-07-31net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethe...Wang Hai1-1/+4
2020-07-31ionic: unlock queue mutex in error pathShannon Nelson1-1/+3
2020-07-31atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong1-2/+8
2020-07-31net: ethernet: mtk_eth_soc: fix MTU warningsLanden Chao1-0/+2
2020-07-31net: nixge: fix potential memory leak in nixge_probe()Lu Wei1-3/+5
2020-07-30igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-07-30e1000e: continue to init PHY even when failed to disable ULPAaron Ma1-3/+1
2020-07-30ibmvnic: Fix IRQ mapping disposal in error pathThomas Falcon1-1/+1
2020-07-29mlxsw: spectrum_router: Fix use-after-free in router init / de-initIdo Schimmel1-24/+26
2020-07-29mlxsw: core: Free EMAD transactions using kfree_rcu()Ido Schimmel1-1/+1
2020-07-29mlxsw: core: Increase scope of RCU read-side critical sectionIdo Schimmel1-2/+4
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel2-3/+12
2020-07-29mlxsw: spectrum_router: Allow programming link-local host routesIdo Schimmel1-9/+0
2020-07-29vxlan: Ensure FDB dump is performed under RCUIdo Schimmel1-2/+8
2020-07-29bareudp: forbid mixing IP and MPLS in multiproto modeGuillaume Nault1-7/+22
2020-07-29octeontx2-pf: Unregister netdev at driver removeSubbaraya Sundeep1-0/+1
2020-07-29octeontx2-pf: cancel reset_task workSubbaraya Sundeep1-0/+1
2020-07-29octeontx2-pf: Fix reset_task bugsSubbaraya Sundeep1-0/+3
2020-07-29mlx4: disable device on shutdownJakub Kicinski1-0/+2
2020-07-29net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623René van Dorst1-5/+14
2020-07-29Merge tag 'mlx5-fixes-2020-07-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller7-52/+120
2020-07-28net: lan78xx: replace bogus endpoint lookupJohan Hovold1-87/+30
2020-07-28net: lan78xx: fix transfer-buffer memory leakJohan Hovold1-0/+1
2020-07-28net: lan78xx: add missing endpoint sanity checkJohan Hovold1-0/+5
2020-07-28usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev1-1/+4
2020-07-28net/mlx5e: Fix kernel crash when setting vf VLANID on a VF devAlaa Hleihel1-2/+3
2020-07-28net/mlx5e: Modify uplink state on interface up/downRon Diskin4-9/+36
2020-07-28net/mlx5: Query PPS pin operational status before registering itEran Ben Elisha1-1/+33
2020-07-28net/mlx5e: Fix slab-out-of-bounds in mlx5e_rep_is_lag_netdevRaed Salem1-2/+5
2020-07-28net/mlx5: Verify Hardware supports requested ptp function on a given pinEran Ben Elisha1-1/+22
2020-07-28net/mlx5: Fix a bug of using ptp channel index as pin indexEran Ben Elisha1-11/+10
2020-07-28net/mlx5e: Fix missing cleanup of ethtool steering during rep rx cleanupMaor Dickman1-0/+1
2020-07-28net/mlx5e: Fix error path of device attachAya Levin1-0/+2
2020-07-28net/mlx5: Fix forward to next namespaceMaor Gottlieb1-23/+5
2020-07-28net/mlx5: E-switch, Destroy TSAR after reload interfaceParav Pandit1-2/+2
2020-07-28net/mlx5: E-switch, Destroy TSAR when fail to enable the modeParav Pandit1-1/+1
2020-07-28net: hns3: fix for VLAN config when reset failedGuojia Liao2-7/+10
2020-07-28net: hns3: fix aRFS FD rules leftover after add a user FD ruleGuojia Liao1-13/+15
2020-07-28net: hns3: add reset check for VF updating port based VLANJian Shen1-9/+21
2020-07-28net: hns3: fix a TX timeout issueYonglong Liu1-1/+1
2020-07-28net: hns3: fix desc filling bug when skb is expanded or linearedYunsheng Lin1-10/+6
2020-07-27net: mscc: ocelot: fix hardware timestamp dequeue logiclaurent brando1-5/+5
2020-07-25Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+58
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-36/+38
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds86-436/+713
2020-07-25drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2-4/+8
2020-07-25Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-23/+11
2020-07-25Merge tag 'wireless-drivers-2020-07-24' of git://git.kernel.org/pub/scm/linux...David S. Miller4-43/+43
2020-07-25xen-netfront: fix potential deadlock in xennet_remove()Andrea Righi1-22/+42