netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-25 15:48:15 to 2018-05-15 09:16:10 UTC [more...]

[PATCH 00/14] Modify action API for implementing lockless actions
 2018-05-15  9:16 UTC  (34+ messages)
` [PATCH 01/14] net: sched: use rcu for action cookie update
` [PATCH 02/14] net: sched: change type of reference and bind counters
` [PATCH 03/14] net: sched: add 'delete' function to action ops
` [PATCH 04/14] net: sched: implement unlocked action init API
` [PATCH 05/14] net: sched: always take reference to action
  ` [RFC PATCH] net: sched: __tcf_idr_check() can be static
` [PATCH 06/14] net: sched: implement reference counted action release
` [PATCH 07/14] net: sched: use reference counting action init
` [PATCH 08/14] net: sched: account for temporary action reference
` [PATCH 09/14] net: sched: don't release reference on action overwrite
` [PATCH 10/14] net: sched: extend act API for lockless actions
` [PATCH 11/14] net: core: add new/replace rate estimator lock parameter
` [PATCH 12/14] net: sched: retry action check-insert on concurrent modification
` [PATCH 13/14] net: sched: use unique idr insert function in unlocked actions
` [PATCH 14/14] net: sched: implement delete for all actions

[PATCH ghak81 RFC V2 0/5] audit: group task params
 2018-05-15  3:28 UTC  (13+ messages)
` [PATCH ghak81 RFC V2 1/5] audit: normalize loginuid read access
` [PATCH ghak81 RFC V2 2/5] audit: convert sessionid unset to a macro
` [PATCH ghak81 RFC V2 3/5] audit: use inline function to get audit context
` [PATCH ghak81 RFC V2 4/5] audit: use inline function to set "
` [PATCH ghak81 RFC V2 5/5] audit: collect audit task parameters

Linux Plumbers Networking Track CFP
 2018-05-14 20:01 UTC 

[PATCH 00/15] Netfilter/IPVS fixes for net
 2018-05-14  1:05 UTC  (17+ messages)
` [PATCH 01/15] netfilter: Fix handling simultaneous open in TCP conntrack
` [PATCH 02/15] netfilter: x_tables: check name length in find_match/target, too
` [PATCH 03/15] netfilter: nf_tables: skip synchronize_rcu if transaction log is empty
` [PATCH 04/15] netfilter: bridge: stp fix reference to uninitialized data
` [PATCH 05/15] netfilter: nf_tables: nft_compat: fix refcount leak on xt module
` [PATCH 06/15] ipvs: fix refcount usage for conns in ops mode
` [PATCH 07/15] ipvs: fix stats update from local clients
` [PATCH 08/15] netfilter: core: add missing __rcu annotation
` [PATCH 09/15] netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributes
` [PATCH 10/15] netfilter: x_tables: add module alias for icmp matches
` [PATCH 11/15] netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
` [PATCH 12/15] netfilter: nft_compat: prepare for indirect info storage
` [PATCH 13/15] netfilter: nft_compat: fix handling of large matchinfo size
` [PATCH 14/15] netfilter: nf_tables: bogus EBUSY in chain deletions
` [PATCH 15/15] netfilter: nf_tables: fix memory leak on error exit return

linux-next: Signed-off-by missing for commit in the netfilter tree
 2018-05-13 22:08 UTC 

INFO: trying to register non-static key in del_timer_sync
 2018-05-13 19:59 UTC  (2+ messages)

BUG: unable to handle kernel paging request in cgroup_mt_destroy_v1
 2018-05-13  6:50 UTC  (2+ messages)

KASAN: use-after-free Write in xt_rateest_put
 2018-05-12  8:39 UTC  (2+ messages)

[PATCH ghak81 RFC V1 0/5] audit: group task params
 2018-05-11 22:17 UTC  (18+ messages)
` [PATCH ghak81 RFC V1 1/5] audit: normalize loginuid read access
` [PATCH ghak81 RFC V1 2/5] audit: convert sessionid unset to a macro
` [PATCH ghak81 RFC V1 3/5] audit: use inline function to get audit context
` [PATCH ghak81 RFC V1 4/5] audit: use inline function to set "
` [PATCH ghak81 RFC V1 5/5] audit: collect audit task parameters

