messages from 2018-05-13 22:36:51 to 2018-05-23 18:42:45 UTC [more...]
[PATCH 00/18] Netfilter updates for net-next
2018-05-23 18:42 UTC (10+ messages)
` [PATCH 01/18] netfilter: fix fallout from xt/nf osf separation
` [PATCH 02/18] netfilter: nf_tables: remove old nf_log based tracing
` [PATCH 03/18] netfilter: nft_numgen: add map lookups for numgen random operations
` [PATCH 04/18] netfilter: nft_hash: add map lookups for hashing operations
` [PATCH 05/18] netfilter: nf_nat: move common nat code to nat core
` [PATCH 06/18] netfilter: xtables: allow table definitions not backed by hook_ops
` [PATCH 07/18] netfilter: nf_tables: allow chain type to override hook register
` [PATCH 08/18] netfilter: core: export raw versions of add/delete hook functions
` [PATCH 09/18] netfilter: nf_nat: add nat hook register functions to nf_nat
[PATCH] netfilter: nft_numgen: fix ptr_ret.cocci warnings
2018-05-23 10:58 UTC
[PATCH net-next v1] netfilter: provide input interface for route lookup for rpfilter
2018-05-23 7:26 UTC (2+ messages)
[PATCH net-next v15 0/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
2018-05-22 14:11 UTC (4+ messages)
` [PATCH net-next v15 4/7] sch_cake: Add NAT awareness to packet classifier
netdev 0x12 conference update
2018-05-22 12:25 UTC
[Cake] [PATCH net-next v14 4/7] sch_cake: Add NAT awareness to packet classifier
2018-05-22 8:45 UTC (2+ messages)
[PATCH 00/14] Modify action API for implementing lockless actions
2018-05-20 22:43 UTC (83+ 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
simplify procfs code for seq_file instances V3
2018-05-18 12:55 UTC (49+ messages)
` [PATCH 01/42] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/42] proc: introduce a proc_pid_ns helper
` [PATCH 03/42] proc: don't detour through seq->private to get the inode
` [PATCH 04/42] proc: simplify proc_register calling conventions
` [PATCH 05/42] proc: add a proc_create_reg helper
` [PATCH 06/42] proc: introduce proc_create_seq{,_data}
` [PATCH 07/42] proc: introduce proc_create_seq_private
` [PATCH 08/42] proc: introduce proc_create_single{,_data}
` [PATCH 09/42] ipv{4,6}/udp{,lite}: simplify proc registration
` [PATCH 10/42] ipv{4,6}/tcp: simplify procfs registration
` [PATCH 11/42] ipv{4,6}/ping: simplify proc file creation
` [PATCH 12/42] ipv{4, 6}/raw: simplify ѕeq_file code
` [PATCH 13/42] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 14/42] net/kcm: simplify proc registration
` [PATCH 15/42] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 16/42] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 17/42] proc: introduce proc_create_net{,_data}
` [PATCH 18/42] proc: introduce proc_create_net_single
` [PATCH 19/42] acpi/battery: simplify procfs code
` [PATCH 20/42] sgi-gru: "
` [PATCH 21/42] megaraid: "
` [PATCH 22/42] sg: "
` [PATCH 23/42] afs: "
` [PATCH 24/42] ext4: "
` [PATCH 25/42] jfs: "
` [Jfs-discussion] "
` [PATCH 26/42] staging/rtl8192u: "
` [PATCH 27/42] resource: switch to proc_create_seq_data
` [PATCH 28/42] drbd: switch to proc_create_single
` [PATCH 29/42] rtc/proc: switch to proc_create_single_data
` [PATCH 30/42] bonding: switch to proc_create_seq_data
` [PATCH 31/42] hostap: switch to proc_create_{seq,single}_data
` [PATCH 32/42] neigh: switch to proc_create_seq_data
` [PATCH 33/42] netfilter/xt_hashlimit: switch to proc_create_{seq, single}_data
` [PATCH 34/42] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 35/42] bluetooth: switch to proc_create_seq_data
` [PATCH 36/42] atm: simplify procfs code
` [PATCH 37/42] atm: switch to proc_create_seq_private
` [PATCH 38/42] isdn: replace ->proc_fops with ->proc_show
` [PATCH 39/42] ide: remove ide_driver_proc_write
` [PATCH 40/42] ide: replace ->proc_fops with ->proc_show
` [PATCH 41/42] tty: "
` [PATCH 42/42] proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields
[PATCH] netfilter: properly initialize xt_table_info structure
2018-05-18 11:04 UTC (10+ messages)
` [PATCH v2] "
[PATCH] netfilter: ebtables: handle string from userspace with care
2018-05-18 7:51 UTC (2+ messages)
[PATCH ghak81 V3 0/3] audit: group task params
2018-05-17 23:04 UTC (8+ messages)
` [PATCH ghak81 V3 1/3] audit: use new audit_context access funciton for seccomp_actions_logged
` [PATCH ghak81 V3 2/3] audit: normalize loginuid read access
` [PATCH ghak81 V3 3/3] audit: collect audit task parameters
[PATCH 04/40] proc: introduce proc_create_seq{,_data}
2018-05-17 19:14 UTC (19+ messages)
` simplify procfs code for seq_file instances V2
` [PATCH 06/40] proc: introduce proc_create_single{,_data}
` [PATCH 06/40] proc: introduce proc_create_single{, _data}
` [PATCH 11/40] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 34/40] atm: simplify procfs code
` [PATCH 04/40] proc: introduce proc_create_seq{, _data}
linux-next: build warning after merge of the netfilter-next tree
2018-05-17 11:52 UTC (7+ messages)
` [PATCH nf-next] netfilter: fix fallout from xt/nf osf separation
kernel BUG at lib/string.c:LINE! (4)
2018-05-16 22:43 UTC (2+ messages)
[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 (8+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).