netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-18 11:01:16 to 2014-08-01 08:52:00 UTC [more...]

[PATCH net-next v3 0/3] Lockless netlink_lookup() with new concurrent hash table
 2014-08-01  8:52 UTC  (4+ messages)
  ` [PATCH net-next 1/3] lib: Resizable, Scalable, Concurrent Hash Table
  ` [PATCH net-next 2/3] netlink: Convert netlink_lookup() to use RCU protected hash table
` [PATCH net-next 3/3] nftables: Convert nft_hash to use generic rhashtable

[PATCH v2 0/3 net-next] Lockless netlink_lookup() with new concurrent hash table
 2014-08-01  8:50 UTC  (7+ messages)
  ` [PATCH net-next 1/3] lib: Resizable, Scalable, Concurrent Hash Table
  ` [PATCH net-next 2/3] netlink: Convert netlink_lookup() to use RCU protected hash table
` [PATCH net-next 3/3] nftables: Convert nft_hash to use generic rhashtable

[PATCH 0/9] Netfilter updates for net-next
 2014-07-31 21:12 UTC  (11+ messages)
` [PATCH 1/9] netfilter: bridge: add reject support
` [PATCH 2/9] netfilter: nf_tables: simplify set dump through netlink
` [PATCH 3/9] netfilter: xt_hashlimit: perform garbage collection from process context
` [PATCH 4/9] netfilter: nf_conntrack: remove exceptional & on function name
` [PATCH 5/9] netfilter: xt_LED: don't output error message redundantly
` [PATCH 6/9] netfilter: kill remnants of ulog targets
` [PATCH 7/9] netfilter: nfnetlink_acct: dump unmodified nfacct flags
` [PATCH 8/9] netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper functions
` [PATCH 9/9] netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attribute

[PATCH v4 net-next 0/5] net: filter: split sk_filter into socket and bpf, cleanup names
 2014-07-31 21:02 UTC  (8+ messages)
` [PATCH v4 net-next 1/5] net: filter: simplify socket charging
` [PATCH v4 net-next 2/5] net: filter: rename sk_filter_proglen -> bpf_classic_proglen
` [PATCH v4 net-next 3/5] net: filter: rename sk_chk_filter() -> bpf_check_classic()
` [PATCH v4 net-next 4/5] net: filter: rename sk_convert_filter() -> bpf_convert_filter()
` [PATCH v4 net-next 5/5] net: filter: split 'struct sk_filter' into socket and bpf parts

[PATCH nf-next] netfilter: don't use mutex_lock_interruptible()
 2014-07-31 19:12 UTC  (2+ messages)

[PATCH] Fix overquota output result
 2014-07-31 18:46 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH 0/2] fixes for NFACCT_F_OVERQUOTA usage
 2014-07-31 18:44 UTC  (7+ messages)
` [PATCH 1/2] netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper funcitons
    ` [PATCH V2] "
` [PATCH 2/2] netfilter: nfnetlink_acct: dump unmodified nfacct flags

[nft PATCH 2/4 v3] src: fix byteorder conversions in simple values
 2014-07-31 17:26 UTC  (4+ messages)

[PATCH] nftables: Add a flags attribute for lookup operator
 2014-07-31 16:40 UTC  (3+ messages)
` [libnftnl PATCH] lookup: Add support for the flag attribute
` [nftables PATCH] expr: Interpret OP_NEQ against a set as OP_LOOKUP

[PATCH] netfilter: nf_sockopt_find() should return ERESTARTSYS
 2014-07-31 11:05 UTC  (6+ messages)
  ` [PATCH v2] netfilter: nf_sockopt_find() / nf_register_sockopt() should not return EINTR

[PATCH 0/6] tests: Automated regression testing
 2014-07-31  9:08 UTC  (7+ messages)
` [PATCH 1/6] [nft] tests: Add "
` [PATCH 2/6] [nft] tests: Add ip6 folder with test files
` [PATCH 3/6] [nft] tests: Add inet "
` [PATCH 4/6] [nft] tests: Add any "
` [PATCH 5/6] [nft] tests: Add arp "
` [PATCH 6/6] [nft] tests: Add bridge "

[PATCH net-next 1/2] netfilter: xt_bpf: don't include linux/filter.h from uapi header
 2014-07-31  2:57 UTC  (8+ messages)
` [PATCH net-next 2/2] net: filter: don't release unattached filter through call_rcu()

[PATCH 1/2 v2 net-next] netfilter: xt_bpf: add mising opaque struct sk_filter definition
 2014-07-31  2:57 UTC  (3+ messages)

[PATCH nf-next] include: add linux/filter.h
 2014-07-30 16:23 UTC  (2+ messages)

[PATCH v5] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-07-29 23:36 UTC  (8+ messages)
        ` [PATCH 3.13] "

reset nfacct counters
 2014-07-29 21:00 UTC  (10+ messages)
  ` [PATCH] "
  ` [PATCH] netfilter: nfnetlink_acct: use flag to reset counters

Our mutual benefits
 2014-07-27 20:22 UTC 

[PATCH v3 net-next] net: filter: cleanup sk_* and bpf_* names
 2014-07-29 17:25 UTC  (5+ messages)

Hello
 2014-07-29  8:23 UTC 

[PATCH net-next] net: filter: rename 'struct sk_filter' to 'struct bpf_prog'
 2014-07-29  1:16 UTC  (17+ messages)

[nft PATCH] nft: add reject support
 2014-07-28 17:11 UTC 

[nft PATCH 0/4] Changes in nft byteorder conversions
 2014-07-28 11:51 UTC  (5+ messages)
