summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: correct IGMP behavior on v3 query during v2-compatibility modeDavid Stevens2010-10-041-1/+13
* Revert "ipv4: Make INET_LRO a bool instead of tristate."Ben Hutchings2010-10-041-1/+1
* ip_gre: Fix dependencies wrt. ipv6.David S. Miller2010-09-291-0/+1
* net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski2010-09-281-10/+14
* tcp: Fix >4GB writes on 64-bit.David S. Miller2010-09-281-1/+1
* ipv6: add IPv6 to neighbour table overflow warningUlrich Weber2010-09-281-1/+1
* tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng2010-09-271-1/+2
* xfrm4: strip ECN bits from tos fieldUlrich Weber2010-09-231-1/+1
* netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa2010-09-221-1/+3
* netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy2010-09-221-2/+4
* netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao2010-09-221-0/+1
* ip: fix truesize mismatch in ip fragmentationEric Dumazet2010-09-221-6/+13
* tcp: Fix race in tcp_pollTom Marshall2010-09-212-2/+7
* xfrm: Allow different selector family in temporary stateThomas Egerer2010-09-201-14/+19
* ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet2010-09-201-4/+4
* ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk2010-09-141-0/+3
* ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt2010-09-131-1/+1
* udp: add rehash on connect()Eric Dumazet2010-09-092-1/+48
* net: blackhole route should always be recalculatedJianzhao Wang2010-09-081-1/+6
* ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski2010-09-081-2/+6
* ipv4: Fix reverse path filtering with multipath routing.David S. Miller2010-09-071-2/+13
* ipv4: minor fix about RPF in help of KconfigNicolas Dichtel2010-09-011-1/+1
* net/ipv4: Eliminate kstrdup memory leakJulia Lawall2010-08-281-2/+3
* tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro2010-08-261-1/+2
* tcp: fix three tcp sysctls tuningEric Dumazet2010-08-261-17/+7Star
* tcp: Combat per-cpu skew in orphan tests.David S. Miller2010-08-252-8/+5Star
* netfilter: fix CONFIG_COMPAT supportFlorian Westphal2010-08-232-0/+6
* netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-182-0/+4
* tcp: no md5sig option size check bugDmitry Popov2010-08-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-031-2/+5
|\
| * tcp: cookie transactions setsockopt memory leakDmitry Popov2010-07-311-2/+5
* | ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao2010-08-031-4/+2Star
* | net: Add getsockopt support for TCP thin-streamsJosh Hunt2010-08-031-0/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-08-0313-70/+60Star
|\ \
| * | 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/+26Star
| * | netfilter: nf_nat: use local variable hdrlenChangli Gao2010-08-021-11/+7Star
| * | 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/+1Star
| * | netfilter: nf_nat_core: merge the same linesChangli Gao2010-07-231-7/+2Star
| * | 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-213-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-161-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-133-12/+17