messages from 2017-04-19 16:03:18 to 2017-05-01 10:49:06 UTC [more...]
[PATCH 00/53] Netfilter/IPVS updates for net-next
2017-05-01 10:47 UTC (52+ messages)
` [PATCH 01/53] netfilter: ipvs: don't check for presence of nat extension
` [PATCH 02/53] netfilter: ipvs: Replace kzalloc with kcalloc
` [PATCH 03/53] ipvs: remove unused variable
` [PATCH 04/53] netfilter: nf_tables: add nft_is_base_chain() helper
` [PATCH 05/53] netfilter: expect: Make sure the max_expected limit is effective
` [PATCH 06/53] netfilter: nf_ct_expect: Add nf_ct_remove_expect()
` [PATCH 07/53] netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns boolean
` [PATCH 08/53] netfilter: nat: avoid use of nf_conn_nat extension
` [PATCH 09/53] netfilter: ctnetlink: Expectations must have a conntrack helper area
` [PATCH 10/53] netfilter: Add nfnl_msg_type() helper function
` [PATCH 11/53] netfilter: Remove unnecessary cast on void pointer
` [PATCH 12/53] netfilter: Use seq_puts()/seq_putc() where possible
` [PATCH 13/53] net: netfilter: Use list_{next/prev}_entry instead of list_entry
` [PATCH 14/53] netfilter: Remove exceptional & on function name
` [PATCH 15/53] netfilter: ip6_tables: Remove unneccessary comments
` [PATCH 16/53] netfilter: udplite: Remove duplicated udplite4/6 declaration
` [PATCH 17/53] netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session
` [PATCH 18/53] netfilter: nf_tables: remove double return statement
` [PATCH 19/53] netfilter: nf_conntrack: remove double assignment
` [PATCH 20/53] ipset: remove unused function __ip_set_get_netlink
` [PATCH 21/53] netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setup
` [PATCH 22/53] netfilter: ecache: Refine the nf_ct_deliver_cached_events
` [PATCH 23/53] netfilter: kill the fake untracked conntrack objects
` [PATCH 24/53] netfilter: remove nf_ct_is_untracked
` [PATCH 25/53] netfilter: nft_ct: allow to set ctnetlink event types of a connection
` [PATCH 26/53] netfilter: conntrack: move helper struct to nf_conntrack_helper.h
` [PATCH 27/53] netfilter: helper: add build-time asserts for helper data size
` [PATCH 28/53] netfilter: nfnetlink_cthelper: reject too large userspace allocation requests
` [PATCH 29/53] netfilter: helpers: remove data_len usage for inkernel helpers
` [PATCH 30/53] netfilter: remove last traces of variable-sized extensions
` [PATCH 31/53] netfilter: conntrack: use u8 for extension sizes again
` [PATCH 32/53] netfilter: allow early drop of assured conntracks
` [PATCH 33/53] nefilter: eache: reduce struct size from 32 to 24 byte
` [PATCH 34/53] netfilter: ipvs: fix incorrect conflict resolution
` [PATCH 35/53] netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14
` [PATCH 36/53] netfilter: synproxy: only register hooks when needed
` [PATCH 37/53] ipvs: convert to use pernet nf_hook api
` [PATCH 38/53] netfilter: decnet: only register hooks in init namespace
` [PATCH 39/53] ebtables: remove nf_hook_register usage
` [PATCH 40/53] netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking
` [PATCH 41/53] netfilter: conntrack: remove prealloc support
` [PATCH 42/53] netfilter: conntrack: mark extension structs as const
` [PATCH 43/53] netfilter: conntrack: handle initial extension alloc via krealloc
` [PATCH 44/53] netfilter: masquerade: attach nat extension if not present
` [PATCH 45/53] netfilter: pptp: attach nat extension when needed
` [PATCH 46/53] netfilter: don't attach a nat extension by default
` [PATCH 47/53] ipvs: remove unused function ip_vs_set_state_timeout
` [PATCH 48/53] ipvs: change comparison on sync_refresh_period
` [PATCH 49/53] netfilter: batch synchronize_net calls during hook unregister
` [PATCH 50/53] netfilter: nf_log: don't call synchronize_rcu in nf_log_unset
` [PATCH 52/53] netfilter: snmp: avoid stack size warning
[PATCH nf-next] netfilter: nf_ct_ext: invoke destroy even when ext is not attached
2017-05-01 9:49 UTC (3+ messages)
[GIT PULL 0/2] Third Round of IPVS Updates for v4.12
2017-05-01 9:47 UTC (4+ messages)
` [PATCH 1/2] ipvs: remove unused function ip_vs_set_state_timeout
` [PATCH 2/2] ipvs: change comparison on sync_refresh_period
[PATCH nf-next] netfilter: snmp: avoid stack size warning
2017-05-01 9:43 UTC (2+ messages)
[PATCH nf-next 0/3] netfilter: speed up netns cleanup
2017-05-01 9:20 UTC (7+ messages)
` [PATCH nf-next 1/3] netfilter: batch synchronize_net calls during hook unregister
` [PATCH nf-next 2/3] netfilter: nf_log: don't call synchronize_rcu in nf_log_unset
` [PATCH nf-next 3/3] netfilter: nf_queue: only call synchronize_net twice if nf_queue is active
` [PATCHo nf-next v2] netfilter: nf_log: don't call synchronize_rcu in nf_log_unset
[conntrack-tools PATCH 1/4] conntrackd: factorice tx_queue functions
2017-05-01 9:13 UTC (12+ messages)
` [conntrack-tools PATCH 2/4] conntrackd: warn users about queue allocation errors
` [conntrack-tools PATCH 3/4] conntrackd: factorize resync operations
` [conntrack-tools PATCH 4/4] conntrackd: introduce RequestResync option
[PATCH nf-next v2 1/4] netfilter: nf_tables: get rid of jump label to return
2017-05-01 8:58 UTC (4+ messages)
` [PATCH nf-next v2 2/4] netfilter: nf_tables: simplify nft_set_elem_destroy()
` [PATCH nf-next 3/4] netfilter: nf_tables: missing sanitization in data from userspace
` [PATCH nf-next v2 4/4] netfilter: nf_tables: revisit chain/object refcounting from elements
[nft PATCH 1/2] erec: Make __stmt_binary_error a little more versatile
2017-04-28 15:59 UTC (9+ messages)
` [nft PATCH 2/2] masquerade: Complain if no prerouting chain exists
[PATCH nf] netfilter: update MAINTAINERS file
2017-04-28 15:22 UTC (2+ messages)
[GIT PULL v2 0/1] IPVS Fixes for v4.11
2017-04-28 14:24 UTC (3+ messages)
` [PATCH 1/1] ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled
[nft PATCH v2] expression: print sets and maps in pretty format
2017-04-28 14:15 UTC (2+ messages)
[PATCH] netfilter: x_tables: unlock on error in xt_find_table_lock()
2017-04-28 13:51 UTC (3+ messages)
[PATCH nf-next 4/4] netfilter: nf_tables: revisit chain/object refcounting from elements
2017-04-28 13:47 UTC
[PATCH nf-next 1/4] netfilter: nf_tables: get rid of jump label to return
2017-04-28 13:46 UTC (3+ messages)
` [PATCH nf-next 2/4] netfilter: nf_tables: remove nft_data_uninit() on NFT_DATA_VALUE
` [PATCH nf-next 3/4] netfilter: nf_tables: simplify nft_set_elem_destroy()
[PATCH nft] tests: shell: delete element and chain in transaction
2017-04-28 13:07 UTC
[GIT 0/1] IPVS Fixes for v4.11
2017-04-28 10:03 UTC (3+ messages)
` [PATCH 1/1] ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled
[PATCH next] iptables: on revision mismatch, do not call print/save
2017-04-27 11:47 UTC (8+ messages)
[nft RFC PATCH] expression: print sets and maps in pretty format
2017-04-26 8:59 UTC (3+ messages)
[nft RFC PATCH] rule: introduce new option to print set elements per line
2017-04-25 10:15 UTC (7+ messages)
` [nft,RFC] "
Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 path
2017-04-25 9:15 UTC (6+ messages)
` [PATCH] netfilter: "
[PATCH nf] netfilter: nft_dynset: continue to next expr if _OP_ADD succeeded
2017-04-25 9:14 UTC (2+ messages)
[PATCH net v3] bridge: ebtables: fix reception of frames DNAT-ed to bridge device/port
2017-04-25 9:10 UTC (2+ messages)
[PATCH] netfilter: xt_socket: Fix broken IPv6 handling
2017-04-25 9:08 UTC (3+ messages)
[PATCH nf 0/4] netfilter: ctnetlink: fix some bugs related to ct update
2017-04-25 9:07 UTC (2+ messages)
[PATCH nf] netfilter: nft_set_bitmap: free dummy elements when destroy the set
2017-04-25 9:06 UTC (2+ messages)
[PATCH nf V3] netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlink
2017-04-25 9:06 UTC (2+ messages)
[PATCH nf v3] net/openvswitch: Delete conntrack entry clashing with an expectation
2017-04-25 9:06 UTC (8+ messages)
[PATCH nf v3] netfilter: xt_CT: fix refcnt leak on error path
2017-04-25 9:05 UTC (2+ messages)
[PATCH iptables 1/2] tests: xlate: remove python 3.5 dependency
2017-04-25 9:00 UTC (4+ messages)
` [PATCH iptables 2/2] tests: xlate: check if it is being run as root
EXTREMELY IMPORTANT
2017-04-24 18:59 UTC
[PATCH] ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled
2017-04-24 9:54 UTC (5+ messages)
[PATCH nf-next 0/3] netfilter: extensions: don't add nat by default
2017-04-24 8:39 UTC (5+ messages)
` [PATCH nf-next 1/3] netfilter: masquerade: attach nat extension if not present
` [PATCH nf-next 2/3] netfilter: pptp: attach nat extension when needed
` [PATCH nf-next 3/3] netfilter: don't attach a nat extension by default
[PATCH v2 nf-next 0/3] netfilter: conntrack: removal prealloc support
2017-04-24 8:38 UTC (5+ messages)
` [PATCH v2 nf-next 1/3] netfilter: conntrack: remove "
` [PATCH v2 nf-next 2/3] netfilter: conntrack: mark extension structs as const
` [PATCH v2 nf-next 3/3] netfilter: conntrack: handle initial extension alloc via krealloc
[PATCH nf-next] ebtables: remove nf_hook_register usage
2017-04-24 8:38 UTC (2+ messages)
[PATCH nf-next] netfilter: decnet: only register hooks in init namespace
2017-04-24 8:37 UTC (2+ messages)
(unknown),
2017-04-21 11:49 UTC
[PATCH nf-next] netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14
2017-04-21 1:28 UTC (8+ messages)
KASAN, xt_TCPMSS finally found nasty use-after-free bug? 4.10.8
2017-04-20 18:14 UTC (5+ messages)
` [PATCH net] netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
[conntrack-tools PATCH 1/4] conntrackd: factorice tx_queue functions
2017-04-20 16:40 UTC (4+ messages)
` [conntrack-tools PATCH 2/4] conntrackd: warn users about queue allocation errors
` [conntrack-tools PATCH 3/4] conntrackd: factorize resync operations
` [conntrack-tools PATCH 4/4] conntrackd: introduce RequestResync option
[conntrack-tools PATCH] conntrackd: request resync at startup
2017-04-20 17:21 UTC
[PATCH iptables] iptables: support insisting that the lock is held
2017-04-20 9:23 UTC
nfqueue buf size for recv()
2017-04-20 8:45 UTC (3+ messages)
[PATCH nf] MAINTAINERS: add Florian Westphal as netfilter maintainer
2017-04-20 8:46 UTC
[PATCH nf-next v3] netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking
2017-04-20 6:01 UTC
[PATCH nf-next 0/3] netfilter: conntrack: removal prealloc support
2017-04-20 3:40 UTC (5+ messages)
` [PATCH nf-next 1/3] netfilter: conntrack: remove "
` [PATCH nf-next 2/3] netfilter: conntrack: mark extension structs as const
` [PATCH nf-next 3/3] netfilter: conntrack: handle initial extension alloc via krealloc
[PATCH libmnl] nlmsg: introduce mnl_nlmsg_batch_rest to get the rest length
2017-04-20 3:32 UTC (3+ messages)
[PATCH] netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch
2017-04-19 19:59 UTC (3+ messages)
(unknown),
2017-04-19 16:38 UTC
[PATCH nf-next] ipvs: convert to use pernet nf_hook api
2017-04-19 16:25 UTC
[PATCH nf-next] netfilter: synproxy: only register hooks when needed
2017-04-19 16:14 UTC (2+ messages)
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).