aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar5-8/+6
2013-02-13tcp: send packets with a socket timestampAndrey Vagin4-8/+17
2013-02-13tcp: set and get per-socket timestampAndrey Vagin1-0/+9
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin2-0/+4
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+11
2013-02-10arp: fix possible crash in arp_rcv()Eric Dumazet1-10/+11
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger5-53/+1
2013-02-05ipv4: Disallow non-namespace aware protocols to register.David S. Miller3-26/+6
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+18
2013-02-04ipcomp: Mark as netns_ok.David S. Miller1-0/+1
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-8/+4
2013-02-04tcp: Update MIB counters for dropsVijay Subramanian1-1/+2
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-03tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet1-4/+10
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng1-2/+1
2013-01-29tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi1-1/+4
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-17/+117
2013-01-29ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward1-2/+2
2013-01-29ipv4: introduce address lifetimeJiri Pirko1-5/+210
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer2-8/+8
2013-01-29net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer1-0/+2
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer2-26/+23
2013-01-28net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com1-4/+7
2013-01-28net: fix possible wrong checksum generationEric Dumazet6-6/+14
2013-01-28IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar1-1/+5
2013-01-27soreuseport: fix use of uid in tb->fastuidTom Herbert1-7/+4
2013-01-27Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-28/+54
2013-01-23soreuseport: UDP/IPv4 implementationTom Herbert1-18/+43
2013-01-23soreuseport: TCP/IPv4 implementationTom Herbert3-18/+62
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng1-22/+40
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng1-7/+15
2013-01-22netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2-10/+10
2013-01-22ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明3-3/+3
2013-01-22ipmr: fix sparse warning when testing origin or groupNicolas Dichtel1-11/+12
2013-01-22ipv4: Fix route refcount on pmtu discoverySteffen Klassert1-2/+9
2013-01-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-9/+28
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert4-0/+28
2013-01-21ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert1-1/+41
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel1-13/+106
2013-01-21xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert3-6/+15
2013-01-20tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet1-5/+4
2013-01-17net: increase fragment memory usage limitsJesper Dangaard Brouer1-7/+15
2013-01-17ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert1-0/+3
2013-01-17ipv4: Remove output route check in ipv4_mtuSteffen Klassert1-1/+1
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-15/+32
2013-01-11ipv4: fib: fix a comment.Rami Rosen1-1/+1
2013-01-10tcp: accept RST without ACK flagEric Dumazet1-2/+2
2013-01-10tcp: fix splice() and tcp collapsing interactionEric Dumazet1-3/+10