1. 88b7105 wwan: add interface creation support by Johannes Berg · 3 years, 7 months ago
  2. 00e77ed rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAME by Johannes Berg · 3 years, 7 months ago
  3. 8c713dc rtnetlink: add alloc() method to rtnl_link_ops by Johannes Berg · 3 years, 7 months ago
  4. 87c272c net/af_iucv: clean up some forward declarations by Julian Wiedmann · 3 years, 7 months ago
  5. 6e90a57 vsock/loopback: enable SEQPACKET for transport by Arseny Krasnov · 3 years, 7 months ago
  6. 53efbba virtio/vsock: enable SEQPACKET for transport by Arseny Krasnov · 3 years, 7 months ago
  7. 9ac841f virtio/vsock: rest of SOCK_SEQPACKET support by Arseny Krasnov · 3 years, 7 months ago
  8. e4b1ef1 virtio/vsock: add SEQPACKET receive logic by Arseny Krasnov · 3 years, 7 months ago
  9. 4493119 virtio/vsock: dequeue callback for SOCK_SEQPACKET by Arseny Krasnov · 3 years, 7 months ago
  10. c10844c virtio/vsock: simplify credit update function API by Arseny Krasnov · 3 years, 7 months ago
  11. b93f887 virtio/vsock: set packet's type in virtio_transport_send_pkt_info() by Arseny Krasnov · 3 years, 7 months ago
  12. 8cb4855 af_vsock: update comments for stream sockets by Arseny Krasnov · 3 years, 7 months ago
  13. 0798e78 af_vsock: rest of SEQPACKET support by Arseny Krasnov · 3 years, 7 months ago
  14. fbe70c4 af_vsock: implement send logic for SEQPACKET by Arseny Krasnov · 3 years, 7 months ago
  15. 9942c19 af_vsock: implement SEQPACKET receive loop by Arseny Krasnov · 3 years, 7 months ago
  16. 19c1b90 af_vsock: separate receive data loop by Arseny Krasnov · 3 years, 7 months ago
  17. b3f7fd5 af_vsock: separate wait data loop by Arseny Krasnov · 3 years, 7 months ago
  18. a9e29e5 af_vsock: update functions for connectible socket by Arseny Krasnov · 3 years, 7 months ago
  19. 51a1ebc net: devres: Correct a grammatical error by gushengxian · 3 years, 7 months ago
  20. 566b18c net: dsa: sja1105: implement TX timestamping for SJA1110 by Vladimir Oltean · 3 years, 7 months ago
  21. 4913b8e net: dsa: add support for the SJA1110 native tagging protocol by Vladimir Oltean · 3 years, 7 months ago
  22. 617ef8d net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestamp by Vladimir Oltean · 3 years, 7 months ago
  23. 233697b net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated function by Vladimir Oltean · 3 years, 7 months ago
  24. baa3ad0 net: dsa: tag_sja1105: stop resetting network and transport headers by Vladimir Oltean · 3 years, 7 months ago
  25. 4e50025 net: dsa: generalize overhead for taggers that use both headers and trailers by Vladimir Oltean · 3 years, 7 months ago
  26. cb8e2e4 dccp: tfrc: fix doc warnings in tfrc_equation.c by Baokun Li · 3 years, 7 months ago
  27. 73e4290 atm: Use list_for_each_entry() to simplify code in resources.c by Wang Hai · 3 years, 7 months ago
  28. bc831fa net: x25: Use list_for_each_entry() to simplify code in x25_route.c by Wang Hai · 3 years, 7 months ago
  29. f1dcdc0 tipc:subscr.c: fix a spelling mistake by gushengxian · 3 years, 7 months ago
  30. 326af50 tipc: socket.c: fix the use of copular verb by gushengxian · 3 years, 7 months ago
  31. 15139bc node.c: fix the use of indefinite article by gushengxian · 3 years, 7 months ago
  32. 4e03d07 af_unix: remove the repeated word "and" by gushengxian · 3 years, 7 months ago
  33. 2685515 vsock/vmci: remove the repeated word "be" by gushengxian · 3 years, 7 months ago
  34. 7f3579e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 3 years, 7 months ago
  35. 711d1de devlink: Fix error message in devlink_rate_set_ops_supported() by Dan Carpenter · 3 years, 7 months ago
  36. db67f24 net/x25: fix a mistake in grammar by gushengxian · 3 years, 8 months ago
  37. c5c6acc netfilter: nf_tables: move base hook annotation to init helper by Florian Westphal · 3 years, 8 months ago
  38. d4fb1f9 netfilter: nfnetlink_hook: add depends-on nftables by Florian Westphal · 3 years, 8 months ago
  39. 5302560 netfilter: nfnetlink_hook: fix array index out-of-bounds error by Colin Ian King · 3 years, 8 months ago
  40. 2aa8eca net: appletalk: fix some mistakes in grammar by gushengxian · 3 years, 8 months ago
  41. cf6b5ff netfilter: nft_exthdr: Fix for unsafe packet data read by Phil Sutter · 3 years, 8 months ago
  42. 96bffe7 net: x25: Use list_for_each_entry() to simplify code in x25_forward.c by Wang Hai · 3 years, 8 months ago
  43. e8333284 net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.c by Wang Hai · 3 years, 8 months ago
  44. 3835a66 net: x25: Use list_for_each_entry() to simplify code in x25_link.c by Wang Hai · 3 years, 8 months ago
  45. 303597e Merge tag 'batadv-next-pullrequest-20210608' of git://git.open-mesh.org/linux-merge by David S. Miller · 3 years, 8 months ago
  46. 6a5bcd8 page_pool: Allow drivers to hint on SKB recycling by Ilias Apalodimas · 3 years, 8 months ago
  47. c420c98 skbuff: add a parameter to __skb_frag_unref by Matteo Croce · 3 years, 8 months ago
  48. c07aea3 mm: add a signature in struct page by Matteo Croce · 3 years, 8 months ago
  49. 7f553ff l2tp: Fix spelling mistakes by Zheng Yongjun · 3 years, 8 months ago
  50. 4fb3ebb net/ncsi: Fix spelling mistakes by Zheng Yongjun · 3 years, 8 months ago
  51. 974d8f8 ipv4: Fix spelling mistakes by Zheng Yongjun · 3 years, 8 months ago
  52. 84a57ae netlabel: Fix spelling mistakes by Zheng Yongjun · 3 years, 8 months ago
  53. 4fb473f atm: [br2864] fix spelling mistakes by gushengxian · 3 years, 8 months ago
  54. cda9de0 pktgen: add pktgen_handle_all_threads() for the same code by Yejune Deng · 3 years, 8 months ago
  55. 1262856 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 8 months ago
  56. 9977d6f sch_htb: fix doc warning in htb_lookup_leaf() by Yu Kuai · 3 years, 8 months ago
  57. 2c3ee53 sch_htb: fix doc warning in htb_do_events() by Yu Kuai · 3 years, 8 months ago
  58. 0e5c908 sch_htb: fix doc warning in htb_charge_class() by Yu Kuai · 3 years, 8 months ago
  59. 9a034f2 sch_htb: fix doc warning in htb_deactivate() by Yu Kuai · 3 years, 8 months ago
  60. 8df7e8f sch_htb: fix doc warning in htb_activate() by Yu Kuai · 3 years, 8 months ago
  61. 4b479e9 sch_htb: fix doc warning in htb_change_class_mode() by Yu Kuai · 3 years, 8 months ago
  62. 1e95595 sch_htb: fix doc warning in htb_class_mode() by Yu Kuai · 3 years, 8 months ago
  63. 4113be2 sch_htb: fix doc warning in htb_deactivate_prios() by Yu Kuai · 3 years, 8 months ago
  64. 876b5fc sch_htb: fix doc warning in htb_activate_prios() by Yu Kuai · 3 years, 8 months ago
  65. 5f8c6d0 sch_htb: fix doc warning in htb_remove_class_from_row() by Yu Kuai · 3 years, 8 months ago
  66. 996bccc sch_htb: fix doc warning in htb_add_class_to_row() by Yu Kuai · 3 years, 8 months ago
  67. 274e5d0 sch_htb: fix doc warning in htb_next_rb_node() by Yu Kuai · 3 years, 8 months ago
  68. 4d7efa7 sch_htb: fix doc warning in htb_add_to_wait_tree() by Yu Kuai · 3 years, 8 months ago
  69. e2cf17d netfilter: add new hook nfnl subsystem by Florian Westphal · 3 years, 8 months ago
  70. 7b4b2fa netfilter: annotate nf_tables base hook ops by Florian Westphal · 3 years, 8 months ago
  71. 1d91d2e netfilter: flowtable: Set offload timeouts according to proto values by Oz Shlomo · 3 years, 8 months ago
  72. 975c575 netfilter: conntrack: Introduce udp offload timeout configuration by Oz Shlomo · 3 years, 8 months ago
  73. ef8ed5e netfilter: conntrack: Introduce tcp offload timeout configuration by Oz Shlomo · 3 years, 8 months ago
  74. 0418b98 netfilter: nftables: add nf_ct_pernet() helper function by Pablo Neira Ayuso · 3 years, 8 months ago
  75. 6708665 netfilter: nf_tables: remove nft_ctx_init_from_setattr() by Pablo Neira Ayuso · 3 years, 8 months ago
  76. e2b750d netfilter: nf_tables: remove nft_ctx_init_from_elemattr() by Pablo Neira Ayuso · 3 years, 8 months ago
  77. ef4b65e netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it by Pablo Neira Ayuso · 3 years, 8 months ago
  78. 944d671 sch_htb: fix refcount leak in htb_parent_to_leaf_offload by Yunjian Wang · 3 years, 8 months ago
  79. fcb3463 net: bridge: mrp: Update ring transitions. by Horatiu Vultur · 3 years, 8 months ago
  80. 0efea3c tipc: Return the correct errno code by Zheng Yongjun · 3 years, 8 months ago
  81. b7f653b mptcp: receive path cmsg support by Florian Westphal · 3 years, 8 months ago
  82. 892bfd3 tcp: export timestamp helpers for mptcp by Florian Westphal · 3 years, 8 months ago
  83. 7a009a7 mptcp: setsockopt: handle SOL_SOCKET in one place only by Florian Westphal · 3 years, 8 months ago
  84. 9061f24 mptcp: sockopt: propagate timestamp request to subflows by Florian Westphal · 3 years, 8 months ago
  85. ced122d sock: expose so_timestamping options for mptcp by Florian Westphal · 3 years, 8 months ago
  86. 371087a sock: expose so_timestamp options for mptcp by Florian Westphal · 3 years, 8 months ago
  87. 579028d Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 3 years, 8 months ago
  88. e32ea44 icmp: fix lib conflict with trinity by Andreas Roeseler · 3 years, 8 months ago
  89. a10541f sch_htb: fix doc warning in htb_add_to_id_tree() by Yu Kuai · 3 years, 8 months ago
  90. e31d57c Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by David S. Miller · 3 years, 8 months ago
  91. 821bbf7 ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions by Coco Li · 3 years, 8 months ago
  92. 59607863 fib: Return the correct errno code by Zheng Yongjun · 3 years, 8 months ago
  93. 49251cd net: Return the correct errno code by Zheng Yongjun · 3 years, 8 months ago
  94. d773695 net/x25: Return the correct errno code by Zheng Yongjun · 3 years, 8 months ago
  95. 7f5d866 net: caif: fix memory leak in cfusbl_device_notify by Pavel Skripkin · 3 years, 8 months ago
  96. b53558a net: caif: fix memory leak in caif_device_notify by Pavel Skripkin · 3 years, 8 months ago
  97. a2805dc net: caif: add proper error handling by Pavel Skripkin · 3 years, 8 months ago
  98. bce130e net: caif: added cfserl_release function by Pavel Skripkin · 3 years, 8 months ago
  99. fcd1a53 Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 8 months ago
  100. a29cb69 net: tcp better handling of reordering then loss cases by Yuchung Cheng · 3 years, 8 months ago