aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
| * netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso2010-10-191-1/+7
| * netfilter: add missing xt_log.h filePatrick McHardy2010-10-041-0/+54
| * netfilter: nf_nat: make find/put staticStephen Hemminger2010-10-041-3/+0
| * netfilter: ctnetlink: add support for user-space expectation helpersPablo Neira Ayuso2010-09-281-0/+1
| * netfilter: ctnetlink: allow to specify the expectation flagsPablo Neira Ayuso2010-09-221-3/+0
* | net/netfilter: __rcu annotationsArnd Bergmann2010-08-191-1/+1
|/
* netfilter: nf_nat: make unique_tuple return voidChangli Gao2010-08-021-4/+4
* netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()Changli Gao2010-08-021-2/+7
* nfnetlink_log: do not expose NFULNL_COPY_DISABLED to user-spacePablo Neira Ayuso2010-07-151-0/+2
* netfilter: xt_connbytes: Force CT accounting to be enabledTim Gardner2010-06-251-0/+12
* netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy2010-06-171-2/+0
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-152-5/+2
|\
| * pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet2010-06-111-0/+1
| * net: CONFIG_NET_NS reductionEric Dumazet2010-06-021-5/+1
* | netfilter: nf_conntrack: per_cpu untrackingEric Dumazet2010-06-091-3/+2
* | netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2010-06-082-4/+10
* | netfilter: xt_rateest: Better struct xt_rateest layoutEric Dumazet2010-06-081-3/+7
|/
* netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx2010-05-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+2
* netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy2010-02-181-2/+4
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-155-6/+36
* netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-151-2/+2
* netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net()Alexey Dobriyan2010-02-121-5/+1
* netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy2010-02-111-1/+1
* netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy2010-02-111-7/+25
* netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy2010-02-111-0/+1
* netfilter: xtables: add CT targetPatrick McHardy2010-02-031-0/+3
* netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-032-1/+7
* netfilter: ctnetlink: support selective event deliveryPatrick McHardy2010-02-031-31/+28
* netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy2010-02-031-10/+11
* netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2010-02-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-161-1/+1
|\
| * ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-2/+2
|\ \ | |/ |/|
| * this_cpu: Use this_cpu ops for network statisticsChristoph Lameter2009-10-031-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-062-5/+7
|\ \
| * | netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2009-11-062-5/+7
| |/
* | net: cleanup include/netEric Dumazet2009-11-049-36/+18
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-09-101-1/+1
|\
| * netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-251-1/+1
* | net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-171-1/+1
|/
* netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-291-2/+2
* netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso2009-06-132-17/+46
* netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso2009-06-131-0/+2
* netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso2009-06-132-61/+71