aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov4-0/+63
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-7/+25
2018-05-18tcp: tcp_rack_reo_wnd() can be statickbuild test robot1-1/+1
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet3-1/+13
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet3-2/+10
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet2-0/+3
2018-05-18tcp: add SACK compressionEric Dumazet4-6/+62
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-17erspan: fix invalid erspan version.William Tu1-1/+3
2018-05-17tcp: don't mark recently sent packets lost on RTOYuchung Cheng1-4/+8
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2-7/+12
2018-05-17tcp: separate loss marking and state update on RTOYuchung Cheng1-2/+2
2018-05-17tcp: new helper tcp_timeout_mark_lostYuchung Cheng1-21/+29
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng2-17/+5
2018-05-17tcp: simpler NewReno implementationYuchung Cheng2-8/+38
2018-05-17tcp: disable RFC6675 loss detectionYuchung Cheng1-4/+8
2018-05-17tcp: support DUPACK threshold in RACKYuchung Cheng1-13/+27
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern3-3/+14
2018-05-16tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2018-05-13net: ipv4: ipconfig: fix unused variableAnders Roxell1-3/+2
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+13
2018-05-11erspan: auto detect truncated ipv6 packets.William Tu1-0/+6
2018-05-11udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet1-3/+11
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet2-45/+26
2018-05-11ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2-4/+10
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell3-3/+16
2018-05-10net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches1-5/+0
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni1-2/+2
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu1-0/+1
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso1-4/+4
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso1-3/+3
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck1-8/+14
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck1-10/+19
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck1-14/+19
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck1-14/+18
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck1-2/+4
2018-05-08udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck1-0/+2
2018-05-08netfilter: x_tables: add module alias for icmp matchesFlorian Westphal1-0/+1
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-279/+20
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal3-13/+7
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-69/+60
2018-05-03tcp: restore autocorkingEric Dumazet1-1/+1
2018-05-02ipv4: fix fnhe usage by non-cached routesJulian Anastasov1-65/+53
2018-05-02tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell1-1/+3
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti1-0/+1