summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-155-18/+32
* netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-151-1/+2
* netfilter: xtables: add const qualifiersJan Engelhardt2010-02-152-69/+88
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-153-6/+6
* netfilter: iptables: remove unused function argumentsJan Engelhardt2010-02-151-7/+3
* netfilter: xtables: fix mangle tablesAlexey Dobriyan2010-02-111-1/+3
* netfilter: nf_nat_sip: add TCP supportPatrick McHardy2010-02-111-6/+47
* netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy2010-02-111-16/+23
* netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy2010-02-111-1/+1
* netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy2010-02-111-50/+51
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-108-199/+61
* netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-105-138/+35
* 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-1027-142/+290
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-095-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
| * | ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE)Christoph Egger2010-02-041-4/+0
| * | ipv4: ip_fragment: fix unbalanced rcu_read_unlock()Patrick McHardy2010-02-021-3/+2
| * | igmp: fix ip_mc_sf_allow race [v5]Flavio Leitner2010-02-021-21/+62
| * | netns xfrm: ipcomp supportAlexey Dobriyan2010-01-281-3/+6
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-282-15/+18
| |\ \ | | |/
| | * tcp_probe: avoid modulus operation and wrap fixStephen Hemminger2010-01-251-9/+10
| | * netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-241-6/+8
| * | IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connecti...Shan Wei2010-01-231-4/+30
| * | icmp: move icmp_err_convert[] to .rodataAlexey Dobriyan2010-01-231-1/+1
| * | net: constify MIB name tablesAlexey Dobriyan2010-01-231-2/+2
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-232-1/+3
| |\ \ | | |/
| | * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-222-4/+4
| | |\
| | | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-121-1/+1
| | | |\
| | | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-302-0/+3
| | | |\ \
| | * | | | netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin2010-01-191-1/+1
| | * | | | ipv4: don't remove /proc/net/rt_acctAlexey Dobriyan2010-01-171-0/+2
| | | |_|/ | | |/| |
| * | | | ipv4: allow warming up the ARP cache with request type gratuitous ARPOctavian Purdila2010-01-191-1/+2
| * | | | net: spread __net_init, __net_exitAlexey Dobriyan2010-01-178-20/+19
| * | | | tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila2010-01-173-8/+18
| * | | | ipv4: Use less conflicting local var name in change_nexthops() loop macro.David S. Miller2010-01-151-36/+40
| * | | | tcp: Generalized TTL Security MechanismStephen Hemminger2010-01-112-1/+16
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-103-1/+4
| |\ \ \ \ | | |/ / /
| | * | | ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-061-1/+1
| | | |/ | | |/|
| | * | net: restore ip source validationJamal Hadi Salim2009-12-252-0/+3
| * | | net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer2010-01-073-5/+55
* | | | 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
OpenPOWER on IntegriCloud