summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net/ipv4: Eliminate kstrdup memory leakJulia Lawall2010-08-271-2/+3
* tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro2010-08-251-1/+2
* tcp: fix three tcp sysctls tuningEric Dumazet2010-08-251-17/+7
* tcp: Combat per-cpu skew in orphan tests.David S. Miller2010-08-252-8/+5
* netfilter: fix CONFIG_COMPAT supportFlorian Westphal2010-08-232-0/+6
* netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-172-0/+4
* tcp: no md5sig option size check bugDmitry Popov2010-08-071-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-021-2/+5
|\
| * tcp: cookie transactions setsockopt memory leakDmitry Popov2010-07-301-2/+5
* | ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao2010-08-021-4/+2
* | net: Add getsockopt support for TCP thin-streamsJosh Hunt2010-08-021-0/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-08-0213-70/+60
|\ \
| * | netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...Changli Gao2010-08-023-6/+6
| * | netfilter: nf_nat: make unique_tuple return voidChangli Gao2010-08-029-28/+26
| * | netfilter: nf_nat: use local variable hdrlenChangli Gao2010-08-021-11/+7
| * | netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet2010-08-022-8/+12
| * | netfilter: iptables: use skb->len for accountingChangli Gao2010-07-231-1/+1
| * | netfilter: arptables: use arp_hdr_len()Changli Gao2010-07-231-4/+1
| * | netfilter: nf_nat_core: merge the same linesChangli Gao2010-07-231-7/+2
| * | netfilter: ipt_REJECT: avoid touching dst refEric Dumazet2010-07-051-1/+1
| * | netfilter: ipt_REJECT: postpone the checksum calculation.Changli Gao2010-07-051-5/+5
* | | net: RTA_MARK additionEric Dumazet2010-07-221-0/+7
* | | net: remove last uses of __attribute__((packed))Gustavo F. Padovan2010-07-211-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-203-2/+10
|\ \ \ | | |/ | |/|
| * | tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen2010-07-191-0/+3
| * | ipmr: Don't leak memory if fib lookup fails.Ben Greear2010-07-151-2/+6
| * | rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao2010-07-141-0/+1
* | | inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-123-12/+17
* | | net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-1222-140/+67
* | | gre: propagate ipv6 transport classStephen Hemminger2010-07-081-0/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-0/+2
|\ \ \ | |/ /
| * | xfrm: fix xfrm by MARK logicPeter Kosyh2010-07-041-0/+2
* | | net/ipv4/ip_output.c: Removal of unused variable in ip_fragment()George Kadianakis2010-07-071-2/+1
* | | ipv4: use skb_dst_copy() in ip_copy_metadata()Eric Dumazet2010-07-051-1/+1
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-024-27/+51
|\ \
| * | netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2010-06-281-14/+40
| * | netfilter: ipt_LOG/ip6t_LOG: remove comparison within loopPatrick McHardy2010-06-281-6/+6
| * | netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy2010-06-173-13/+11
* | | fragment: add fast path for in-order fragmentsChangli Gao2010-06-301-0/+12
* | | snmp: 64bit ipstats_mib for all archesEric Dumazet2010-06-302-6/+45
* | | tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet2010-06-281-3/+3
* | | net: use this_cpu_ptr()Eric Dumazet2010-06-282-2/+2
* | | syncookies: add support for ECNFlorian Westphal2010-06-262-9/+12
* | | syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal2010-06-261-21/+14
* | | snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-251-10/+17
* | | arp: RCU change in arp_solicit()Eric Dumazet2010-06-251-5/+7
* | | tcp: do not send reset to already closed socketsKonstantin Khorenko2010-06-241-0/+4
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-231-3/+6
|\ \ \ | | |/ | |/|
| * | udp: Fix bogus UFO packet generationHerbert Xu2010-06-211-3/+6
* | | net - IP_NODEFRAG option for IPv4 socketJiri Olsa2010-06-233-1/+15
OpenPOWER on IntegriCloud