aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_gre: lockless xmitEric Dumazet2010-09-291-0/+4
* ipip: fix percpu stats accountingEric Dumazet2010-09-291-3/+10
* ipv4: Allow configuring subnets as local addressesTom Herbert2010-09-281-4/+3
* ipip: percpu stats accountingEric Dumazet2010-09-271-34/+93
* ip_gre: percpu stats accountingEric Dumazet2010-09-271-39/+104
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-2711-31/+56
|\
| * xfrm4: strip ECN bits from tos fieldUlrich Weber2010-09-221-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-211-6/+13
| * tcp: Fix race in tcp_pollTom Marshall2010-09-202-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-131-0/+3
| * ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt2010-09-131-1/+1
* | net: fix rcu use in ip_route_output_slowEric Dumazet2010-09-261-1/+1
* | ip: take care of last fragment in ip_append_dataEric Dumazet2010-09-241-3/+6
* | net: return operator cleanupEric Dumazet2010-09-2311-19/+19
* | net: rx_dropped accountingEric Dumazet2010-09-202-3/+8
* | bridge : Sanitize skb before it enters the IP stackBandan Das2010-09-191-1/+2
* | ipv4: ip_ptr cleanupsEric Dumazet2010-09-152-3/+3
* | gre: get rid of ipgre_lockEric Dumazet2010-09-151-29/+32
* | ipip: get rid of ipip_lockEric Dumazet2010-09-151-33/+34
* | 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