aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller1-0/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+18
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet1-2/+2
2017-08-14tcp: 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-13net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern1-1/+2
2017-08-13net: ipv4: remove unnecessary check on orig_oifDavid Ahern1-1/+1
2017-08-11net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern1-0/+6
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+8
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn2-4/+6
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2-6/+7
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal4-12/+12
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-36/+41
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+4
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern1-1/+1
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern1-2/+2
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern3-4/+6
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern2-6/+12
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern3-18/+28
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern2-27/+37
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng9-103/+9
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng3-3/+3
2017-08-06udp: no need to preserve skb->dstPaolo Abeni1-8/+5
2017-08-06Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni1-8/+1
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni6-11/+12
2017-08-06IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni1-3/+0
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn1-1/+31
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2-18/+16
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell1-9/+5
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-4/+1
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel2-37/+17
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel5-70/+60
2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet1-1/+2
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell1-5/+0
2017-08-03ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang1-1/+7
2017-08-02ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel1-0/+2
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet1-8/+7
2017-08-01gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den1-0/+1
2017-08-01Cipso: cipso_v4_optptr enter infinite loopyujuan.qi1-2/+10
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2-13/+28
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-24/+24
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-1/+19
2017-07-31tcp: extract the function to compute delivery rateWei Wang1-7/+16
2017-07-31tcp: remove unused mib countersFlorian Westphal1-9/+0
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal2-46/+20