summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | netfilter: nf_conntrack: fix linker error with NF_CONNTRACK_TIMESTAMP=nPatrick McHardy2011-01-201-0/+12
* | netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso2011-01-192-0/+57
* | netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa2011-01-181-0/+6
* | netfilter: nf_nat: fix conversion to non-atomic bit opsChangli Gao2011-01-181-2/+2
* | netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy2011-01-141-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-0/+2
|\|
| * netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao2011-01-061-0/+2
* | netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2010-12-152-10/+10
* | netfilter: add __rcu annotationsEric Dumazet2010-11-152-3/+3
* | netfilter: nf_nat: define nat_pptp_info as neededChangli Gao2010-11-151-0/+2
* | netfilter: ct_extend: define NF_CT_EXT_* as neededChangli Gao2010-11-153-0/+18
* | netfilter: nf_nat: don't use atomic bit operationChangli Gao2010-11-151-2/+2
* | netfilter: nf_conntrack: define ct_*_info as neededChangli Gao2010-11-151-0/+13
* | netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao2010-11-121-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-235-10/+257
|\
| * tproxy: added IPv6 socket lookup function to nf_tproxy_coreBalazs Scheidler2010-10-211-1/+71
| * tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler2010-10-211-0/+6
| * tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler2010-10-211-2/+114
| * tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...Balazs Scheidler2010-10-211-1/+5