summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_dccp.c
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: nf_conntrack: add namespace support for cttimeoutGao feng2012-06-071-2/+3
* netfilter: nf_ct_dccp: use new namespace supportGao feng2012-06-071-66/+66
* netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2012-06-071-5/+5
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-211-2/+2
* nf_conntrack_proto_dccp: Stop using NLA_PUT*().David S. Miller2012-04-021-8/+10
* netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-0/+70
* netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-5/+11
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao2010-11-121-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-151-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-24/+9Star
|\
| * net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman2009-12-021-23/+8Star
| * netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-11/+1Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2009-06-111-0/+4
|\
| * netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cachePablo Neira Ayuso2009-05-251-0/+4
* | netfilter: nf_conntrack: use per-conntrack locks for protocol dataPatrick McHardy2009-06-101-13/+11Star
* | netfilter: conntrack: add support for DCCP handshake sequence to ctnetlinkPablo Neira Ayuso2009-05-271-0/+7
|/
* netfilter: nf_ct_dccp: add missing role attributes for DCCPPablo Neira Ayuso2009-04-241-1/+14
* netfilter: nf_ct_dccp/udplite: fix protocol registration errorPatrick McHardy2009-04-241-0/+1
* netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2009-03-251-0/+9
* net: netfilter conntrack - add per-net functionality for DCCP protocolCyrill Gorcunov2009-03-161-37/+108
* netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...Alexey Dobriyan2008-10-081-4/+6
* netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...Alexey Dobriyan2008-10-081-1/+1
* netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan2008-10-081-3/+3
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-2/+2
* netfilter: nf_conntrack: properly account terminating packetsFabian Hugelshofer2008-06-101-1/+1
* netfilter: nf_conntrack: add nf_ct_kill()Patrick McHardy2008-06-101-2/+1Star
* [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt2008-04-141-11/+11
* [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy2008-04-141-2/+1Star
* [NETFILTER]: nf_conntrack: add DCCP protocol supportPatrick McHardy2008-04-141-0/+816