summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-082-11/+11
* netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-082-2/+0
* netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-081-2/+1
* netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-084-4/+8
* netfilter: nf_tables_arp: don't set forward chainPablo Neira Ayuso2018-01-081-1/+0
* netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+4
* netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-082-28/+24
* netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2018-01-081-0/+2
* netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-081-1/+1
* netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-081-1/+1
* netfilter: conntrack: constify list of builtin trackersFlorian Westphal2018-01-081-1/+1
* netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann2017-12-071-1/+1
* netfilter: exit_net cleanup check addedVasily Averin2017-11-201-0/+1
* netfilter: remove redundant assignment to eColin Ian King2017-11-202-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-084-17/+58
|\
| * netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+7
| * netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-241-1/+1
| * netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-242-4/+41
| * netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0
| * netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-241-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-031-0/+2
| |\ \
| | * | netfilter: nf_reject_ipv4: Fix use-after-free in send_resetTejaswi Tanikella2017-11-011-0/+2
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ /
* / / ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-1/+2
|/ /
* / netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2017-10-091-1/+2
|/
* netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-082-0/+2
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-9/+3
* net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-043-8/+8
* netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0312-84/+63
|\
| * netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-242-19/+0
| * netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-1/+0
| * netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-1/+0
| * netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-6/+7
| * netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers2017-08-241-27/+30
| * netfilter: constify nf_loginfo structuresJulia Lawall2017-08-023-3/+3
| * netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-022-4/+0
| * netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-311-14/+2
| * netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-315-5/+5
| * netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay2017-07-311-4/+16
* | netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo2017-07-312-9/+10
* | netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca2017-07-191-1/+3
|/
* netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal2017-07-171-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-302-37/+82
|\
| * netfilter: ipt_CLUSTERIP: do not hold devXin Long2017-06-191-28/+73
| * netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-2/+2
| * netfilter: ipt_CLUSTERIP: switch to nf_register_net_hookFlorian Westphal2017-05-291-7/+7
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-6/+6
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
|/