Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2023-04-05 11:21:36 to 2023-04-20 12:45:49 UTC [more...]

[PATCH bpf-next v4 0/7] bpf: add netfilter program type
 2023-04-20 12:44 UTC  (7+ messages)
` [PATCH bpf-next v4 1/7] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v4 2/7] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v4 3/7] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v4 4/7] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v4 5/7] tools: bpftool: print netfilter link info
` [PATCH bpf-next v4 6/7] bpf: add test_run support for netfilter program type

[PATCH v10 00/13] Network support for Landlock
 2023-04-20 11:46 UTC  (32+ messages)
` [PATCH v10 02/13] landlock: Allow filesystem layout changes for domains without such rule type
` [PATCH v10 03/13] landlock: Remove unnecessary inlining
` [PATCH v10 05/13] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v10 07/13] landlock: Refactor layer helpers
` [PATCH v10 09/13] landlock: Add network rules and TCP hooks support
` [PATCH v10 10/13] selftests/landlock: Share enforce_ruleset()
` [PATCH v10 11/13] selftests/landlock: Add 10 new test suites dedicated to network
` [PATCH v10 12/13] samples/landlock: Add network demo
` [PATCH v10 13/13] landlock: Document Landlock's network support

[PATCH bpf-next v3 0/6] bpf: add netfilter program type
 2023-04-20  9:54 UTC  (14+ messages)
` [PATCH bpf-next v3 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v3 2/6] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v3 3/6] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v3 4/6] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v3 5/6] tools: bpftool: print netfilter link info
` [PATCH bpf-next v3 6/6] bpf: add test_run support for netfilter program type

[PATCH nf-next,v4 1/7] netfilter: nf_tables: extended netlink error reporting for netdevice
 2023-04-19 22:23 UTC  (7+ messages)
` [PATCH nf-next,v4 2/7] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH nf-next,v4 3/7] netfilter: nf_tables: rename function to destroy hook list
` [PATCH nf-next,v4 4/7] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH nf-next,v4 5/7] netfilter: nf_tables: support for deleting devices in "
` [PATCH nf-next,v4 6/7] netfilter: nf_tables: allow to create netdev chain without device
` [PATCH nf-next,v4 7/7] netfilter: nf_tables: remove artificial cap on maximum number of netdevices

[PATCH nft 1/2] mnl: flowtable support for extended netlink error reporting
 2023-04-19 22:26 UTC  (2+ messages)
` [PATCH nft 2/2] src: allow for updating devices on existing netdev chain

[PATCH v3] netfilter: conntrack: fix wrong ct->timeout value
 2023-04-19 10:11 UTC  (3+ messages)

[PATCH nf-next,v3 1/5] netfilter: nf_tables: do not send complete notification of deletions
 2023-04-19  9:20 UTC  (5+ messages)
` [PATCH nf-next,v3 2/5] netfilter: nf_tables: rename function to destroy hook list
` [PATCH nf-next,v3 3/5] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH nf-next,v3 4/5] netfilter: nf_tables: support for deleting devices in "
` [PATCH nf-next,v3 5/5] netfilter: nf_tables: allow to create netdev chain without device

[PATCH nf] netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
 2023-04-19  7:41 UTC  (3+ messages)

[PATCH] netfilter: conntrack: fix wrong ct->timeout value
 2023-04-19  5:20 UTC  (12+ messages)

[PATCH net 0/5] Netfilter fixes for net
 2023-04-19  4:00 UTC  (7+ messages)
