netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-09 12:09:17 to 2018-05-18 12:55:54 UTC [more...]

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  (21+ 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 00/14] Modify action API for implementing lockless actions
 2018-05-16 14:55 UTC  (67+ 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] netfilter: nf_tables: fix memory leak on error exit return
 2018-05-09 12:32 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;
as well as URLs for NNTP newsgroup(s).