aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-06-01ipv4: route: restore skb_dst_set in inet_rtm_getrouteGravatar Roopa Prabhu 1-3/+4
2017-05-30net: add extack arg to lwtunnel build stateGravatar David Ahern 4-15/+21
2017-05-30net: lwtunnel: Add extack to encap attr validationGravatar David Ahern 1-2/+4
2017-05-30net: ipv4: Add extack message for invalid prefix or lengthGravatar David Ahern 2-9/+15
2017-05-30net: ipv4: refactor key and length checksGravatar David Ahern 1-10/+15
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-12/+29
2017-05-26ipv4: add reference counting to metricsGravatar Eric Dumazet 2-8/+19
2017-05-26net: ipv4: RTM_GETROUTE: return matched fib result when requestedGravatar Roopa Prabhu 1-2/+11
2017-05-26net: ipv4: Save trie prefix to fib lookup resultGravatar David Ahern 1-0/+1
2017-05-26net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookupGravatar David Ahern 1-8/+13
2017-05-26net: ipv4: Remove event arg to rt_fill_infoGravatar David Ahern 1-4/+3
2017-05-26net: ipv4: refactor ip_route_input_norefGravatar David Ahern 1-29/+37
2017-05-26net: ipv4: refactor __ip_route_output_key_hashGravatar David Ahern 2-23/+32
2017-05-25arp: fixed -Wuninitialized compiler warningGravatar Ihar Hrachyshka 1-1/+1
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECGravatar Wei Wang 1-2/+5
2017-05-25tcp: better validation of received ack sequencesGravatar Eric Dumazet 1-13/+11
2017-05-24tcp: fix TCP_SYNCNT flakesGravatar Eric Dumazet 1-15/+11
2017-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-1/+4
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-17/+43
2017-05-22net: ipv4: tcp: fixed comment coding style issueGravatar Rohit Chavan 1-2/+3
2017-05-22net: ipv4: Add extack messages for route add failuresGravatar David Ahern 2-22/+95
2017-05-22net: ipv4: Plumb extack through route add functionsGravatar David Ahern 4-19/+26
2017-05-21tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTGravatar Eric Dumazet 1-1/+2
2017-05-21fou: make local function staticGravatar stephen hemminger 1-41/+41
2017-05-21tcpnv: do not export local functionGravatar stephen hemminger 1-3/+2
2017-05-21inet: fix warning about missing prototypeGravatar stephen hemminger 1-0/+1
2017-05-21arp: always override existing neigh entries with gratuitous ARPGravatar Ihar Hrachyshka 1-4/+5
2017-05-21arp: postpone addr_type calculation to as late as possibleGravatar Ihar Hrachyshka 1-7/+17
2017-05-21arp: decompose is_garp logic into a separate functionGravatar Ihar Hrachyshka 1-12/+23
2017-05-21arp: fixed error in a commentGravatar Ihar Hrachyshka 1-1/+1
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Gravatar Wei Wang 1-0/+4
2017-05-19sk_buff: remove support for csum_bad in sk_buffGravatar Davide Caratti 1-1/+1
2017-05-19tcp: warn on negative reordering valuesGravatar Soheil Hassas Yeganeh 1-0/+3
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-24/+58
2017-05-18tcp: fix tcp_rearm_rto()Gravatar Eric Dumazet 1-6/+6
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorGravatar Andrey Vagin 1-9/+3
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticGravatar Paolo Abeni 2-3/+2
2017-05-18udp: make function udp_skb_dtor_locked staticGravatar Colin Ian King 1-1/+1
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockGravatar Eric Dumazet 11-114/+112
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Gravatar Eric Dumazet 5-6/+6
2017-05-17tcp_lp: cache tcp_time_stampGravatar Eric Dumazet 1-3/+4
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampGravatar Eric Dumazet 1-3/+3
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Gravatar Eric Dumazet 1-2/+2
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startGravatar Eric Dumazet 2-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampGravatar Eric Dumazet 2-4/+4
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeGravatar Eric Dumazet 4-6/+6
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampGravatar Eric Dumazet 2-9/+9
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampGravatar Eric Dumazet 1-6/+6
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampGravatar Eric Dumazet 3-12/+12
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeGravatar Eric Dumazet 5-8/+8