summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso
2022-06-06netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso
2022-06-02netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso
2022-06-02netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-01netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso
2022-06-01netfilter: nat: really support inet nat without l3 addressFlorian Westphal
2022-05-31tcp: tcp_rtx_synack() can be called from process contextEric Dumazet
2022-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-05-31net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang
2022-05-31netfilter: flowtable: fix nft_flow_route source address for nat casewenxu
2022-05-31netfilter: flowtable: fix missing FLOWI_FLAG_ANYSRC flagwenxu
2022-05-31netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso
2022-05-31netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso
2022-05-31netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso
2022-05-31xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S
2022-05-31bonding: show NS IPv6 targets in proc master infoHangbin Liu
2022-05-30net: phy: at803x: disable WOL at probeViorel Suman
2022-05-30net: ipv4: Avoid bounds check warninghuhai
2022-05-29Merge branch 'sfc-fixes'David S. Miller
2022-05-29sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet
2022-05-29sfc: fix considering that all channels have TX queuesMartin Habets
2022-05-28net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET
2022-05-28bonding: NS target should accept link local addressHangbin Liu
2022-05-28net: nfc: Directly use ida_alloc()/free()keliu
2022-05-28nfp: only report pause frame configuration for physical deviceYu Xiao
2022-05-28net: dpaa: Convert to SPDX identifiersSean Anderson
2022-05-28tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-05-28net: phy: Directly use ida_alloc()/free()Ke Liu
2022-05-28net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang
2022-05-27Merge branch 'net-ipa-fix-page-free-in-two-spots'Jakub Kicinski
2022-05-27net: ipa: fix page free in ipa_endpoint_replenish_one()Alex Elder
2022-05-27net: ipa: fix page free in ipa_endpoint_trans_release()Alex Elder
2022-05-27dt-bindings: net: Update ADIN PHY maintainersAlexandru Tachici
2022-05-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
2022-05-27selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_readSong Liu
2022-05-27net: usb: qmi_wwan: add Telit 0x1250 compositionCarlo Lobrano
2022-05-27net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju
2022-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-05-27netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso
2022-05-27netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exitFlorian Westphal
2022-05-27netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal
2022-05-27netfilter: nfnetlink: fix warn in nfnetlink_unbindFlorian Westphal
2022-05-27net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin
2022-05-27net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin
2022-05-27net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter
2022-05-26net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray
2022-05-26net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle
2022-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski