summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-031-6/+0Star
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-6/+6
* netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-281-5/+2Star
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-1/+1
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-8/+2Star
* netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-231-22/+40
* netfilter: nf_conntrack: refactor l3proto support for netnsGao feng2013-01-231-7/+15
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-6/+0Star
* netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-2/+4
* netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-161-10/+38
* netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso2012-06-071-1/+0Star
* netfilter: nf_ct_ipv4: add namespace supportGao feng2012-06-071-38/+85
* netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng2012-06-071-3/+3
* netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng2012-06-071-9/+9
* net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman2012-04-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-131-2/+10
|\
| * netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik2012-04-101-0/+8
| * netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik2012-04-101-2/+2
* | netfilter: ipv4: Stop using NLA_PUT*().David S. Miller2012-04-021-2/+3
|/
* netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov2011-06-161-1/+3
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-1/+1
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-5/+5
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-151-1/+2
* netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-4/+4
|\
| * inet: rename some inet_sock fieldsEric Dumazet2009-10-191-4/+4
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-9/+1Star
|/
* netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy2009-08-251-1/+5
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2009-08-101-4/+4
|\
| * netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt2009-08-101-4/+4
* | netfilter: nf_conntrack: add SCTP support for SO_ORIGINAL_DSTRafael Laufer2009-08-101-4/+4
|/
* netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2009-03-251-0/+6
* netfilter: conntrack: increase drop stats if sequence adjustment failsPablo Neira Ayuso2009-03-161-1/+3
* netfilter 01/09: remove "happy cracking" messagePatrick McHardy2009-01-131-4/+1Star
* net: '&' reduxAlexey Dobriyan2008-11-041-6/+6
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-8/+7Star
* netfilter: split netfilter IPv4 defragmentation into a separate moduleKOVACS Krisztian2008-10-081-53/+3Star
* netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...Alexey Dobriyan2008-10-081-1/+1
* 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 nf_conntrack_in()Alexey Dobriyan2008-10-081-2/+2
* netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan2008-10-081-1/+1
* netfilter: netns nf_conntrack: per-netns conntrack countAlexey Dobriyan2008-10-081-1/+1
* netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig2008-04-291-1/+1
* [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3protoJan Engelhardt2008-04-141-7/+7
* [NETFILTER]: nf_nat: kill helper and seq_adjust hooksPatrick McHardy2008-04-141-29/+27Star
* [NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2008-02-011-6/+8
* [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy2008-01-291-7/+0Star
* [NETFILTER]: ctnetlink: use netlink attribute helpersPatrick McHardy2008-01-281-6/+4Star
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-281-1/+1