` [PATCH net 1/5] netfilter: br_netfilter: fix recent physdev match breakage
` [PATCH net 2/5] netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
` [PATCH net 3/5] netfilter: nf_tables: fix ifdef to also consider nf_tables=m
` [PATCH net 4/5] netfilter: nf_tables: validate catch-all set elements
` [PATCH net 5/5] netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements

[PATCH] ipvs: change ip_vs_conn_tab_bits range to [8,31]
 2023-04-18 11:58 UTC  (7+ messages)

[PATCH] src: try SO_SNDBUF before SO_SNDBUFFORCE
 2023-04-18 10:10 UTC  (7+ messages)

[PATCH nft] mnl: set SO_SNDBUF before SO_SNDBUFFORCE
 2023-04-18 10:02 UTC 

[PATCH nf,v2] netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements
 2023-04-18  7:32 UTC 

[PATCH nf] netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements
 2023-04-18  7:20 UTC 

[PATCH nf,v2] netfilter: nf_tables: validate catch-all set elements
 2023-04-18  7:19 UTC 

[PATCH nf-next v3 0/4] ipvs: Cleanups for v6.4
 2023-04-17 16:59 UTC  (6+ messages)
` [PATCH nf-next v3 1/4] ipvs: Update width of source for ip_vs_sync_conn_options
` [PATCH nf-next v3 2/4] ipvs: Consistently use array_size() in ip_vs_conn_init()
` [PATCH nf-next v3 3/4] ipvs: Remove {Enter,Leave}Function
` [PATCH nf-next v3 4/4] ipvs: Correct spelling in comments

[PATCH nf] netfilter: nf_tables: fix ifdef to also consider nf_tables=m
 2023-04-17 10:22 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: validate catch-all set elements
 2023-04-17 10:21 UTC 

Prezentacja
 2023-04-17  8:06 UTC 

Tlakově litý
 2023-04-17  7:35 UTC 

[PATCH v5 3/3] Replace invocation of weak PRNG
 2023-04-15 22:57 UTC  (3+ messages)

[PATCH bpf-next v2 0/6] bpf: add netfilter program type
 2023-04-14 14:54 UTC  (12+ messages)
` [PATCH bpf-next v2 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v2 2/6] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v2 3/6] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v2 4/6] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v2 5/6] tools: bpftool: print netfilter link info
` [PATCH bpf-next v2 6/6] bpf: add test_run support for netfilter program type

[PATCH nf-next 0/4] netfilter: nf_tables: shrink stack usage a bit more
 2023-04-14 13:01 UTC  (5+ messages)
` [PATCH nf-next 1/4] netfilter: nf_tables: remove unneeded conditional
` [PATCH nf-next 2/4] netfilter: nf_tables: do not store pktinfo in traceinfo structure
` [PATCH nf-next 3/4] netfilter: nf_tables: do not store verdict "
` [PATCH nf-next 4/4] netfilter: nf_tables: do not store rule "

[PATCH nf-next 0/2] netfilter: nf_tables: move ruleset validation state to table
 2023-04-13 15:13 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: nf_tables: don't write table validation state without mutex
` [PATCH nf-next 2/2] netfilter: nf_tables: make validation state per table

[PATCH bpf-next 0/6] bpf: add netfilter program type
 2023-04-13  9:26 UTC  (14+ messages)
` [PATCH bpf-next 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next 2/6] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next 3/6] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next 4/6] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next 5/6] tools: bpftool: print netfilter link info
` [PATCH bpf-next 6/6] bpf: add test_run support for netfilter program type

[PATCH net,v2] uapi: linux: restore IPPROTO_MAX to 256 and add IPPROTO_UAPI_MAX
 2023-04-12 22:22 UTC  (12+ messages)

[PATCH nftables 0/8] Support for shifted port-ranges in NAT
 2023-04-12 12:54 UTC  (16+ messages)
` [PATCH nftables 8/8] test: py: add tests for shifted nat port-ranges

[PATCH nftables v2] exthdr: add boolean DCCP option matching
 2023-04-11 20:45 UTC 

[PATCH nf-next v2] netfilter: nft_exthdr: add boolean DCCP option matching
 2023-04-11 20:45 UTC 

[PATCH nf-next 0/3] netfilter: nf_tables: shrink jump stack size
 2023-04-11 14:29 UTC  (4+ messages)
` [PATCH nf-next 1/3] netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker
` [PATCH nf-next 2/3] netfilter: nf_tables: don't store address of last rule on jump
` [PATCH nf-next 3/3] netfilter: nf_tables: don't store chain address "

[PATCH nf-next v2 0/4] ipvs: Cleanups for v6.4
 2023-04-11 11:39 UTC  (9+ messages)
` [PATCH nf-next v2 1/4] ipvs: Update width of source for ip_vs_sync_conn_options
` [PATCH nf-next v2 2/4] ipvs: Consistently use array_size() in ip_vs_conn_init()
` [PATCH nf-next v2 3/4] ipvs: Remove {Enter,Leave}Function
` [PATCH nf-next v2 4/4] ipvs: Correct spelling in comments

[PATCH nf-next 0/4] ipvs: Cleanups for v6.4
 2023-04-10 12:20 UTC  (6+ messages)
` [PATCH nf-next 1/4] ipvs: Update width of source for ip_vs_sync_con_options
` [PATCH nf-next 2/4] ipvs: Consistently use array_size() in ip_vs_conn_init()
` [PATCH nf-next 3/4] ipvs: Remove {Enter,Leave}Function
` [PATCH nf-next 4/4] ipvs: Correct spelling in comments

[PATCH v2] netfilter: conntrack: fix wrong ct->timeout value
 2023-04-10  9:34 UTC 

[PATCH nft] main: Error out when combining -i/--interactive and -f/--file
 2023-04-08 18:18 UTC 

[PATCH nf] netfilter: br_netfilter: fix recent physdev match breakage
 2023-04-06  9:34 UTC  (2+ messages)

[PATCH] netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
 2023-04-06  9:23 UTC  (3+ messages)
  ` [netfilter-core] "

[PATCH] netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
 2023-04-06  3:41 UTC 

[PATCH nft,v2 4/4] optimize: support for redirect and masquerade
 2023-04-05 13:56 UTC  (2+ messages)

[iptables PATCH] tests: shell: Test for false-positive rule check
 2023-04-05 11:23 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox