summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-11-24tcp: fix tcp_fastretrans_alert warningYuchung Cheng1-2/+1
2017-11-24tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet1-2/+10
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-24tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov1-1/+1
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-11-18tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2-3/+3
2017-11-18tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-11-18soreuseport: fix initialization raceCraig Gallek2-8/+2
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet5-33/+24
2017-11-18ipv4: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-11-18gso: fix payload length when gso_size is zeroAlexey Kodanev2-2/+2
2017-10-12udp: fix bcast packet receptionPaolo Abeni1-9/+5
2017-10-12udp: perform source validation for mcast early demuxPaolo Abeni2-21/+38
2017-10-12IPv4: early demux can return an error codePaolo Abeni3-19/+26
2017-10-12vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev1-1/+2
2017-10-12tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-10-12tcp: fix data delivery rateEric Dumazet1-4/+3
2017-10-12tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-09-20ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-20tcp: fix a request socket leakEric Dumazet1-3/+3
2017-09-20udp: drop head states only when all skb references are gonePaolo Abeni1-1/+4
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-9/+3
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-3/+1
2017-09-01udp: fix secpath leakYossi Kuperman1-1/+1
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+4
2017-08-26udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni1-1/+3
2017-08-26tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2-6/+15
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert1-1/+1
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert1-2/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-10/+13
2017-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-6/+9
2017-08-19tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-19net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu1-2/+9
2017-08-19datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-1/+2
2017-08-17ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern1-1/+9
2017-08-16ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-15tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet1-2/+2
2017-08-15tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca1-7/+7
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal1-1/+2
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn2-4/+6
2017-08-10igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2-6/+7
2017-08-09net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-09tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+4
2017-08-07esp: Fix error handling on layer 2 xmit.Steffen Klassert1-1/+1
2017-08-04tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2-18/+16
2017-08-04tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell1-9/+5
2017-08-04tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-4/+1