summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-241-2/+1
* tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet2017-11-241-2/+10
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-241-1/+1
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-11-181-1/+1
* ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-181-17/+42
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-182-3/+3
* tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-11-181-1/+2
* soreuseport: fix initialization raceCraig Gallek2017-11-182-8/+2
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-185-33/+24
* ipv4: Fix traffic triggered IPsec connections.Steffen Klassert2017-11-181-1/+1
* gso: fix payload length when gso_size is zeroAlexey Kodanev2017-11-182-2/+2
* udp: fix bcast packet receptionPaolo Abeni2017-10-121-9/+5
* udp: perform source validation for mcast early demuxPaolo Abeni2017-10-122-21/+38
* IPv4: early demux can return an error codePaolo Abeni2017-10-123-19/+26
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-121-1/+2
* tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-10-121-0/+9
* tcp: fix data delivery rateEric Dumazet2017-10-121-4/+3
* tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-10-121-7/+12
* ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-201-2/+2
* tcp: fix a request socket leakEric Dumazet2017-09-201-3/+3
* udp: drop head states only when all skb references are gonePaolo Abeni2017-09-201-1/+4
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-201-9/+3
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-201-3/+1
* udp: fix secpath leakYossi Kuperman2017-09-011-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-291-3/+4
|\
| * esp: Fix skb tailroom calculationSteffen Klassert2017-08-251-1/+1
| * esp: Fix locking on page fragment allocationSteffen Klassert2017-08-251-2/+3
* | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-251-1/+3
* | tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-252-6/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-08-243-10/+13
|\ \ | |/ |/|
| * netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo2017-07-312-9/+10
| * netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca2017-07-191-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-222-6/+9
|\ \
| * | esp: Fix error handling on layer 2 xmit.Steffen Klassert2017-08-071-1/+1
| * | esp: Fix memleaks on error paths.Steffen Klassert2017-07-131-5/+8
* | | tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-181-2/+1
* | | net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-181-2/+9
* | | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-181-1/+2
* | | ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-161-1/+1
* | | net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9
* | | ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-151-5/+7
* | | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-141-2/+2
* | | tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca2017-08-141-7/+7
* | | ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal2017-08-141-1/+2
* | | udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-102-4/+6
* | | igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-092-6/+7
* | | net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-081-1/+1
* | | tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-081-0/+4
OpenPOWER on IntegriCloud