summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-02-07tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-04tcp: Update MIB counters for dropsVijay Subramanian1-1/+2
2013-02-04tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-04tcp: 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-30tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi1-1/+4
2013-01-28IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar1-1/+5
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/klasse...David 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-21xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert3-6/+15
2013-01-21tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet1-5/+4
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-11tcp: accept RST without ACK flagEric Dumazet1-2/+2
2013-01-11tcp: fix splice() and tcp collapsing interactionEric Dumazet1-3/+10
2013-01-11tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet1-1/+1
2013-01-09net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-01-08ah4/esp4: set transport header correctly for IPsec tunnel mode.Li RongQing2-3/+13
2013-01-07ipv4: fix NULL checking in devinet_ioctl()Xi Wang1-1/+1
2013-01-05net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter1-2/+6
2012-12-29Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2-5/+11
2012-12-27ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata1-1/+1
2012-12-27tcp: should drop incoming frames without ACK flag setEric Dumazet1-4/+10
2012-12-25arp: fix a regression in arp_solicit()Cong Wang1-3/+3
2012-12-22ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet1-5/+3
2012-12-22ip_gre: fix possible use after freeEric Dumazet1-1/+5
2012-12-22ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata1-1/+4
2012-12-17netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins1-5/+10
2012-12-17netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala1-0/+1
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2-4/+18
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds32-257/+815
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar1-2/+7
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2012-12-10inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2012-12-10inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2012-12-10inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45
2012-12-10inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell1-14/+39
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck1-0/+4
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng2-6/+15
2012-12-07ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel1-2/+21
2012-12-04ipmr: advertise new mfc entries via rtnlNicolas Dichtel1-5/+59
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel1-1/+20
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel1-1/+4
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel1-0/+7
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel2-2/+20
2012-12-03netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik1-0/+4
2012-12-03tcp: don't abort splice() after small transfersWilly Tarreau1-4/+8