1. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  2. fa7566a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 7 months ago
  3. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  4. 2c7269b bpf: tcp: Recv() should return 0 when the peer socket is closed by Sabrina Dubroca · 4 years, 7 months ago
  5. ce9ac05 nexthop: Fix fdb labeling for groups by David Ahern · 4 years, 7 months ago
  6. 487082f bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg by dihu · 4 years, 7 months ago
  7. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  8. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  9. 3763a24 net-zerocopy: use vm_insert_pages() for tcp rcv zerocopy by Arjun Roy · 4 years, 7 months ago
  10. 6761893 inet_connection_sock: clear inet_num out of destroy helper by Paolo Abeni · 4 years, 7 months ago
  11. 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 7 months ago
  12. dafe207 ipv4: nexthop: Fix deadcode issue by performing a proper NULL check by Patrick Eigensatz · 4 years, 7 months ago
  13. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  14. 1b49cd7 devinet: fix memleak in inetdev_init() by Yang Yingliang · 4 years, 7 months ago
  15. bc183de tcp: tcp_init_buffer_space can be static by Florian Westphal · 4 years, 7 months ago
  16. 942110f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 7 months ago
  17. f26e9b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years, 7 months ago
  18. c1f9ec5 ipv4: add ip_sock_set_pktinfo by Christoph Hellwig · 4 years, 7 months ago
  19. 2de569b ipv4: add ip_sock_set_mtu_discover by Christoph Hellwig · 4 years, 7 months ago
  20. db45c0e ipv4: add ip_sock_set_recverr by Christoph Hellwig · 4 years, 7 months ago
  21. c4e446b ipv4: add ip_sock_set_freebind by Christoph Hellwig · 4 years, 7 months ago
  22. 6ebf71b ipv4: add ip_sock_set_tos by Christoph Hellwig · 4 years, 7 months ago
  23. 480aeb9 tcp: add tcp_sock_set_keepcnt by Christoph Hellwig · 4 years, 7 months ago
  24. d41ecaa tcp: add tcp_sock_set_keepintvl by Christoph Hellwig · 4 years, 7 months ago
  25. 71c48eb tcp: add tcp_sock_set_keepidle by Christoph Hellwig · 4 years, 7 months ago
  26. c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 7 months ago
  27. 557eadf tcp: add tcp_sock_set_syncnt by Christoph Hellwig · 4 years, 7 months ago
  28. ddd061b tcp: add tcp_sock_set_quickack by Christoph Hellwig · 4 years, 7 months ago
  29. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
  30. db10538 tcp: add tcp_sock_set_cork by Christoph Hellwig · 4 years, 7 months ago
  31. 7594888 net: add sock_bindtoindex by Christoph Hellwig · 4 years, 7 months ago
  32. d292456 tcp: ipv6: support RFC 6069 (TCP-LD) by Eric Dumazet · 4 years, 7 months ago
  33. a12daf1 tcp: rename tcp_v4_err() skb parameter by Eric Dumazet · 4 years, 7 months ago
  34. f745664 tcp: add tcp_ld_RTO_revert() helper by Eric Dumazet · 4 years, 7 months ago
  35. d8e79f1 nexthop: Fix type of event_type in call_nexthop_notifiers by Nathan Chancellor · 4 years, 7 months ago
  36. 1fd1c76 ipv4: nexthop version of fib_info_nh_uses_dev by David Ahern · 4 years, 7 months ago
  37. af7888a ipv4: Refactor nhc evaluation in fib_table_lookup by David Ahern · 4 years, 7 months ago
  38. 90f33bf nexthops: don't modify published nexthop groups by Nikolay Aleksandrov · 4 years, 7 months ago
  39. ac21753 nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry by David Ahern · 4 years, 7 months ago
  40. 23917494 tcp: tcp_v4_err() icmp skb is named icmp_skb by Eric Dumazet · 4 years, 7 months ago
  41. 45af29c tcp: allow traceroute -Mtcp for unpriv users by Eric Dumazet · 4 years, 7 months ago
  42. 6a1015b ipv4: potential underflow in compat_ip_setsockopt() by Dan Carpenter · 4 years, 7 months ago
  43. 4c559f1 netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code by Pablo Neira Ayuso · 4 years, 8 months ago
  44. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  45. a152b85 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 7 months ago
  46. 8590ceed nexthop: add support for notifiers by Roopa Prabhu · 4 years, 7 months ago
  47. 38428d6 nexthop: support for fdb ecmp nexthops by Roopa Prabhu · 4 years, 7 months ago
  48. 41b4bd9 net: don't return invalid table id error when we fall back to PF_UNSPEC by Sabrina Dubroca · 4 years, 7 months ago
  49. 57ebc8f net: ipip: fix wrong address family in init error path by Vadim Fedorenko · 4 years, 7 months ago
  50. d69100b net: nlmsg_cancel() if put fails for nhmsg by Stephen Worley · 4 years, 7 months ago
  51. b212c32 handle the group_source_req options directly by Al Viro · 4 years, 8 months ago
  52. 2bbf8c1 ipv4: take handling of group_source_req options into a helper by Al Viro · 4 years, 8 months ago
  53. 2f984f1 ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly by Al Viro · 4 years, 8 months ago
  54. 2e04172 ipv4: do compat setsockopt for MCAST_MSFILTER directly by Al Viro · 4 years, 9 months ago
  55. e986d4d set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper by Al Viro · 4 years, 9 months ago
  56. 0dfe658 get rid of compat_mc_getsockopt() by Al Viro · 4 years, 9 months ago
  57. 931ca7a ip*_mc_gsfget(): lift copyout of struct group_filter into callers by Al Viro · 4 years, 9 months ago
  58. e9c375f compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly by Al Viro · 4 years, 8 months ago
  59. c7e36705 impr: use ->ndo_tunnel_ctl in ipmr_new_tunnel by Christoph Hellwig · 4 years, 7 months ago
  60. 607259a6 net: add a new ndo_tunnel_ioctl method by Christoph Hellwig · 4 years, 7 months ago
  61. c1fd1182 ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnel by Christoph Hellwig · 4 years, 7 months ago
  62. c384b8a ipv4: streamline ipmr_new_tunnel by Christoph Hellwig · 4 years, 7 months ago
  63. 88d7fcf net: inet_csk: Fix so_reuseport bind-address cache in tb->fast* by Martin KaFai Lau · 4 years, 7 months ago
  64. 1b66d25 bpf: Add get{peer, sock}name attach types for sock_addr by Daniel Borkmann · 4 years, 7 months ago
  65. dc13c876 ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 8 months ago
  66. 3ffb93b esp4: improve xfrm4_beet_gso_segment() to be more readable by Xin Long · 4 years, 8 months ago
  67. a6211ca net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()" by Yuqi Jin · 4 years, 8 months ago
  68. 84be69b nexthop: Fix attribute checking for groups by David Ahern · 4 years, 8 months ago
  69. 9efd6a3 netns: enable to inherit devconf from current netns by Nicolas Dichtel · 4 years, 8 months ago
  70. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  71. 2f8a397 inet_connection_sock: factor out destroy helper. by Paolo Abeni · 4 years, 8 months ago
  72. 90bf451 mptcp: add new sock flag to deal with join subflows by Paolo Abeni · 4 years, 8 months ago
  73. d00f26b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  74. 7013908 ipmr: Add lockdep expression to ipmr_for_each_table macro by Amol Grover · 4 years, 8 months ago
  75. a14fbcd ipmr: Fix RCU list debugging warning by Amol Grover · 4 years, 8 months ago
  76. e776af6 tcp: fix error recovery in tcp_zerocopy_receive() by Eric Dumazet · 4 years, 8 months ago
  77. eead1c2 netlabel: cope with NULL catmap by Paolo Abeni · 4 years, 8 months ago
  78. 51fa960 erspan: Check IFLA_GRE_ERSPAN_VER is set. by William Tu · 4 years, 8 months ago
  79. 24adbc1 tcp: fix SO_RCVLOWAT hangs with fat skbs by Eric Dumazet · 4 years, 8 months ago
  80. 1f466e1 net: cleanly handle kernel vs user buffers for ->msg_control by Christoph Hellwig · 4 years, 8 months ago
  81. 7d4343d xfrm: fix unused variable warning if CONFIG_NETFILTER=n by Florian Westphal · 4 years, 8 months ago
  82. 5764443 net: ipv4: really enforce backoff for redirects by Paolo Abeni · 4 years, 8 months ago
  83. 14d8f74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 8 months ago
  84. cc4de04 net: tcp: fix rx timestamp behavior for tcp_recvmsg by Kelly Littlepage · 4 years, 8 months ago
  85. 8086fba bpf: Allow any port in bpf_bind helper by Stanislav Fomichev · 4 years, 8 months ago
  86. cb0721c net: Refactor arguments of inet{,6}_bind by Stanislav Fomichev · 4 years, 8 months ago
  87. 636ef28 tcp: tcp_mark_head_lost is only valid for sack-tcp by zhang kai · 4 years, 8 months ago
  88. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  89. 916e6d1 tcp: defer xmit timer reset in tcp_xmit_retransmit_queue() by Eric Dumazet · 4 years, 8 months ago
  90. 8dc242ad tcp: refine tcp_pacing_delay() for very low pacing rates by Eric Dumazet · 4 years, 8 months ago
  91. 2ab6096 xfrm: remove output_finish indirection from xfrm_state_afinfo by Florian Westphal · 4 years, 8 months ago
  92. 171916c xfrm: move xfrm4_extract_header to common helper by Florian Westphal · 4 years, 8 months ago
  93. a269fbf xfrm: state: remove extract_input indirection from xfrm_state_afinfo by Florian Westphal · 4 years, 8 months ago
  94. 6d64be3 xfrm: avoid extract_output indirection for ipv4 by Florian Westphal · 4 years, 8 months ago
  95. 81aabbb bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size by John Fastabend · 4 years, 8 months ago
  96. f989d54 erspan: Add type I version 0 support. by William Tu · 4 years, 8 months ago
  97. ee1bd48 inet_diag: bc: read cgroup id only for full sockets by Dmitry Yakunin · 4 years, 8 months ago
  98. 115506f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  99. f0628c5 net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX by Cambda Zhu · 4 years, 8 months ago
  100. a70437c tcp: add hrtimer slack to sack compression by Eric Dumazet · 4 years, 8 months ago