Age | Commit message (Expand) | Author |
2016-05-06 | netfilter: conntrack: use a single expectation table for all namespaces | Florian Westphal |
2016-05-05 | netfilter: nf_tables: allow set names up to 32 bytes | Pablo Neira Ayuso |
2016-05-05 | netfilter: conntrack: introduce clash resolution on insertion race | Pablo Neira Ayuso |
2016-05-05 | netfilter: conntrack: use a single hashtable for all namespaces | Florian Westphal |
2016-04-25 | netfilter: conntrack: use get_random_once for conntrack hash seed | Florian Westphal |
2016-04-18 | netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used' | Florian Westphal |
2016-04-18 | netfilter: connlabels: move helpers to xt_connlabel | Florian Westphal |
2016-04-12 | netfilter: conntrack: move expectation event helper to ecache.c | Florian Westphal |
2016-04-12 | netfilter: conntrack: de-inline nf_conntrack_eventmask_report | Florian Westphal |
2016-03-02 | netfilter: nft_masq: support port range | Pablo Neira Ayuso |
2016-01-20 | netfilter: nf_conntrack: use safer way to lock all buckets | Sasha Levin |
2016-01-08 | netfilter: nf_tables: Add new attributes into nft_set to store user data. | Carlos Falgueras García |
2016-01-03 | netfilter: nf_tables: add packet duplication to the netdev family | Pablo Neira Ayuso |
2015-12-28 | netfilter: nf_tables: destroy basechain and rules on netdevice removal | Pablo Neira Ayuso |
2015-12-28 | netfilter: nf_tables: release objects on netns destruction | Pablo Neira Ayuso |
2015-12-14 | netfilter: cttimeout: add netns support | Pablo Neira |
2015-12-09 | netfilter: nf_tables: wrap tracing with a static key | Florian Westphal |
2015-12-09 | netfilter: nf_tables: extend tracing infrastructure | Florian Westphal |
2015-11-25 | netfilter: nft_payload: add packet mangling support | Patrick McHardy |
2015-11-25 | netfilter: nf_tables: remove unused struct members | Florian Westphal |
2015-11-23 | netfilter: ipv6: avoid nf_iterate recursion | Florian Westphal |
2015-11-23 | netfilter: ipv6: nf_defrag: avoid/free clone operations | Florian Westphal |
2015-11-10 | netfilter: nf_tables: add clone interface to expression operations | Pablo Neira Ayuso |
2015-10-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Pablo Neira Ayuso |
2015-10-16 | netfilter: make nf_queue_entry_get_refs return void | Florian Westphal |
2015-10-12 | ipv6: Pass struct net into nf_ct_frag6_gather | Eric W. Biederman |
2015-10-12 | netfilter: conntrack: fix crash on timeout object removal | Pablo Neira Ayuso |
2015-10-05 | netfilter: remove dead code | Flavio Leitner |
2015-10-04 | netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c | Pablo Neira Ayuso |
2015-09-29 | bridge: Pass net into br_validate_ipv4 and br_validate_ipv6 | Eric W. Biederman |
2015-09-29 | ipv4: Push struct net down into nf_send_reset | Eric W. Biederman |
2015-09-18 | netfilter: Pass net into nf_xfrm_me_harder | Eric W. Biederman |
2015-09-18 | netfilter: Pass priv instead of nf_hook_ops to netfilter hooks | Eric W. Biederman |
2015-09-18 | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple | Eric W. Biederman |
2015-09-18 | netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6 | Eric W. Biederman |
2015-09-18 | netfilter: nf_tables: Pass struct net in nft_pktinfo | Eric W. Biederman |
2015-09-18 | netfilter: x_tables: Pass struct net in xt_action_param | Eric W. Biederman |
2015-09-18 | netfilter: nf_tables: kill nft_pktinfo.ops | Eric W. Biederman |
2015-09-17 | netfilter: Pass net into okfn | Eric W. Biederman |
2015-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2015-09-02 | netfilter: nf_conntrack: make nf_ct_zone_dflt built-in | Daniel Borkmann |
2015-09-01 | netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths | Daniel Borkmann |
2015-08-27 | netfilter: connlabels: Export setting connlabel length | Joe Stringer |
2015-08-19 | netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n | Bernhard Thaler |
2015-08-19 | netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg() | Pablo Neira Ayuso |
2015-08-18 | netfilter: nf_conntrack: add efficient mark to zone mapping | Daniel Borkmann |
2015-08-18 | netfilter: nf_conntrack: add direction support for zones | Daniel Borkmann |
2015-08-11 | netfilter: nf_conntrack: push zone object into functions | Daniel Borkmann |
2015-08-07 | netfilter: nf_tables: add nft_dup expression | Pablo Neira Ayuso |
2015-08-07 | netfilter: factor out packet duplication for IPv4/IPv6 | Pablo Neira Ayuso |