summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-311-0/+1
* 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
* | netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng2012-06-071-2/+7
* | netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2012-06-071-2/+9
|/
* netfilter: nf_conntrack: use this_cpu_inc()Eric Dumazet2012-05-081-8/+2
* netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-081-2/+2
* net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman2012-04-201-1/+1
* netfilter: xt_LOG: don't use xchg() for simple assignmentJan Beulich2012-03-261-1/+1
* netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso2012-03-232-1/+5
* netfilter: xt_LOG: add __printf() to sb_add()Eric Dumazet2012-03-071-1/+1
* netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso2012-03-072-0/+82
* netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-0/+11
* netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-2/+6
* netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2012-03-071-0/+13
* netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-241-1/+1
* Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller2011-12-256-23/+12
|\
| * netfilter: ctnetlink: remove dead NAT codePatrick McHardy2011-12-231-5/+0
| * netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy2011-12-231-2/+0
| * netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy2011-12-234-15/+12
| * netfilter: rework user-space expectation helper supportPablo Neira Ayuso2011-12-231-1/+0
| * netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet2011-12-181-2/+2
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-1/+1
|/
* netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso2011-11-221-9/+10
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+2
|\
| * nf_conntrack.h: fix up fallout from implicit moduleparam.h presencePaul Gortmaker2011-10-311-0/+2
* | netfilter: export NAT definitions through linux/netfilter_ipv4/nf_nat.hPablo Neira Ayuso2011-11-012-51/+2
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-1/+2
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov2011-06-161-0/+6
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-243-10/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-191-11/+1
|\
| * netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal2011-02-171-11/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-3/+0
|\ \ | |/
| * netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso2011-02-011-3/+0
| * netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-122-10/+10
OpenPOWER on IntegriCloud