aboutsummaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-24tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei1-1/+3
2022-10-24net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong1-1/+0
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao1-0/+7
2022-10-24docs: netdev: offer performance feedback to contributorsJakub Kicinski1-0/+10
2022-10-24kcm: annotate data-races around kcm->rx_waitEric Dumazet1-6/+11
2022-10-24kcm: annotate data-races around kcm->rx_psockEric Dumazet1-3/+5
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson4-10/+10
2022-10-24net/mlx5e: Cleanup MACsec uninitialization routineLeon Romanovsky1-10/+1
2022-10-24atlantic: fix deadlock at aq_nic_stopÍñigo Huguet2-24/+74
2022-10-21nfp: only clean `sp_indiff` when application firmware is unloadedYinjun Zhang1-23/+15
2022-10-21amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju1-1/+8
2022-10-21amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju1-4/+4
2022-10-21amd-xgbe: enable PLL_CTL for fixed PHY modes onlyRaju Rangoju1-2/+8
2022-10-21amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju2-13/+41
2022-10-21amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju3-1/+7
2022-10-21bpf: Use __llist_del_all() whenever possbile during memory drainingHou Tao1-2/+5
2022-10-21bpf: Wait for busy refill_work when destroying bpf memory allocatorHou Tao1-0/+11
2022-10-21MAINTAINERS: add keyword match on PTPJakub Kicinski1-0/+1
2022-10-21ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski1-1/+1
2022-10-20nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()Shang XiaoJing1-0/+3
2022-10-20net: macb: Specify PHY PM management done by MACSergiu Moga1-0/+1
2022-10-20net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao1-1/+0
2022-10-20net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao1-1/+1
2022-10-20net: hinic: fix memory leak when reading function tableZhengchao Shao1-6/+12
2022-10-20net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao1-1/+1
2022-10-20selftests: net: Fix netdev name mismatch in cleanupBenjamin Poirier1-1/+1
2022-10-20selftests: net: Fix cross-tree inclusion of scriptsBenjamin Poirier9-8/+17
2022-10-20net: lan966x: Fix the rx drop counterHoratiu Vultur1-1/+9
2022-10-20net: netsec: fix error handling in netsec_register_mdio()Yang Yingliang1-0/+2
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long1-4/+12
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa3-1/+32
2022-10-19net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-10-19net: sched: fix race condition in qdisc_graft()Eric Dumazet1-2/+3
2022-10-19net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-10-19wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang1-1/+1
2022-10-19sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2-7/+7
2022-10-19genetlink: fix kdoc warningsJakub Kicinski1-3/+5
2022-10-19selftests: add selftest for chaining of tc ingress handling to egressPaul Blakey2-0/+80
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey1-0/+4
2022-10-19net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao1-1/+2
2022-10-19Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()"Zhengchao Shao1-8/+17
2022-10-19net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao1-0/+4
2022-10-19ethernet: marvell: octeontx2 Fix resource not freed after mallocManank Patel1-0/+2
2022-10-19netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirementsPablo Neira Ayuso1-2/+3
2022-10-19netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault4-0/+5
2022-10-18ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-10-18net: hsr: avoid possible NULL deref in skb_clone()Eric Dumazet1-6/+6
2022-10-18bnxt_en: fix memory leak in bnxt_nvm_test()Vikas Gupta1-5/+6
2022-10-18dm clone: Fix typo in block_device format specifierNikos Tsironis1-1/+1
2022-10-18dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang1-1/+0