Age | Commit message (Expand) | Author | Files | Lines |
2018-01-08 | netfilter: flow table support for the mixed IPv4/IPv6 family | Pablo Neira Ayuso | 1 | -1/+2 |
2018-01-08 | netfilter: flow table support for IPv6 | Pablo Neira Ayuso | 3 | -0/+288 |
2018-01-08 | netfilter: remove defensive check on malformed packets from raw sockets | Pablo Neira Ayuso | 4 | -36/+1 |
2018-01-08 | netfilter: move route indirection to struct nf_ipv6_ops | Pablo Neira Ayuso | 1 | -7/+5 |
2018-01-08 | netfilter: nf_tables: remove hooks from family definition | Pablo Neira Ayuso | 1 | -7/+7 |
2018-01-08 | netfilter: nf_tables: remove multihook chains and families | Pablo Neira Ayuso | 1 | -1/+0 |
2018-01-08 | netfilter: nf_tables_inet: don't use multihook infrastructure anymore | Pablo Neira Ayuso | 1 | -2/+1 |
2018-01-08 | netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path | Pablo Neira Ayuso | 3 | -3/+6 |
2018-01-08 | netfilter: core: only allow one nat hook per hook point | Florian Westphal | 1 | -0/+4 |
2018-01-08 | netfilter: xtables: add and use xt_request_find_table_lock | Florian Westphal | 1 | -14/+12 |
2018-01-08 | netfilter: conntrack: timeouts can be const | Florian Westphal | 1 | -1/+1 |
2018-01-08 | netfilter: conntrack: l4 protocol trackers can be const | Florian Westphal | 1 | -1/+1 |
2018-01-08 | netfilter: conntrack: constify list of builtin trackers | Florian Westphal | 1 | -1/+1 |
2017-12-11 | netfilter: ip6t_MASQUERADE: add dependency on conntrack module | Konstantin Khlebnikov | 1 | -1/+7 |
2017-11-20 | netfilter: remove redundant assignment to e | Colin Ian King | 1 | -1/+0 |
2017-11-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 3 | -12/+36 |
2017-11-06 | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size | Florian Westphal | 1 | -2/+7 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-24 | netfilter: conntrack: make l3proto trackers const | Florian Westphal | 1 | -1/+1 |
2017-10-24 | netfilter: x_tables: don't use seqlock when fetching old counters | Florian Westphal | 1 | -2/+20 |
2017-10-24 | netfilter: conntrack: remove pf argument from l4 packet functions | Florian Westphal | 1 | -1/+0 |
2017-10-24 | netfilter: conntrack: add and use nf_l4proto_log_invalid | Florian Westphal | 1 | -6/+8 |
2017-10-18 | ipv6: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+2 |
2017-10-18 | inet: frags: Convert timers to use timer_setup() | Kees Cook | 1 | -2/+3 |
2017-10-09 | netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook | Lin Zhang | 1 | -1/+1 |
2017-09-08 | netfilter: xtables: add scheduling opportunity in get_counters | Florian Westphal | 1 | -0/+1 |
2017-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+3 |
2017-09-04 | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. | Varsha Rao | 1 | -9/+3 |
2017-09-04 | net: Replace NF_CT_ASSERT() with WARN_ON(). | Varsha Rao | 3 | -6/+6 |
2017-09-04 | netfilter: remove unused hooknum arg from packet functions | Florian Westphal | 1 | -4/+2 |
2017-09-03 | Revert "net: fix percpu memory leaks" | Jesper Dangaard Brouer | 1 | -9/+3 |
2017-08-28 | netfilter: conntrack: don't log "invalid" icmpv6 connections | Florian Westphal | 1 | -5/+0 |
2017-08-24 | netfilter: conntrack: place print_tuple in procfs part | Florian Westphal | 2 | -19/+0 |
2017-08-24 | netfilter: conntrack: remove protocol name from l4proto struct | Florian Westphal | 1 | -1/+0 |
2017-08-24 | netfilter: conntrack: remove protocol name from l3proto struct | Florian Westphal | 1 | -1/+0 |
2017-08-24 | netfilter: conntrack: compute l3proto nla size at compile time | Florian Westphal | 1 | -6/+8 |
2017-08-02 | netfilter: constify nf_loginfo structures | Julia Lawall | 2 | -2/+2 |
2017-07-31 | netfilter: conntrack: do not enable connection tracking unless needed | Florian Westphal | 1 | -15/+2 |
2017-07-31 | netfilter: nf_hook_ops structs can be const | Florian Westphal | 4 | -4/+4 |
2017-07-31 | netfilter: nf_tables: fib: use skb_header_pointer | Pablo M. Bermudo Garay | 1 | -6/+23 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -5/+5 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 2 | -6/+6 |
2017-05-29 | netfilter: conntrack: rename nf_ct_iterate_cleanup | Florian Westphal | 1 | -5/+5 |
2017-05-19 | sk_buff: remove support for csum_bad in sk_buff | Davide Caratti | 1 | -3/+0 |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -1/+1 |
2017-04-26 | netfilter: don't attach a nat extension by default | Florian Westphal | 1 | -3/+1 |
2017-04-26 | netfilter: masquerade: attach nat extension if not present | Florian Westphal | 1 | -1/+4 |
2017-04-26 | netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking | Gao Feng | 1 | -6/+14 |
2017-04-26 | netfilter: synproxy: only register hooks when needed | Florian Westphal | 1 | -34/+39 |