summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-24netfilter: nf_tables: Drop pointless memset in nf_tables_dump_objPhil Sutter1-3/+0
2023-10-24netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal1-9/+8
2023-10-24br_netfilter: use single forward hook for ip and arpFlorian Westphal1-38/+34
2023-10-24netfilter: nf_tables: Add locking for NFT_MSG_GETRULE_RESET requestsPhil Sutter1-13/+64
2023-10-24netfilter: nf_tables: Introduce nf_tables_getrule_single()Phil Sutter1-31/+43
2023-10-24netfilter: nf_tables: Open-code audit log call in nf_tables_getrule()Phil Sutter1-4/+15
2023-10-24netfilter: nft_set_rbtree: prefer sync gc to async workerFlorian Westphal1-59/+65
2023-10-24netfilter: nft_set_rbtree: rename gc deactivate+erase functionFlorian Westphal1-5/+6
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski1-0/+21
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo7-9/+14
2023-10-20netlink: add variable-length / auto integersJakub Kicinski1-3/+11
2023-10-20devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel1-104/+84
2023-10-20devlink: retain error in struct devlink_fmsgPrzemek Kitszel1-171/+76
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski42-231/+351
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds42-231/+350
2023-10-19Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent1-26/+6
2023-10-19mptcp: avoid sending RST when closing the initial subflowGeliang Tang1-6/+22
2023-10-19mptcp: more conservative check for zero probesPaolo Abeni1-7/+1
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni1-0/+1
2023-10-19net: move altnames together with the netdeviceJakub Kicinski1-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski1-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski2-1/+11
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski1-13/+31
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi1-1/+1
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet2-4/+11
2023-10-19Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2-26/+31
2023-10-19Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-8/+6
2023-10-19ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet1-5/+9
2023-10-19tcp_bpf: properly release resources on error pathsPaolo Abeni1-4/+12
2023-10-19net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela1-4/+14
2023-10-19tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14
2023-10-18netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso1-4/+1
2023-10-18netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso1-0/+2
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter1-22/+28
2023-10-18net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter1-1/+2
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia1-7/+7
2023-10-18netfilter: nf_tables: de-constify set commit ops function argumentFlorian Westphal1-4/+3
2023-10-18netfilter: bridge: convert br_netfilter to NF_DROP_REASONFlorian Westphal2-16/+16
2023-10-18netfilter: make nftables drops visible in net dropmonitorFlorian Westphal2-4/+8
2023-10-18netfilter: nf_nat: mask out non-verdict bits when checking return valueFlorian Westphal1-2/+3
2023-10-18netfilter: conntrack: convert nf_conntrack_update to netfilter verdictsFlorian Westphal2-31/+42
2023-10-18netfilter: nf_tables: mask out non-verdict bits when checking return valueFlorian Westphal2-3/+7
2023-10-18netfilter: xt_mangle: only check verdict part of return valueFlorian Westphal2-8/+10
2023-10-18devlink: document devlink_rel_nested_in_notify() functionJiri Pirko1-0/+14
2023-10-18devlink: don't take instance lock for nested handle putJiri Pirko1-14/+3
2023-10-18devlink: take device reference for devlink objectJiri Pirko1-1/+2
2023-10-18devlink: call peernet2id_alloc() with net pointer under RCU read lockJiri Pirko1-3/+9
2023-10-18Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-27/+34
2023-10-18net: bridge: Set strict_start_type for br_policyJohannes Nixdorf1-0/+2
2023-10-18net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf1-1/+14