aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-10-19netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso1-1/+7
2010-10-04netfilter: add missing xt_log.h filePatrick McHardy1-0/+54
2010-10-04netfilter: nf_nat: make find/put staticStephen Hemminger1-3/+0
2010-09-28netfilter: ctnetlink: add support for user-space expectation helpersPablo Neira Ayuso1-0/+1
2010-09-22netfilter: ctnetlink: allow to specify the expectation flagsPablo Neira Ayuso1-3/+0
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann1-1/+1
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao1-4/+4
2010-08-02netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()Changli Gao1-2/+7
2010-07-15nfnetlink_log: do not expose NFULNL_COPY_DISABLED to user-spacePablo Neira Ayuso1-0/+2
2010-06-25netfilter: xt_connbytes: Force CT accounting to be enabledTim Gardner1-0/+12
2010-06-17netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy1-2/+0
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2-5/+2
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet1-0/+1
2010-06-09netfilter: nf_conntrack: per_cpu untrackingEric Dumazet1-3/+2
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2-4/+10
2010-06-08netfilter: xt_rateest: Better struct xt_rateest layoutEric Dumazet1-3/+7
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet1-5/+1
2010-05-20netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse()Joerg Marx1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-02-18netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy1-2/+4
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy5-6/+36
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy1-2/+2
2010-02-12netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net()Alexey Dobriyan1-5/+1
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy1-1/+1
2010-02-11netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy1-7/+25
2010-02-11netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy1-0/+1
2010-02-03netfilter: xtables: add CT targetPatrick McHardy1-0/+3
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2-1/+7
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy1-31/+28
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy1-10/+11
2010-02-03netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy1-1/+1
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1