summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-01-09tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau
2020-01-09bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan
2020-01-02net: Add device index to tcp_md5sigDavid Ahern
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern
2020-01-02ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern
2020-01-02ipv4/tcp: Use local variable for tcp_md5_addrDavid Ahern
2020-01-02tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-30tcp_cubic: refactor code to perform a divide only when neededEric Dumazet
2019-12-30netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal
2019-12-27tcp_cubic: make Hystart aware of pacingEric Dumazet
2019-12-27tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet
2019-12-27tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet
2019-12-27tcp_cubic: remove one conditional from hystart_update()Eric Dumazet
2019-12-27tcp_cubic: optimize hystart_update()Eric Dumazet
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-24udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel
2019-12-16ipv4: Only Replay routes of interest to new listenersIdo Schimmel
2019-12-16ipv4: Handle route deletion notification during flushIdo Schimmel
2019-12-16ipv4: Handle route deletion notificationIdo Schimmel
2019-12-16ipv4: Notify newly added route if should be offloadedIdo Schimmel
2019-12-16ipv4: Notify route if replacing currently offloaded oneIdo Schimmel
2019-12-16ipv4: Extend FIB alias find functionIdo Schimmel
2019-12-16ipv4: Notify route after insertion to the routing tableIdo Schimmel
2019-12-15tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZEArjun Roy
2019-12-13tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-12-10tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima
2019-12-09net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-09xfrm: add espintcp (RFC 8229)Sabrina Dubroca
2019-12-09esp4: split esp_output_udp_encap and introduce esp_output_encapSabrina Dubroca
2019-12-09esp4: prepare esp_input_done2 for non-UDP encapsulationSabrina Dubroca
2019-12-09xfrm: add route lookup to xfrm4_rcv_encapSabrina Dubroca
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca