Age | Commit message (Expand) | Author | Files | Lines |
2020-01-10 | tcp, ulp: Add clone operation to tcp_ulp_ops | Mat Martineau | 1 | -0/+14 |
2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -12/+20 |
2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -11/+16 |
2020-01-03 | net: remove the check argument from __skb_gro_checksum_convert | Li RongQing | 2 | -2/+2 |
2020-01-03 | tcp: use REXMIT_NEW instead of magic number | Mao Wenan | 1 | -1/+1 |
2020-01-03 | net: Add device index to tcp_md5sig | David Ahern | 1 | -0/+18 |
2020-01-03 | tcp: Add l3index to tcp_md5sig_key and md5 functions | David Ahern | 1 | -20/+48 |
2020-01-03 | ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hash | David Ahern | 1 | -5/+8 |
2020-01-03 | ipv4/tcp: Use local variable for tcp_md5_addr | David Ahern | 1 | -17/+26 |
2020-01-03 | tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK | Pengcheng Yang | 1 | -1/+4 |
2020-01-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 7 | -9/+16 |
2019-12-31 | tcp: Fix highest_sack and highest_sack_seq | Cambda Zhu | 1 | -0/+3 |
2019-12-31 | tcp_cubic: refactor code to perform a divide only when needed | Eric Dumazet | 1 | -23/+28 |
2019-12-30 | netfilter: arp_tables: init netns pointer in xt_tgchk_param struct | Florian Westphal | 1 | -11/+16 |
2019-12-28 | tcp_cubic: make Hystart aware of pacing | Eric Dumazet | 1 | -1/+12 |
2019-12-28 | tcp_cubic: tweak Hystart detection for short RTT flows | Eric Dumazet | 1 | -2/+21 |
2019-12-28 | tcp_cubic: switch bictcp_clock() to usec resolution | Eric Dumazet | 1 | -21/+14 |
2019-12-28 | tcp_cubic: remove one conditional from hystart_update() | Eric Dumazet | 1 | -2/+2 |
2019-12-28 | tcp_cubic: optimize hystart_update() | Eric Dumazet | 1 | -6/+3 |
2019-12-25 | vti: do not confirm neighbor when do pmtu update | Hangbin Liu | 1 | -1/+1 |
2019-12-25 | tunnel: do not confirm neighbor when do pmtu update | Hangbin Liu | 1 | -1/+1 |
2019-12-25 | net: add bool confirm_neigh parameter for dst_ops.update_pmtu | Hangbin Liu | 3 | -6/+10 |
2019-12-25 | udp: fix integer overflow while computing available space in sk_rcvbuf | Antonio Messina | 1 | -1/+1 |
2019-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 8 | -26/+36 |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 6 | -21/+31 |
2019-12-18 | net: annotate lockless accesses to sk->sk_pacing_shift | Eric Dumazet | 2 | -3/+4 |
2019-12-17 | ipv4: Remove old route notifications and convert listeners | Ido Schimmel | 1 | -31/+7 |
2019-12-17 | ipv4: Only Replay routes of interest to new listeners | Ido Schimmel | 1 | -0/+11 |
2019-12-17 | ipv4: Handle route deletion notification during flush | Ido Schimmel | 1 | -0/+2 |
2019-12-17 | ipv4: Handle route deletion notification | Ido Schimmel | 1 | -0/+31 |
2019-12-17 | ipv4: Notify newly added route if should be offloaded | Ido Schimmel | 1 | -0/+10 |
2019-12-17 | ipv4: Notify route if replacing currently offloaded one | Ido Schimmel | 1 | -0/+11 |
2019-12-17 | ipv4: Extend FIB alias find function | Ido Schimmel | 1 | -3/+8 |
2019-12-17 | ipv4: Notify route after insertion to the routing table | Ido Schimmel | 1 | -15/+14 |
2019-12-15 | tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZE | Arjun Roy | 1 | -0/+2 |
2019-12-14 | tcp: refine rule to allow EPOLLOUT generation under mem pressure | Eric Dumazet | 1 | -4/+2 |
2019-12-14 | tcp: refine tcp_write_queue_empty() implementation | Eric Dumazet | 1 | -2/+3 |
2019-12-14 | tcp: do not send empty skb from tcp_write_xmit() | Eric Dumazet | 1 | -0/+8 |
2019-12-14 | tcp/dccp: fix possible race __inet_lookup_established() | Eric Dumazet | 3 | -12/+14 |
2019-12-11 | tcp: Cleanup duplicate initialization of sk->sk_state. | Kuniyuki Iwashima | 1 | -2/+0 |
2019-12-10 | net-tcp: Disable TCP ssthresh metrics cache by default | Kevin(Yudong) Yang | 3 | -4/+19 |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 3 | -5/+5 |
2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet | 2 | -10/+8 |
2019-12-07 | gre: refetch erspan header from skb->data after pskb_may_pull() | Cong Wang | 1 | -1/+1 |
2019-12-07 | tcp: md5: fix potential overestimation of TCP option space | Eric Dumazet | 1 | -2/+3 |
2019-12-03 | tcp: refactor tcp_retransmit_timer() | Eric Dumazet | 1 | -2/+8 |
2019-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -1/+1 |
2019-12-02 | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -12/+16 |
2019-11-29 | net: skmsg: fix TLS 1.3 crash with full sk_msg | Jakub Kicinski | 1 | -1/+1 |
2019-11-27 | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port) | Maciej Żenczykowski | 1 | -1/+1 |