summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-24tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei
2022-10-24net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao
2022-10-24docs: netdev: offer performance feedback to contributorsJakub Kicinski
2022-10-24Merge branch 'kcm-data-races'David S. Miller
2022-10-24kcm: annotate data-races around kcm->rx_waitEric Dumazet
2022-10-24kcm: annotate data-races around kcm->rx_psockEric Dumazet
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson
2022-10-24net/mlx5e: Cleanup MACsec uninitialization routineLeon Romanovsky
2022-10-24atlantic: fix deadlock at aq_nic_stopÍñigo Huguet
2022-10-21nfp: only clean `sp_indiff` when application firmware is unloadedYinjun Zhang
2022-10-21Merge branch 'amd-xgbe-miscellaneous-fixes'Jakub Kicinski
2022-10-21amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju
2022-10-21amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju
2022-10-21amd-xgbe: enable PLL_CTL for fixed PHY modes onlyRaju Rangoju
2022-10-21amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju
2022-10-21amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju
2022-10-21Merge branch 'Wait for busy refill_work when destroying bpf memory allocator'Alexei Starovoitov
2022-10-21bpf: Use __llist_del_all() whenever possbile during memory drainingHou Tao
2022-10-21bpf: Wait for busy refill_work when destroying bpf memory allocatorHou Tao
2022-10-21MAINTAINERS: add keyword match on PTPJakub Kicinski
2022-10-21ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski
2022-10-20nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()Shang XiaoJing
2022-10-20net: macb: Specify PHY PM management done by MACSergiu Moga
2022-10-20Merge branch 'fix-some-issues-in-huawei-hinic-driver'Jakub Kicinski
2022-10-20net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao
2022-10-20net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao
2022-10-20net: hinic: fix memory leak when reading function tableZhengchao Shao
2022-10-20net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao
2022-10-20Merge branch 'selftests-net-fix-problems-in-some-drivers-net-tests'Jakub Kicinski
2022-10-20selftests: net: Fix netdev name mismatch in cleanupBenjamin Poirier
2022-10-20selftests: net: Fix cross-tree inclusion of scriptsBenjamin Poirier
2022-10-20net: lan966x: Fix the rx drop counterHoratiu Vultur
2022-10-20net: netsec: fix error handling in netsec_register_mdio()Yang Yingliang
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-20Merge tag 'ata-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2022-10-20Merge tag 'for-6.1/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-19net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann
2022-10-19net: sched: fix race condition in qdisc_graft()Eric Dumazet
2022-10-19net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang
2022-10-19wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang
2022-10-19sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren
2022-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-10-19genetlink: fix kdoc warningsJakub Kicinski
2022-10-19Merge branch 'qdisc-ingress-success'David S. Miller
2022-10-19selftests: add selftest for chaining of tc ingress handling to egressPaul Blakey
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey