summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-08-18ovs: clear skb->tstamp in forwarding pathkaixi.fan-0/+1
2021-08-18Merge branch 'mdio-fixes'David S. Miller-13/+24
2021-08-18net: mdio-mux: Handle -EPROBE_DEFER correctlySaravana Kannan-2/+6
2021-08-18net: mdio-mux: Don't ignore memory allocation errorsSaravana Kannan-10/+18
2021-08-18net: mdio-mux: Delete unnecessary devm_kfreeSaravana Kannan-1/+0
2021-08-18net: dsa: sja1105: fix use-after-free after calling of_find_compatible_node, ...Vladimir Oltean-4/+2
2021-08-18sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen-1/+1
2021-08-17ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error pathWang Hai-1/+4
2021-08-17Merge tag 'wireless-drivers-2021-08-17' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski-14/+91
2021-08-17net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu-1/+3
2021-08-17mac80211: fix locking in ieee80211_restart_work()Johannes Berg-0/+2
2021-08-17virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LROJason Wang-7/+7
2021-08-16vrf: Reset skb conntrack connection on VRF rcvLahav Schlesinger-0/+4
2021-08-16net: iosm: Prevent underflow in ipc_chnl_cfg_get()Dan Carpenter-4/+3
2021-08-16Merge branch 'bnxt_en-fixes'David S. Miller-0/+15
2021-08-16bnxt_en: Add missing DMA memory barriersMichael Chan-0/+12
2021-08-16bnxt_en: Disable aRFS if running on 212 firmwareMichael Chan-0/+3
2021-08-16qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin-2/+1
2021-08-16qed: qed ll2 race condition fixesShai Malin-0/+20
2021-08-16tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long-1/+1
2021-08-16ptp_pch: Restore dependency on PCIAndy Shevchenko-1/+2
2021-08-16net: 6pack: fix slab-out-of-bounds in decode_dataPavel Skripkin-0/+6
2021-08-13ice: Fix perout start time roundingMaciej Machnikowski-1/+1
2021-08-13Merge branch 'bnxt-tx-napi-disabling-resiliency-improvements'Jakub Kicinski-37/+62
2021-08-13bnxt: count Tx dropsJakub Kicinski-0/+2
2021-08-13bnxt: make sure xmit_more + errors does not miss doorbellsJakub Kicinski-13/+27
2021-08-13bnxt: disable napi before canceling DIMJakub Kicinski-2/+1
2021-08-13bnxt: don't lock the tx queue from napi pollJakub Kicinski-22/+32
2021-08-12Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-372/+763
2021-08-12Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds-28/+50
2021-08-12Merge tag 'drm-fixes-2021-08-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-167/+175
2021-08-13Merge tag 'drm-misc-fixes-2021-08-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+11
2021-08-13Merge tag 'drm-intel-fixes-2021-08-12' of git://anongit.freedesktop.org/drm/d...Dave Airlie-125/+56
2021-08-12Merge tag 'ieee802154-for-davem-2021-08-12' of git://git.kernel.org/pub/scm/l...Jakub Kicinski-4/+9
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)-2/+5
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-20/+33
2021-08-12Merge tag 'sound-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-138/+206
2021-08-12wwan: core: Avoid returning NULL from wwan_create_dev()Andy Shevchenko-4/+8
2021-08-12drm/doc/rfc: drop lmem uapi sectionDaniel Vetter-109/+0
2021-08-12drm/i915: Only access SFC_DONE when media domain is not fused offMatt Roper-1/+18
2021-08-12drm/i915/display: Fix the 12 BPC bits for PIPE_MISC regAnkit Nautiyal-15/+35
2021-08-12net: dsa: sja1105: unregister the MDIO buses during teardownVladimir Oltean-0/+1
2021-08-12Revert "tipc: Return the correct errno code"Hoang Le-3/+3
2021-08-12net: mscc: Fix non-GPL export of regmap APIsMark Brown-8/+8
2021-08-11Merge tag 'orphans-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2021-08-11Merge tag 'seccomp-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2021-08-12Merge tag 'amd-drm-fixes-5.14-2021-08-11' of https://gitlab.freedesktop.org/a...Dave Airlie-11/+69
2021-08-11net: igmp: increase size of mr_ifc_countEric Dumazet-2/+2
2021-08-11MAINTAINERS: switch to my OMP email for Renesas Ethernet driversSergey Shtylyov-1/+1
2021-08-11tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell-1/+1