aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-08netfilter: nf_conntrack: use this_cpu_inc()Eric Dumazet1-8/+2
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond1-2/+2
2012-04-20net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman1-1/+1
2012-03-26netfilter: xt_LOG: don't use xchg() for simple assignmentJan Beulich1-1/+1
2012-03-23netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso2-1/+5
2012-03-07netfilter: xt_LOG: add __printf() to sb_add()Eric Dumazet1-1/+1
2012-03-07netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso2-0/+82
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso1-0/+11
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso1-2/+6
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso1-0/+13
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik1-1/+1
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller6-23/+12
2011-12-23netfilter: ctnetlink: remove dead NAT codePatrick McHardy1-5/+0
2011-12-23netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy1-2/+0
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy4-15/+12
2011-12-23netfilter: rework user-space expectation helper supportPablo Neira Ayuso1-1/+0
2011-12-18netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet1-2/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-1/+1
2011-11-22netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso1-9/+10
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+2
2011-11-01netfilter: export NAT definitions through linux/netfilter_ipv4/nf_nat.hPablo Neira Ayuso2-51/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+2
2011-10-31nf_conntrack.h: fix up fallout from implicit moduleparam.h presencePaul Gortmaker1-0/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-16netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov1-0/+6
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller3-10/+0
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+1
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal1-11/+1
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+0
2011-02-01netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso1-3/+0
2011-01-20netfilter: nf_conntrack: fix linker error with NF_CONNTRACK_TIMESTAMP=nPatrick McHardy1-0/+12
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso2-0/+57
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa1-0/+6
2011-01-18netfilter: nf_nat: fix conversion to non-atomic bit opsChangli Gao1-2/+2
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy1-2/+2
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman1-0/+2
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2-10/+10
2011-01-06netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao1-0/+2
2010-12-15netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2-10/+10
2010-11-15netfilter: add __rcu annotationsEric Dumazet2-3/+3
2010-11-15netfilter: nf_nat: define nat_pptp_info as neededChangli Gao1-0/+2
2010-11-15netfilter: ct_extend: define NF_CT_EXT_* as neededChangli Gao3-0/+18
2010-11-15netfilter: nf_nat: don't use atomic bit operationChangli Gao1-2/+2
2010-11-15netfilter: nf_conntrack: define ct_*_info as neededChangli Gao1-0/+13
2010-11-12netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao1-3/+3
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-10/+257
2010-10-21tproxy: added IPv6 socket lookup function to nf_tproxy_coreBalazs Scheidler1-1/+71
2010-10-21tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler1-0/+6
2010-10-21tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler1-2/+114
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the same tupleBalazs Scheidler1-1/+5