Age | Commit message (Expand) | Author |
2022-10-10 | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2022-10-03 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-10-03 | net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c | Lorenzo Bianconi |
2022-09-23 | Merge branch 'for-6.0-fixes' into for-6.1 | Tejun Heo |
2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-09-21 | net: netfilter: add bpf_ct_set_nat_info kfunc helper | Lorenzo Bianconi |
2022-09-21 | netfilter: conntrack: revisit the gc initial rescheduling bias | Antoine Tenart |
2022-09-21 | netfilter: conntrack: fix the gc rescheduling delay | Antoine Tenart |
2022-09-20 | netfilter: nf_ct_ftp: fix deadlock when nat rewrite is needed | Florian Westphal |
2022-09-20 | netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain() | Tetsuo Handa |
2022-09-20 | netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain() | Tetsuo Handa |
2022-09-20 | bpf: Move nf_conn extern declarations to filter.h | Daniel Xu |
2022-09-20 | bpf: Rename nfct_bsa to nfct_btf_struct_access | Daniel Xu |
2022-09-10 | bpf: Add support for writing to nf_conn:mark | Daniel Xu |
2022-09-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | David S. Miller |
2022-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-09-07 | netfilter: nat: avoid long-running port range loop | Florian Westphal |
2022-09-07 | netfilter: nat: move repetitive nat port reserve loop to a helper | Florian Westphal |
2022-09-07 | netfilter: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-09-07 | netfilter: conntrack: reduce timeout when receiving out-of-window fin or rst | Florian Westphal |
2022-09-07 | netfilter: conntrack: remove unneeded indent level | Florian Westphal |
2022-09-07 | netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find() | Pablo Neira Ayuso |
2022-09-07 | netfilter: nf_conntrack_irc: Tighten matching on DCC message | David Leadbeater |
2022-09-07 | netfilter: conntrack: ignore overly delayed tcp packets | Florian Westphal |
2022-09-07 | netfilter: conntrack: prepare tcp_in_window for ternary return value | Florian Westphal |
2022-09-07 | netfilter: nf_conntrack_sip: fix ct_sip_walk_headers | Igor Ryzhov |
2022-09-07 | netfilter: nft_payload: reject out-of-range attributes via policy | Florian Westphal |
2022-09-05 | netlink: Bounds-check struct nlmsgerr creation | Kees Cook |
2022-09-01 | netfilter: nf_conntrack_irc: Fix forged IP logic | David Leadbeater |
2022-08-31 | netfilter: nf_tables: clean up hook list when offload flags check fails | Pablo Neira Ayuso |
2022-08-31 | netfilter: remove nf_conntrack_helper sysctl and modparam toggles | Pablo Neira Ayuso |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski |
2022-08-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski |
2022-08-24 | net: Fix data-races around sysctl_[rw]mem_(max|default). | Kuniyuki Iwashima |
2022-08-24 | netfilter: flowtable: fix stuck flows on cleanup due to pending work | Pablo Neira Ayuso |
2022-08-24 | netfilter: flowtable: add function to invoke garbage collection immediately | Pablo Neira Ayuso |
2022-08-24 | netfilter: nf_tables: disallow binding to already bound chain | Pablo Neira Ayuso |
2022-08-24 | netfilter: nft_tunnel: restrict it to netdev family | Pablo Neira Ayuso |
2022-08-24 | netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families | Pablo Neira Ayuso |
2022-08-24 | netfilter: nf_tables: do not leave chain stats enabled on error | Pablo Neira Ayuso |
2022-08-24 | netfilter: nft_payload: do not truncate csum_offset and csum_type | Pablo Neira Ayuso |
2022-08-24 | netfilter: nft_payload: report ERANGE for too long offset and length | Pablo Neira Ayuso |
2022-08-24 | netfilter: nf_tables: make table handle allocation per-netns friendly | Pablo Neira Ayuso |
2022-08-24 | netfilter: nf_tables: disallow updates of implicit chain | Pablo Neira Ayuso |
2022-08-23 | netfilter: nft_tproxy: restrict to prerouting hook | Florian Westphal |
2022-08-23 | netfilter: conntrack: work around exceeded receive window | Florian Westphal |
2022-08-22 | Remove DECnet support from kernel | Stephen Hemminger |
2022-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-08-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |