summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-152-2/+4
* netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2013-04-291-0/+6
* netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-192-3/+3
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-4/+10
* netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov2013-03-191-0/+1
* netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-0/+4
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-01-2711-28/+138
|\
| * netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-231-3/+7
| * netfilter: nf_conntrack: refactor l3proto support for netnsGao feng2013-01-231-3/+8
| * netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng2013-01-231-2/+5
| * netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng2013-01-231-4/+4
| * netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng2013-01-231-2/+5
| * netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng2013-01-231-4/+4
| * netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng2013-01-231-4/+15
| * netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng2013-01-231-4/+17
| * netfilter: nf_ct_acct: move initialization out of pernet_operationsGao feng2013-01-231-2/+4
| * netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng2013-01-231-2/+5
| * netfilter: nf_conntrack: move initialization out of pernet operationsGao feng2013-01-231-2/+6
| * netfilter: ctnetlink: allow userspace to modify labelsFlorian Westphal2013-01-181-0/+3
| * netfilter: add connlabel conntrack extensionFlorian Westphal2013-01-182-0/+59
* | soreuseport: TCP/IPv6 implementationTom Herbert2013-01-231-0/+1
* | soreuseport: TCP/IPv4 implementationTom Herbert2013-01-231-0/+1
|/
* netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netnsPablo Neira Ayuso2013-01-121-0/+2
* netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik2012-12-031-0/+15
* netfilter: kill support for per-af queue backendsFlorian Westphal2012-12-031-6/+2
* netfilter: nf_conntrack: improve nf_conn object traceabilityPablo Neira Ayuso2012-12-031-1/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-16/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-031-0/+1
|\
| * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-311-0/+1
* | netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2012-09-031-0/+20
* | netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-301-1/+3
* | netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-302-0/+6
* | netfilter: add protocol independent NAT corePatrick McHardy2012-08-307-88/+121
* | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-3/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-1/+1
|\
| * netfilter: nf_ct_ecache: fix crash with multiple containers, one shutting downPablo Neira Ayuso2012-07-091-1/+1
* | netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso2012-07-041-0/+3
* | netfilter: nf_conntrack: add nf_ct_kfree_compat_sysctl_tableGao feng2012-06-271-0/+8
* | netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-271-1/+1
* | netfilter: fix missing symbols if CONFIG_NETFILTER_NETLINK_QUEUE_CT unsetPablo Neira Ayuso2012-06-181-1/+1
* | netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso2012-06-191-0/+43
* | netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-161-0/+11
* | netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso2012-06-161-0/+1
* | netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso2012-06-161-0/+4
* | netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-162-33/+17
* | netfilter: nf_ct_ext: support variable length extensionsPablo Neira Ayuso2012-06-161-3/+6
* | netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2012-06-162-2/+4
* | netfilter: nf_conntrack: add namespace support for cttimeoutGao feng2012-06-071-1/+2
* | netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso2012-06-072-12/+0
* | netfilter: nf_ct_generic: add namespace supportGao feng2012-06-071-2/+2