WARNING in compat_copy_entries (2)
 2018-05-11 14:13 UTC  (2+ messages)

[PATCH 00/18] Convert default pr_fmt from empty to KBUILD_MODNAME
 2018-05-10 15:45 UTC  (2+ messages)
` [PATCH 06/18] net: Remove pr_fmt duplicate logging prefixes

[PATCH 04/40] proc: introduce proc_create_seq{,_data}
 2018-05-09 16:53 UTC  (28+ messages)
` simplify procfs code for seq_file instances V2
  ` [PATCH 06/40] proc: introduce proc_create_single{,_data}
  ` [PATCH 11/40] ipv6/flowlabel: simplify pid namespace lookup
  ` [PATCH 27/40] rtc/proc: switch to proc_create_single_data
  ` [PATCH 28/40] bonding: switch to proc_create_seq_data
  ` [PATCH 29/40] hostap: switch to proc_create_{seq,single}_data
  ` [PATCH 30/40] neigh: switch to proc_create_seq_data
  ` [PATCH 31/40] netfilter/xt_hashlimit: switch to proc_create_{seq, single}_data
  ` [PATCH 32/40] netfilter/x_tables: switch to proc_create_seq_private
  ` [PATCH 33/40] bluetooth: switch to proc_create_seq_data
  ` [PATCH 34/40] atm: simplify procfs code
  ` [PATCH 35/40] atm: switch to proc_create_seq_private
  ` [PATCH 36/40] isdn: replace ->proc_fops with ->proc_show
  ` [PATCH 37/40] proc: don't detour through seq->private to get the inode
  ` [PATCH 38/40] ide: remove ide_driver_proc_write
  ` [PATCH 39/40] ide: replace ->proc_fops with ->proc_show
  ` [PATCH 40/40] tty: "

[PATCH] netfilter: nf_tables: fix memory leak on error exit return
 2018-05-09 12:32 UTC  (2+ messages)

[iptables v2] extensions: libip6t_srh: support matching previous, next and last SID
 2018-05-08 14:21 UTC  (3+ messages)

[PATCH net] bridge: netfilter stp fix reference to uninitialized data
 2018-05-08 12:17 UTC  (2+ messages)

