summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-01-21tcp/ipv4: remove AF_INET_FAMILYAlex Shi
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2020-01-15tcp: fix marked lost packets not being retransmittedPengcheng Yang
2020-01-14ipv4: Add "offload" and "trap" indications to routesIdo Schimmel
2020-01-14ipv4: Encapsulate function arguments in a structIdo Schimmel
2020-01-14ipv4: Replace route in list before notifyingIdo Schimmel
2020-01-14net: ipv4: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-14net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2020-01-13netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern
2020-01-09tcp: Check for filled TCP option space before SACKMat Martineau
2020-01-09tcp: Export TCP functions and ops structMat Martineau
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau
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