messages from 2014-07-23 09:28:17 to 2014-08-02 10:32:41 UTC [more...]
[PATCH net-next v5 0/3] Lockless netlink_lookup() with new concurrent hash table
2014-08-02 10:32 UTC (5+ 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 v4 net-next 0/5] net: filter: split sk_filter into socket and bpf, cleanup names
2014-08-01 19:12 UTC (12+ 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
what is the default value of /proc/sys/net/netfilter/nf_conntrack_helper ?
2014-08-01 18:19 UTC (2+ messages)
[PATCH 0/3] Netfilter/IPVS fixes for net
2014-08-01 16:40 UTC (4+ messages)
` [PATCH 1/3] ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding
` [PATCH 2/3] netfilter: xt_LED: fix too short led-always-blink
` [PATCH 3/3] netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same key
[PATCH] nftables: Avoid duplicate call to nft_data_uninit() for same key
2014-08-01 16:14 UTC (2+ messages)
[PATCH net-next v4 0/3] Lockless netlink_lookup() with new concurrent hash table
2014-08-01 15:20 UTC (12+ 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 net-next v3 0/3] Lockless netlink_lookup() with new concurrent hash table
2014-08-01 10:47 UTC (11+ 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 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 (5+ 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 (2+ messages)
[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
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).