linux-next: build warning after merge of the netfilter-next tree
 2018-05-08  8:05 UTC  (4+ messages)
  ` [PATCH nf-next] netfilter: fix fallout from xt/nf osf separation

[PATCH] netfilter: nf_queue: Replace conntrack entry
 2018-05-07  8:07 UTC  (3+ messages)

[PATCH 00/51] Netfilter/IPVS updates for net-next
 2018-05-07  2:00 UTC  (53+ messages)
` [PATCH 01/51] netfilter: ipvs: Fix space before '[' error
` [PATCH 02/51] netfilter: ipvs: Keep latest weight of destination
` [PATCH 03/51] netfilter: ipvs: Add Maglev hashing scheduler
` [PATCH 04/51] netfilter: ipvs: Add configurations of Maglev hashing
` [PATCH 05/51] ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithms
` [PATCH 06/51] netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet
` [PATCH 07/51] netfilter: nf_flow_table: use IP_CT_DIR_* values for FLOW_OFFLOAD_DIR_*
` [PATCH 08/51] netfilter: nf_flow_table: clean up flow_offload_alloc
` [PATCH 09/51] ipv6: make ip6_dst_mtu_forward inline
` [PATCH 10/51] netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple
` [PATCH 11/51] netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c
` [PATCH 12/51] netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_table
` [PATCH 13/51] netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtu
` [PATCH 14/51] netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_table
` [PATCH 15/51] netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependencies
` [PATCH 16/51] netfilter: nf_flow_table: move init code to nf_flow_table_core.c
` [PATCH 17/51] netfilter: nf_flow_table: fix priv pointer for netdev hook
` [PATCH 18/51] netfilter: nf_flow_table: track flow tables in nf_flow_table directly
` [PATCH 19/51] netfilter: nf_flow_table: make flow_offload_dead inline
` [PATCH 20/51] netfilter: nf_flow_table: add a new flow state for tearing down offloading
` [PATCH 21/51] netfilter: nf_flow_table: in flow_offload_lookup, skip entries being deleted
` [PATCH 22/51] netfilter: nf_flow_table: add support for sending flows back to the slow path
` [PATCH 23/51] netfilter: nf_flow_table: tear down TCP flows if RST or FIN was seen
` [PATCH 24/51] netfilter: nf_flow_table: add missing condition for TCP state check
` [PATCH 25/51] netfilter: nf_flow_table: fix offloading connections with SNAT+DNAT
` [PATCH 26/51] netfilter: nf_tables: simplify lookup functions
` [PATCH 27/51] netfilter: nf_tables: initial support for extended ACK reporting
` [PATCH 28/51] netfilter: nf_tables: Simplify set backend selection
` [PATCH 29/51] netfilter: add NAT support for shifted portmap ranges
` [PATCH 30/51] netfilter: add __exit mark to helper modules
` [PATCH 31/51] netfilter: ebtables: add ebt_free_table_info function
` [PATCH 32/51] netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCH
` [PATCH 33/51] netfilter: x_tables: remove duplicate ip6t_get_target function call
` [PATCH 34/51] netfilter: ebtables: add ebt_get_target and ebt_get_target_c
` [PATCH 35/51] netfilter: xtables: use ipt_get_target_c instead of ipt_get_target
` [PATCH 36/51] netfilter: nf_tables: support timeouts larger than 23 days
` [PATCH 37/51] netfilter: nf_tables: always use an upper set size for dynsets
` [PATCH 38/51] netfilter: merge meta_bridge into nft_meta
` [PATCH 39/51] netfilter: nf_tables: make meta expression builtin
` [PATCH 40/51] netfilter: nf_tables: merge rt expression into nft core
` [PATCH 41/51] netfilter: nf_tables: merge exthdr "
` [PATCH 42/51] ipvs: initialize tbl->entries after allocation
` [PATCH 43/51] ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
` [PATCH 44/51] netfilter: nft_numgen: add map lookups for numgen statements
` [PATCH 45/51] netfilter: nft_numgen: enable hashing of one element
` [PATCH 46/51] netfilter: ip6t_srh: extend SRH matching for previous, next and last SID
` [PATCH 47/51] netfilter: nf_nat: remove unused ct arg from lookup functions
` [PATCH 48/51] netfilter: nf_tables: Provide NFT_{RT,CT}_MAX for userspace
` [PATCH 49/51] netfilter: extract Passive OS fingerprint infrastructure from xt_osf
` [PATCH 50/51] netfilter: ctnetlink: export nf_conntrack_max
` [PATCH 51/51] netfilter: nft_dynset: fix timeout updates on 32bit

linux-next: Signed-off-by missing for commit in the netfilter-next tree
 2018-05-06 22:27 UTC 

[nf-next v2] netfilter: extend SRH matching for previous, next and last SID
 2018-05-06 21:32 UTC  (2+ messages)

Silently dropped UDP packets on kernel 4.14
 2018-05-03 11:19 UTC  (9+ messages)

[PATCH] netfilter: ebtables: handle string from userspace with care
 2018-04-27  9:46 UTC  (3+ messages)

[Patch nf] ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
 2018-04-26 22:21 UTC  (4+ messages)

[Patch nf] ipvs: initialize tbl->entries after allocation
 2018-04-26 22:21 UTC  (4+ messages)

[GIT PULL 0/5] IPVS Updates for v4.18
 2018-04-26 22:19 UTC  (2+ messages)

[PATCH] netfilter: fix nf_tables filter chain type build
 2018-04-26 22:15 UTC  (2+ messages)

simplify procfs code for seq_file instances
 2018-04-25 21:24 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).