summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-02-26ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-26tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet
2015-02-26ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-02-26udp_diag: Fix socket skipping within chainHerbert Xu
2015-02-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-02-26ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-27tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
2015-01-27gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs
2014-12-16gre: Set inner mac header in gro completeTom Herbert
2014-12-16ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien
2014-12-06net/ping: handle protocol mismatching scenarioJane Zhou
2014-12-06ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen
2014-11-14ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin
2014-11-14gre: Use inner mac length when computing tunnel lengthTom Herbert
2014-11-14tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-11-14ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing
2014-11-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2014-10-15tcp: fixing TLP's FIN recoveryPer Hurtig
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-10-15tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-08-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-08-14tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-08-14ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov
2014-08-14ip: make IP identifiers less predictableEric Dumazet
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-07-28ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-07-28tcp: fix false undo corner casesYuchung Cheng
2014-07-28igmp: fix the problem when mc leave groupdingtianhong
2014-07-28ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt
2014-07-28tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-07-28ip_tunnel: fix ip_tunnel_lookupDmitry Popov
2014-06-26udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet
2014-06-26ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov
2014-06-26tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-06-26net: tunnels - enable module autoloadingTom Gundersen
2014-06-16netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal
2014-05-31ipv4: initialise the itag variable in __mkroute_inputLi RongQing
2014-05-31ip_tunnel: Initialize the fallback device properlySteffen Klassert
2014-05-31ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich
2014-05-31net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal
2014-05-31ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs
2014-05-31ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai
2014-05-31tcp_cubic: fix the range of delayed_ackLiu Yu