` [nft PATCH 1/4] payload: fix update context with wrong byteorder
` [nft PATCH 2/4 v2] src: fix byteorder conversions in simple values
` [nft PATCH 3/4] src: fix byteorder conversions in range values
` [nft PATCH 4/4] src: fix byteorder conversions in sets

[PATCH 0/7] patches for an autotooled version of 'nftables'. (vers. 2)
 2014-07-25 21:53 UTC  (11+ messages)
  ` [PATCH 0/8] patches for an autotooled version of 'nftables'
    ` [PATCH 1/8] autotool conversion: Added some required files, removed some unneeded
    ` [PATCH 2/8] autotool conversion: autotools support for the subdir. 'files/nftables'
    ` [PATCH 3/8] autotool conversion: use pkg-config to find 'libmnl', libnftnl' and 'ncurses'
    ` [PATCH 4/8] autotool conversion: converted the subdir. 'src/'
    ` [PATCH 5/8] autotools conversion: include the header 'config.h' in every C source file
    ` [PATCH 6/8] autotool conversion: Converted the support for the 'doc/' subdir
    ` [PATCH 7/8] autotools conversion: commit the rest of the configure.ac changes
    ` [PATCH 8/8] autotool conversion: updated the files .gitignore

[PATCH v2] iptables: add optional [seconds] argument to -w
 2014-07-25 17:08 UTC  (2+ messages)

[PATCH] netfilter: xt_hashlimit: handle iptables-restore of hash with same name
 2014-07-25 16:57 UTC  (6+ messages)

[linux PATCH v3 0/5] NAT updates for nf_tables
 2014-07-25 16:54 UTC  (3+ messages)

[PATCH nft v2] src: add level option to the log statement
 2014-07-25 16:20 UTC 

[PATCH nft] src: add level option to the log statement
 2014-07-25 14:59 UTC  (2+ messages)

[PATCH resend] nf: xt_LED: fix too short led-always-blink
 2014-07-25 14:11 UTC  (2+ messages)

netfilter: remnants of ulog targets
 2014-07-25 13:01 UTC  (4+ messages)
  ` [PATCH] [linux-next] netfilter: kill "

[PATCH] netfilter: nf_conntrack: remove exceptional & on function name
 2014-07-25 13:00 UTC  (2+ messages)

[PATCH] netfilter: don't output error message redundantly
 2014-07-25 13:00 UTC  (4+ messages)
  ` [PATCH v2] "

[BUG] nf: xt_LED: led-always-blink invisible
 2014-07-25 12:59 UTC  (7+ messages)
    ` [PATCH] nf: xt_LED: fix too short led-always-blink
        ` [PATCH v2] "

[GIT PULL] Third Round of IPVS Fixes for v3.16
 2014-07-25 12:45 UTC  (3+ messages)
` [PATCH] ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding

[PATCH] netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attribute
 2014-07-25 11:15 UTC 

[libnftnl PATCH] src: improve printing of XML/JSON event wrapper header/footer
 2014-07-24 11:18 UTC  (2+ messages)

[PATCH nf-next] netfilter: xt_hashlimit: perform garbage collection from process context
 2014-07-24 11:08 UTC  (3+ messages)

[libnftnl PATCH] set: add support for set mechanism selection
 2014-07-24 11:02 UTC  (2+ messages)

[PATCH nft 1/3] main: propagate error to shell
 2014-07-23 21:49 UTC  (3+ messages)
` [PATCH nft 2/3] mnl: introduce NFT_NLMSG_MAXSIZE
` [PATCH nft 3/3] mnl: fix crashes when using sets with many elements

[PATCH libnftnl] set_elem: add nft_set_elems_nlmsg_build_payload_iter()
 2014-07-23 21:45 UTC 

Good Day
 2014-07-22 11:21 UTC 

[PATCH nft 1/3] mnl: add nft_batch_continue() helper
 2014-07-22 12:18 UTC  (4+ messages)
` [PATCH nft 3/3] src: rework batching logic to fix possible use of uninitialized pages

[PATCH 3/5] net/netfilter/ipvs/ip_vs_ctl.c: drop argument range check just before the check for equality
 2014-07-22  9:14 UTC  (9+ messages)

[PATCH 00/18] Netfilter updates for net-next
 2014-07-22  8:02 UTC  (11+ messages)
` [PATCH 01/18] netfilter: ctnetlink: remove null test before kfree
` [PATCH 06/18] netfilter: nf_log: move log buffering to core logging
` [PATCH 08/18] netfilter: log: nf_log_packet() as real unified interface
` [PATCH 11/18] netfilter: nft_log: request explicit logger when loading rules
` [PATCH 12/18] netfilter: nft_log: complete logging support
` [PATCH 15/18] netfilter: nft_log: fix coccinelle warnings
` [PATCH 17/18] ipvs: remove null test before kfree
` [PATCH 18/18] ipvs: Remove dead debug code

[PATCH libnftnl] src: stricter netlink attribute length validation
 2014-07-21 12:31 UTC 

[nft PATCH 1/2] netlink: monitor: add a helper function to handle sets referenced by a rule
 2014-07-21 12:21 UTC  (4+ messages)
` [nft PATCH 2/2] monitor: fix how rules with intervals are printed

[PATCH net] IPVS fix pull request
 2014-07-21 12:15 UTC  (2+ messages)
` [PATCH net] ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrack

[RFC PATCH iptables] Hide FORWARD chain if forwarding is not enabled
 2014-07-20  8:58 UTC  (2+ messages)

[nft PATCH 1/2] src: fix byteorder conversions
 2014-07-18 11:34 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).