summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2019-04-111-15/+0Star
* netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac2019-02-131-0/+1
* netfilter: conntrack: gre: switch module to be built-inFlorian Westphal2019-01-181-0/+3
* netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-271-1/+1
* netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-201-8/+5Star
* netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-171-3/+0Star
* netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-241-1/+1
* netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-081-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-081-1/+1
|\
| * netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-241-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* netfilter: udplite: Remove duplicated udplite4/6 declarationGao Feng2017-04-091-1/+0Star
* netfilter: merge udp and udplite conntrack helpersFlorian Westphal2017-01-031-0/+1
* netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-061-1/+2
* netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-041-0/+3
* netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-041-0/+3
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-041-0/+3
* ipv4: Push struct net down into nf_send_resetEric W. Biederman2015-09-291-1/+1
* netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2015-09-181-1/+1
* netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso2015-08-071-0/+7
* netfilter: fix sparse warnings in reject handlingFlorian Westphal2015-03-101-1/+1
* netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-031-5/+1Star
* netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso2014-10-311-0/+10
* netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-021-117/+1Star
* netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-021-0/+1
* netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-261-1/+1
* netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero2014-09-091-0/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-061-0/+128
|\
| * netfilter: REJECT: separate reusable codeEric Leblond2013-12-301-0/+128
* | netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-031-2/+0Star
|/
* netfilter: Remove extern from function prototypesJoe Perches2013-09-232-4/+4
* netfilter: nf_ct_icmp: keep the ICMP ct entries longerJan Kasprzak2009-06-081-11/+0Star
* netfilter: split netfilter IPv4 defragmentation into a separate moduleKOVACS Krisztian2008-10-081-0/+6
* netfilter: nf_conntrack: remove unnecessary function declarationRami Rosen2008-06-101-2/+0Star
* [NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrackPatrick McHardy2007-08-081-0/+2
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-151-0/+2
* [NETFILTER]: nf_nat: move NAT declarations from nf_conntrack_ipv4.h to nf_nat.hYasuyuki Kozakai2007-07-111-22/+1Star
* [NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy2006-12-031-0/+2
* [NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik2006-12-031-13/+7Star
* [NETFILTER]: nf_conntrack: /proc compatibility with old connection trackingPatrick McHardy2006-12-031-0/+3
* [NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy2006-12-031-0/+4
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-121-3/+0Star
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-102-0/+54