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