- 2da4c18 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by Jakub Kicinski · 4 years, 2 months ago
- 859191b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 3 months ago
- 20149e9 ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags by wenxu · 4 years, 3 months ago
- 46d6c5a netfilter: use actual socket sk rather than skb sk when routing harder by Jason A. Donenfeld · 4 years, 3 months ago
- 435ccfa tcp: Prevent low rmem stalls with SO_RCVLOWAT. by Arjun Roy · 4 years, 3 months ago
- 18ded91 tcp: fix to update snd_wl1 in bulk receiver fast path by Neal Cardwell · 4 years, 3 months ago
- df6afe2 nexthop: Fix performance regression in nexthop deletion by Ido Schimmel · 4 years, 3 months ago
- b38e781 icmp: randomize the global rate limiter by Eric Dumazet · 4 years, 3 months ago
- 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
- 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- e1e84eb ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2) by Mathieu Desnoyers · 4 years, 3 months ago
- 1e40d75 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 4 years, 3 months ago
- fdafed4 ip_gre: set dev->hard_header_len and dev->needed_headroom properly by Cong Wang · 4 years, 3 months ago
- cf89f18 iptunnel: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
- 4479758 tcp: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
- 0d9826b netfilter: nf_log: missing vlan offload tag and proto by Pablo Neira Ayuso · 4 years, 3 months ago
- c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- ccdf7fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 3 months ago
- 874fb9e ipv4: Restore flowi4_oif update before call to xfrm_lookup_route by David Ahern · 4 years, 3 months ago
- 7fe9461 xfrm: interface: fix the priorities for ipip and ipv6 tunnels by Xin Long · 4 years, 3 months ago
- 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- 560b50c ipv4: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 3 months ago
- 86bccd0 tcp: fix receive window update in tcp_add_backlog() by Eric Dumazet · 4 years, 3 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- 9cd8b6c tcp: account total lost packets properly by Yuchung Cheng · 4 years, 4 months ago
- 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 4 months ago
- 9d8c05a tcp: fix syn cookied MPTCP request socket leak by Paolo Abeni · 4 years, 4 months ago
- cf83a17 tcp: use sendpage_ok() to detect misused .sendpage by Coly Li · 4 years, 4 months ago
- 82f45c6 bpf: tcp: Do not limit cb_flags when creating child sk from listen sk by Martin KaFai Lau · 4 years, 4 months ago
- 23a1f68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
- a37c213 tcp: add exponential backoff in __tcp_send_ack() by Eric Dumazet · 4 years, 4 months ago
- b6b6d65 inet: remove icsk_ack.blocked by Eric Dumazet · 4 years, 4 months ago
- 74cc6d1 udp_tunnel: add the ability to share port tables by Jakub Kicinski · 4 years, 4 months ago
- a4be47a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 4 months ago
- 534a210 tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost by Yuchung Cheng · 4 years, 4 months ago
- 6869897 tcp: simplify tcp_mark_skb_lost by Yuchung Cheng · 4 years, 4 months ago
- fd214674 tcp: move tcp_mark_skb_lost by Yuchung Cheng · 4 years, 4 months ago
- 179ac35 tcp: consistently check retransmit hint by Yuchung Cheng · 4 years, 4 months ago
- 592a349 bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
- 77d0cab net: tcp: drop unused function argument from mptcp_incoming_options by Florian Westphal · 4 years, 4 months ago
- ad2b9b0 tcp: skip DSACKs with dubious sequence ranges by Priyaranjan Jha · 4 years, 4 months ago
- 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
- d5e4d0a inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute by Eric Dumazet · 4 years, 4 months ago
- 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 4 months ago
- 0695564 nexthop: Only emit a notification when nexthop is actually deleted by Ido Schimmel · 4 years, 4 months ago
- 80690ec nexthop: Convert to blocking notification chain by Ido Schimmel · 4 years, 4 months ago
- 2fbc6e8 ipv4: Update exception handling for multipath routes via same device by David Ahern · 4 years, 4 months ago
- afb8301 tcp: schedule EPOLLOUT after a partial sendmsg by Soheil Hassas Yeganeh · 4 years, 4 months ago
- 8ba3c9d tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit by Soheil Hassas Yeganeh · 4 years, 4 months ago
- 681d2cf lwtunnel: only keep the available bits when setting vxlan md->gbp by Xin Long · 4 years, 4 months ago
- 1869e22 ipv4: Initialize flowi4_multipath_hash in data path by David Ahern · 4 years, 4 months ago
- 0cbe6a8 tcp: remove SOCK_QUEUE_SHRUNK by Eric Dumazet · 4 years, 4 months ago
- c76c695 mptcp: call tcp_cleanup_rbuf on subflows by Paolo Abeni · 4 years, 4 months ago
- 5050bef tcp: Simplify tcp_set_congestion_control() load=false case by Neal Cardwell · 4 years, 4 months ago
- 29a9493 tcp: simplify tcp_set_congestion_control(): Always reinitialize by Neal Cardwell · 4 years, 4 months ago
- 8919a9b tcp: Only init congestion control if not initialized already by Neal Cardwell · 4 years, 4 months ago
- ac8f171 tcp: reflect tos value received in SYN to the socket by Wei Wang · 4 years, 4 months ago
- de033b7d ip: pass tos into ip_build_and_send_pkt() by Wei Wang · 4 years, 4 months ago
- e9b12ed tcp: record received TOS value in the request socket by Wei Wang · 4 years, 4 months ago
- bb82067c ipmr: Use full VIF ID in netlink cache reports by Paul Davey · 4 years, 4 months ago
- c8715a8 ipmr: Add high byte of VIF ID to igmpmsg by Paul Davey · 4 years, 4 months ago
- 501cb00 ipmr: Add route table ID to netlink cache reports by Paul Davey · 4 years, 4 months ago
- ba9e04a ip: fix tos reflection in ack and reset packets by Wei Wang · 4 years, 4 months ago
- 7edce63 cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.c by Wang Hai · 4 years, 4 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
- c107761 ip: expose inet sockopts through inet_diag by Wei Wang · 4 years, 5 months ago
- 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
- 34e1ec3 net: ipv4: remove unused arg exact_dif in compute_score by Miaohe Lin · 4 years, 5 months ago
- 5af6889 net: clean up codestyle by Miaohe Lin · 4 years, 5 months ago
- cbc08a3 net: Use helper macro IP_MAX_MTU in __ip_append_data() by Miaohe Lin · 4 years, 5 months ago
- 4b7ddc5 netfilter: delete repeated words by Randy Dunlap · 4 years, 5 months ago
- 645f089 net: Fix some comments by Miaohe Lin · 4 years, 5 months ago
- 885a3b1 ipv4: nexthop: Correctly update nexthop group when replacing a nexthop by Ido Schimmel · 4 years, 5 months ago
- 863b255 ipv4: nexthop: Correctly update nexthop group when removing a nexthop by Ido Schimmel · 4 years, 5 months ago
- 233c637 ipv4: nexthop: Remove unnecessary rtnl_dereference() by Ido Schimmel · 4 years, 5 months ago
- 33d8099 ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAY by Ido Schimmel · 4 years, 5 months ago
- d7d49dc ipv4: nexthop: Reduce allocation size of 'struct nh_group' by Ido Schimmel · 4 years, 5 months ago
- 7f6f32b ipv4: Silence suspicious RCU usage warning by Ido Schimmel · 4 years, 5 months ago
- 343d8c6 net: clean up codestyle for net/ipv4 by Miaohe Lin · 4 years, 5 months ago
- fdf1923 net: Remove duplicated midx check against 0 by Miaohe Lin · 4 years, 5 months ago
- 0ce779a net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANY by Miaohe Lin · 4 years, 5 months ago
- 0316a21 net: Set ping saddr after we successfully get the ping port by Miaohe Lin · 4 years, 5 months ago
- 8b4510d net: gain ipv4 mtu when mtu is not locked by Miaohe Lin · 4 years, 5 months ago
- 373c15c net: Use helper macro RT_TOS() in __icmp_send() by Miaohe Lin · 4 years, 5 months ago
- 7551144 net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDED by Miaohe Lin · 4 years, 5 months ago
- 2bdcc73 net: ipv4: delete repeated words by Randy Dunlap · 4 years, 5 months ago
- 583bbf0 io_uring: allow tcp ancillary data for __sys_recvmsg_sock() by Luke Hsiao · 4 years, 5 months ago
- 267cf9f tcp: bpf: Optionally store mac header in TCP_SAVE_SYN by Martin KaFai Lau · 4 years, 5 months ago
- 0813a84 bpf: tcp: Allow bpf prog to write and parse TCP header option by Martin KaFai Lau · 4 years, 5 months ago
- 331fca4 bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() by Martin KaFai Lau · 4 years, 5 months ago
- 00d211a bpf: tcp: Add bpf_skops_parse_hdr() by Martin KaFai Lau · 4 years, 5 months ago
- 72be0fe bpf: tcp: Add bpf_skops_established() by Martin KaFai Lau · 4 years, 5 months ago
- 7656d68 tcp: Add saw_unknown to struct tcp_options_received by Martin KaFai Lau · 4 years, 5 months ago
- ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 5 months ago
- 2b8ee4f tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt by Martin KaFai Lau · 4 years, 5 months ago
- 70a217f tcp: Use a struct to represent a saved_syn by Martin KaFai Lau · 4 years, 5 months ago
- eeaac36 net: nexthop: don't allow empty NHA_GROUP by Nikolay Aleksandrov · 4 years, 5 months ago
- 7b219da net: sk_msg: Simplify sk_psock initialization by Lorenz Bauer · 4 years, 5 months ago
- cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago