summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-12-16gre: Set inner mac header in gro completeTom Herbert1-0/+3
2014-12-16ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien1-0/+1
2014-12-06net/ping: handle protocol mismatching scenarioJane Zhou1-0/+2
2014-12-06ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen1-0/+4
2014-11-14ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2014-11-14gre: Use inner mac length when computing tunnel lengthTom Herbert1-1/+1
2014-11-14tcp: md5: do not use alloc_percpu()Eric Dumazet1-39/+20
2014-11-14ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing1-1/+2
2014-11-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2014-10-15tcp: fixing TLP's FIN recoveryPer Hurtig1-3/+1
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-3/+3
2014-10-15tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2-3/+4
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2-8/+11
2014-08-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-08-14tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-08-14ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-11/+18
2014-08-14ip: make IP identifiers less predictableEric Dumazet1-3/+29
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet8-57/+25
2014-07-28ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu3-1/+7
2014-07-28tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-28igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-28ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0
2014-07-28tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-7/+8
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet1-9/+5
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-07-28ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-06-26udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet1-0/+4
2014-06-26ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-06-26tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-26net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-06-16netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal1-2/+3
2014-05-31ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-05-31ip_tunnel: Initialize the fallback device properlySteffen Klassert1-0/+1
2014-05-31ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-05-31net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-05-31ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs1-1/+2
2014-05-31ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-05-31tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-31ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-05-31net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-05-31vti: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-05-31gre: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-05-31netfilter: Can't fail and free after table replacementThomas Graf2-4/+8
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar3-3/+9
2014-03-20ipmr: fix mfc notification flagsNicolas Dichtel1-5/+8