summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2017-09-01udp: fix secpath leakYossi Kuperman-1/+1
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-3/+4
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni-1/+3
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca-6/+15
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert-1/+1
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert-2/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-10/+13
2017-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-6/+9
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell-2/+1
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu-2/+9
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson-1/+2
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet-1/+1
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern-1/+9
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet-5/+7
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet-2/+2
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca-7/+7
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal-1/+2
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn-4/+6
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov-6/+7
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn-1/+1
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet-0/+4
2017-08-07esp: Fix error handling on layer 2 xmit.Steffen Klassert-1/+1
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell-18/+16
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell-9/+5
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell-4/+1
2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet-1/+2
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng-2/+2
2017-08-01gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den-0/+1
2017-08-01Cipso: cipso_v4_optptr enter infinite loopyujuan.qi-2/+10
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel-1/+1
2017-07-31netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo-9/+10
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann-2/+3
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni-1/+2
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni-1/+1
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni-20/+18
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-23/+60
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar-4/+5
2017-07-19netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca-1/+3
2017-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-2/+1
2017-07-18udp: preserve skb->dst if required for IP options processingPaolo Abeni-2/+11
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko-0/+1
2017-07-17netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal-2/+1
2017-07-15tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell-1/+9
2017-07-15tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell-1/+0
2017-07-15tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell-5/+18
2017-07-15tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell-3/+11
2017-07-15tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell-2/+1
2017-07-15ipv4: ip_do_fragment: fix headroom testsVasily Averin-4/+4
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+1
2017-07-13esp: Fix memleaks on error paths.Steffen Klassert-5/+8