Age | Commit message (Expand) | Author |
2017-05-24 | netfilter: ctnetlink: fix incorrect nf_ct_put during hash resize | Liping Zhang |
2017-05-23 | netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BIT | Liping Zhang |
2017-05-23 | netfilter: nft_set_rbtree: handle element re-addition after deletion | Pablo Neira Ayuso |
2017-05-23 | netfilter: conntrack: fix false CRC32c mismatch using paged skb | Davide Caratti |
2017-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-05-18 | netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT | Willem de Bruijn |
2017-05-15 | netfilter: nf_tables: revisit chain/object refcounting from elements | Pablo Neira Ayuso |
2017-05-15 | netfilter: nf_tables: missing sanitization in data from userspace | Pablo Neira Ayuso |
2017-05-15 | netfilter: nf_tables: can't assume lock is acquired when dumping set elems | Liping Zhang |
2017-05-15 | netfilter: synproxy: fix conntrackd interaction | Eric Leblond |
2017-05-15 | netfilter: xtables: zero padding in data_to_user | Willem de Bruijn |
2017-05-15 | Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne... | Pablo Neira Ayuso |
2017-05-15 | netfilter: nfnl_cthelper: reject del request if helper obj is in use | Liping Zhang |
2017-05-15 | netfilter: introduce nf_conntrack_helper_put helper function | Liping Zhang |
2017-05-15 | netfilter: don't setup nat info for confirmed ct | Liping Zhang |
2017-05-15 | netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch | Matthias Kaehlcke |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko |
2017-05-08 | ipvs: SNAT packet replies only for NATed connections | Julian Anastasov |
2017-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-05-03 | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-05-03 | netfilter: conntrack: Force inlining of build check to prevent build failure | Geert Uytterhoeven |
2017-05-03 | netfilter: nf_tables: check if same extensions are set when adding elements | Pablo Neira Ayuso |
2017-05-02 | audit: normalize NETFILTER_PKT | Richard Guy Briggs |
2017-05-02 | netfilter: use consistent ipv4 network offset in xt_AUDIT | Richard Guy Briggs |
2017-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-05-01 | netfilter: nf_ct_ext: invoke destroy even when ext is not attached | Liping Zhang |
2017-05-01 | Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git... | Pablo Neira Ayuso |
2017-05-01 | netfilter: nf_queue: only call synchronize_net twice if nf_queue is active | Florian Westphal |
2017-05-01 | netfilter: nf_log: don't call synchronize_rcu in nf_log_unset | Florian Westphal |
2017-05-01 | netfilter: batch synchronize_net calls during hook unregister | Florian Westphal |
2017-04-28 | Merge tag 'ipvs-fixes-for-v4.11' of http://git.kernel.org/pub/scm/linux/kerne... | Pablo Neira Ayuso |
2017-04-28 | netfilter: x_tables: unlock on error in xt_find_table_lock() | Dan Carpenter |
2017-04-28 | ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled | Paolo Abeni |
2017-04-28 | ipvs: change comparison on sync_refresh_period | Aaron Conole |
2017-04-28 | ipvs: remove unused function ip_vs_set_state_timeout | Aaron Conole |
2017-04-26 | netfilter: don't attach a nat extension by default | Florian Westphal |
2017-04-26 | netfilter: pptp: attach nat extension when needed | Florian Westphal |
2017-04-26 | netfilter: conntrack: handle initial extension alloc via krealloc | Florian Westphal |
2017-04-26 | netfilter: conntrack: mark extension structs as const | Florian Westphal |
2017-04-26 | netfilter: conntrack: remove prealloc support | Florian Westphal |
2017-04-26 | ipvs: convert to use pernet nf_hook api | Florian Westphal |
2017-04-25 | netfilter: nft_dynset: continue to next expr if _OP_ADD succeeded | Liping Zhang |
2017-04-24 | netfilter: xt_socket: Fix broken IPv6 handling | Peter Tirsek |
2017-04-24 | netfilter: ctnetlink: acquire ct->lock before operating nf_ct_seqadj | Liping Zhang |
2017-04-24 | netfilter: ctnetlink: make it safer when updating ct->status | Liping Zhang |
2017-04-24 | netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twice | Liping Zhang |
2017-04-24 | netfilter: ctnetlink: drop the incorrect cthelper module request | Liping Zhang |