aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* fib: cleanupsEric Dumazet2010-09-101-32/+23
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-0911-35/+97
|\
| * udp: add rehash on connect()Eric Dumazet2010-09-082-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-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
* | tunnels: missing rcu_assign_pointer()Eric Dumazet2010-09-091-1/+1
* | net: inet_add_protocol() can use cmpxchg()Eric Dumazet2010-09-081-26/+5
* | net: arp: code cleanupChangli Gao2010-09-021-103/+123
* | tcp: update also tcp_output with regard to RFC 5681Gerrit Renker2010-09-011-9/+3
* | net: tunnels should use rcu_dereferenceEric Dumazet2010-09-011-4/+9
* | gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet2010-08-311-2/+0
* | net: struct xfrm_tunnel in read_mostly sectionEric Dumazet2010-08-303-5/+5
* | tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2010-08-301-15/+2
* | tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2010-08-302-16/+35
* | net: ip_append_data() optimEric Dumazet2010-08-241-4/+3
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-232-2/+2
* | tcp: allow effective reduction of TCP's rcv-buffer via setsockoptHagen Paul Pfeifer2010-08-221-0/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-212-0/+4
|\ \ | |/
| * netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-172-0/+4
* | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-214-7/+166
* | net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet2010-08-202-13/+4
* | netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-16/+15
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-194-8/+8
|/
* 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