summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-0110-99/+113
|\
| * netfilter: snmp: avoid stack size warningFlorian Westphal2017-05-011-6/+6
| * netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-3/+1
| * netfilter: pptp: attach nat extension when neededFlorian Westphal2017-04-261-4/+21
| * netfilter: masquerade: attach nat extension if not presentFlorian Westphal2017-04-261-2/+3
| * netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2017-04-261-7/+14
| * netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-34/+39
| * netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-152-5/+1
| * netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-151-2/+1
| * netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1