aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPGravatar Neal Cardwell 1-2/+1
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setGravatar Roopa Prabhu 1-2/+9
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsGravatar Matthew Dawson 1-1/+2
2017-08-16ipv4: better IP_MAX_MTU enforcementGravatar Eric Dumazet 1-1/+1
2017-08-16net: igmp: Use ingress interface rather than vrf deviceGravatar David Ahern 1-1/+9
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Gravatar Eric Dumazet 1-5/+7
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterGravatar Eric Dumazet 1-2/+2
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpGravatar Sabrina Dubroca 1-7/+7
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashGravatar Florian Westphal 1-1/+2
2017-08-10udp: consistently apply ufo or fragmentationGravatar Willem de Bruijn 2-4/+6
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Gravatar Nikolay Borisov 2-6/+7
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOGravatar Willem de Bruijn 1-1/+1
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeGravatar Eric Dumazet 1-0/+4
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedGravatar Neal Cardwell 2-18/+16
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireGravatar Neal Cardwell 1-9/+5
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixGravatar Neal Cardwell 1-4/+1
2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTGravatar Eric Dumazet 1-1/+2
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesGravatar Yuchung Cheng 1-2/+2
2017-08-01gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPGravatar K. Den 1-0/+1
2017-08-01Cipso: cipso_v4_optptr enter infinite loopGravatar yujuan.qi 1-2/+10
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Gravatar Ido Schimmel 1-1/+1
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningGravatar Arnd Bergmann 1-2/+3
2017-07-29udp6: fix socket leak on early demuxGravatar Paolo Abeni 1-1/+2
2017-07-26udp: unbreak build lacking CONFIG_XFRMGravatar Paolo Abeni 1-1/+1
2017-07-25udp: preserve head state for IP_CMSG_PASSSECGravatar Paolo Abeni 1-20/+18
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-23/+60
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Gravatar Mahesh Bandewar 1-4/+5
2017-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 1-2/+1
2017-07-18udp: preserve skb->dst if required for IP options processingGravatar Paolo Abeni 1-2/+11
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Gravatar Alexander Potapenko 1-0/+1
2017-07-17netfilter: nf_tables: only allow in/output for arp packetsGravatar Florian Westphal 1-2/+1
2017-07-15tcp_bbr: init pacing rate on first RTT sampleGravatar Neal Cardwell 1-1/+9
2017-07-15tcp_bbr: remove sk_pacing_rate=0 transient during initGravatar Neal Cardwell 1-1/+0
2017-07-15tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperGravatar Neal Cardwell 1-5/+18
2017-07-15tcp_bbr: introduce bbr_bw_to_pacing_rate() helperGravatar Neal Cardwell 1-3/+11
2017-07-15tcp_bbr: cut pacing rate only if filled pipeGravatar Neal Cardwell 1-2/+1
2017-07-15ipv4: ip_do_fragment: fix headroom testsGravatar Vasily Averin 1-4/+4
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2017-07-12net: ipmr: ipmr_get_table() returns NULLGravatar Dan Carpenter 1-2/+2
2017-07-06tcp: md5: tcp_md5_do_lookup_exact() can be staticGravatar Wu Fengguang 1-3/+3
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+6
2017-07-05mpls: fix rtm policy in mpls_getrouteGravatar Roopa Prabhu 1-1/+0
2017-07-04ipv4: Export rtm_ipv4_policy.Gravatar David S. Miller 1-0/+1
2017-07-04net: reflect mark on tcp syn ack packetsGravatar Jamal Hadi Salim 2-1/+3
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tGravatar Reshetova, Elena 2-2/+2
2017-07-04net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tGravatar Reshetova, Elena 1-6/+6
2017-07-03net: make sk_ehashfn() staticGravatar Eric Dumazet 1-1/+1
2017-07-01bpf: Add support for changing congestion controlGravatar Lawrence Brakmo 4-15/+30
2017-07-01bpf: Add TCP connection BPF callbacksGravatar Lawrence Brakmo 3-1/+4
2017-07-01bpf: Support for setting initial receive windowGravatar Lawrence Brakmo 2-2/+14