aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-06-04Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtKevin Hilman
2015-05-13ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-06tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-06tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-05-06ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-04-29tcp: tcp_make_synack() should clear skb->tstampEric Dumazet
2015-04-29tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2015-04-29tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-04-20Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtAlex Shi
2015-04-19tcp: Fix crash in TCP Fast OpenBen Hutchings
2015-03-31Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtAlex Shi
2015-03-26tcp: make connect() mem charging friendlyEric Dumazet
2015-03-26tcp: fix tcp fin memory accountingJosh Hunt
2015-03-26inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-19Merge tag 'v3.14.36' into v3.14-rtAnders Roxell
2015-03-18net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-18udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-18ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-18ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-03-09Merge tag 'v3.14.34' into v3.14-rtAnders Roxell
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-02-16Merge tag 'v3.14.31' into v3.14-rtAnders Roxell
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
2015-01-20Merge tag 'v3.14.28' into v3.14-rtAnders Roxell
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-17Merge tag 'v3.14.24' into v3.14-rtAnders Roxell
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-15Merge tag 'v3.14.22' into v3.14-rtAnders Roxell
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-14Merge tag 'v3.14.17' into v3.14-rtAnders Roxell
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