summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt2010-02-104-41/+30
* netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt2010-02-105-152/+75
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-105-20/+16
|\
| * netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-083-16/+12
| * netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-082-4/+4
* | netfilter: fix build failure with CONNTRACK=y NAT=nFlorian Westphal2010-02-081-0/+1
* | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-031-1/+1
* | netfilter: add struct net * to target parametersPatrick McHardy2010-02-031-3/+5
* | netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan2010-01-221-9/+5
* | netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-186-17/+18
* | netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-181-10/+14
* | netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4Joe Perches2010-01-111-70/+35
* | netfilter: SNMP NAT: correct the size argument to kzallocJulia Lawall2010-01-041-20/+11
|/
* netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-151-4/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0816-112/+107
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-0315-107/+102
| |\ \ \
| | * | | netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-2313-91/+91
| | * | | netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-061-2/+1
| | * | | netfilter: nf_nat_helper: tidy up adjust_tcp_sequenceHannes Eder2009-11-051-13/+9
| | * | | netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet2009-11-041-1/+1
| * | | | net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-062-11/+26
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-4/+4
| | |/ | |/|
* | | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-172-11/+26
|\ \ \ | | |/ | |/|
| * | netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2009-11-062-11/+26
| |/
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-123-17/+4
|/
* netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-251-3/+3
* netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy2009-08-251-1/+5
* netfilter: nf_nat: fix inverted logic for persistent NAT mappingsMaximilian Engelhardt2009-08-241-1/+1
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-248-13/+15
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2009-08-109-56/+88
|\
| * netfilter: xtables: check for standard verdicts in policiesJan Engelhardt2009-08-102-4/+38
| * netfilter: xtables: check for unconditionality of policiesJan Engelhardt2009-08-102-9/+14
| * netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt2009-08-102-2/+8
| * netfilter: xtables: use memcmp in unconditional checkJan Engelhardt2009-08-102-15/+6
| * netfilter: iptables: remove unused datalen variableJan Engelhardt2009-08-101-4/+0
| * netfilter: xtables: switch table AFs to nfprotoJan Engelhardt2009-08-105-5/+5
| * netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt2009-08-105-17/+17
| * 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: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-291-6/+11
* netfilter: ip_tables: fix build errorPatrick McHardy2009-06-121-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2009-06-115-13/+12
|\
| * netfilter: Fix extra semi-colon in skb_walk_frags() changes.David S. Miller2009-06-091-1/+1
| * netfilter: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+3
| * net: skb->dst accessorsEric Dumazet2009-06-032-8/+6
| * net: skb->rtable accessorEric Dumazet2009-06-032-3/+3
OpenPOWER on IntegriCloud