1. 3a26bab Merge tag 'mlx5-net-next-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 3 months ago
  2. 27728ba tcp: cleanup tcp_remove_empty_skb() use by Eric Dumazet · 3 years, 3 months ago
  3. 573bce9 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-next by Saeed Mahameed · 3 years, 3 months ago
  4. 292e607 net: introduce sk_forward_alloc_get() by Paolo Abeni · 3 years, 3 months ago
  5. 5823fc9 tcp: define macros for a couple reclaim thresholds by Paolo Abeni · 3 years, 3 months ago
  6. 9dfc685 inet: remove races in inet{6}_getname() by Eric Dumazet · 3 years, 3 months ago
  7. 2674638 net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap() by Seth Forshee · 3 years, 3 months ago
  8. 716a30a net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device by Vladimir Oltean · 3 years, 3 months ago
  9. f97d5c2 net/mlx5e: Add handle SHAMPO cqe support by Khalid Manaa · 4 years, 8 months ago
  10. d7b896a net/mlx5e: Add support to klm_umr_wqe by Ben Ben-Ishay · 4 years, 6 months ago
  11. eaee12f net/mlx5e: Rename TIR lro functions to TIR packet merge functions by Khalid Manaa · 3 years, 7 months ago
  12. 7025329 net/mlx5: Add SHAMPO caps, HW bits and enumerations by Ben Ben-Ishay · 4 years, 4 months ago
  13. 50f477f net/mlx5e: Rename lro_timeout to packet_merge_timeout by Ben Ben-Ishay · 4 years, 7 months ago
  14. 7529cc7f lib: bitmap: Introduce node-aware alloc API by Tariq Toukan · 4 years, 1 month ago
  15. 6b36717 net/mlx5: remove the recent devlink params by Jakub Kicinski · 3 years, 3 months ago
  16. d25f3a7 net: phylink: use supported_interfaces for phylink validation by Russell King (Oracle) · 3 years, 3 months ago
  17. 38c310e net: phylink: add MAC phy_interface_t bitmap by Russell King · 3 years, 3 months ago
  18. 8e20f59 net: phy: add phy_interface_t bitmap support by Russell King (Oracle) · 3 years, 3 months ago
  19. 99ce45d mctp: Implement extended addressing by Jeremy Kerr · 3 years, 3 months ago
  20. f8dd3b8 tcp: rename sk_stream_alloc_skb by Eric Dumazet · 3 years, 3 months ago
  21. d18785e net: annotate data-race in neigh_output() by Eric Dumazet · 3 years, 3 months ago
  22. 4900a76 Merge tag 'mlx5-updates-2021-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 3 months ago
  23. 020e71a ipv4: guard IP_MINTTL with a static key by Eric Dumazet · 3 years, 3 months ago
  24. 790eb67 ipv6: guard IPV6_MINHOPCOUNT with a static key by Eric Dumazet · 3 years, 3 months ago
  25. 09b8984 net: annotate accesses to sk->sk_rx_queue_mapping by Eric Dumazet · 3 years, 3 months ago
  26. 342159e net: avoid dirtying sk->sk_rx_queue_mapping by Eric Dumazet · 3 years, 3 months ago
  27. 2b13af8 net: avoid dirtying sk->sk_napi_id by Eric Dumazet · 3 years, 3 months ago
  28. ef57c16 ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie by Eric Dumazet · 3 years, 3 months ago
  29. 0c0a5ef tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex by Eric Dumazet · 3 years, 3 months ago
  30. 5546040 net/mlx5: Let user configure max_macs param by Shay Drory · 3 years, 5 months ago
  31. a6cb08d net/mlx5: Let user configure event_eq_size param by Shay Drory · 3 years, 3 months ago
  32. 46ae40b net/mlx5: Let user configure io_eq_size param by Shay Drory · 3 years, 5 months ago
  33. 5a1023d net/mlx5: Add periodic update of host time to firmware by Aya Levin · 3 years, 3 months ago
  34. cb464ba net/mlx5: Extend health buffer dump by Aya Levin · 3 years, 3 months ago
  35. 39d8fb9 net/tls: tls_crypto_context add supported algorithms context by Tianjia Zhang · 3 years, 3 months ago
  36. 63c67f5 net: phy: add genphy_c45_fast_retrain by Luo Jie · 3 years, 3 months ago
  37. 1cf4e9a net: phy: add constants for fast retrain related register by Luo Jie · 3 years, 3 months ago
  38. 338a3a47 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 3 months ago
  39. 2468346 net: mscc: ocelot: serialize access to the MAC table by Vladimir Oltean · 3 years, 3 months ago
  40. 2d7e73f Revert "Merge branch 'dsa-rtnl'" by David S. Miller · 3 years, 3 months ago
  41. 12f241f Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 3 years, 3 months ago
  42. fa759a9 can: dev: add can_tdc_get_relative_tdco() helper function by Vincent Mailhol · 3 years, 4 months ago
  43. e8060f0 can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device by Vincent Mailhol · 3 years, 4 months ago
  44. d99755f can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC) by Vincent Mailhol · 3 years, 4 months ago
  45. da45a1e4 can: bittiming: change can_calc_tdco()'s prototype to not directly modify priv by Vincent Mailhol · 3 years, 4 months ago
  46. 39f66c9 can: bittiming: change unit of TDC parameters to clock periods by Vincent Mailhol · 3 years, 4 months ago
  47. 63dfe07 can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min by Vincent Mailhol · 3 years, 4 months ago
  48. d3bd892 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 3 months ago
  49. f2c4bdf net: mscc: ocelot: serialize access to the MAC table by Vladimir Oltean · 3 years, 3 months ago
  50. 218f23e net: phy: bcm7xxx: Add EPHY entry for 7712 by Florian Fainelli · 3 years, 3 months ago
  51. 0ebecb2 net: mdio: Add helper functions for accessing MDIO devices by Sean Anderson · 3 years, 3 months ago
  52. 99ad92e devlink: Delete obsolete parameters publish API by Leon Romanovsky · 3 years, 3 months ago
  53. 24f7cf9 Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by Jakub Kicinski · 3 years, 3 months ago
  54. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 3 months ago
  55. 9d235ac Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 3 months ago
  56. 6c2c712 Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  57. f9d366d cfg80211: fix kernel-doc for MBSSID EMA by Johannes Berg · 3 years, 3 months ago
  58. 63fa042 nl80211: Add LC placeholder band definition to nl80211_band by Srinivasan Raju · 3 years, 3 months ago
  59. 1add667 nl80211: vendor-cmd: intel: add more details for IWL_MVM_VENDOR_CMD_HOST_GET_OWNERSHIP by Emmanuel Grumbach · 3 years, 3 months ago
  60. 97981d8 cfg80211: separate get channel number from ies by Wen Gong · 3 years, 4 months ago
  61. 10de5a5 cfg80211: prepare for const netdev->dev_addr by Jakub Kicinski · 3 years, 3 months ago
  62. 992e5cc net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argument by Vladimir Oltean · 3 years, 3 months ago
  63. d0004a0 net: dsa: remove the "dsa_to_port in a loop" antipattern from the core by Vladimir Oltean · 3 years, 3 months ago
  64. 82b3189 net: dsa: introduce helpers for iterating through ports using dp by Vladimir Oltean · 3 years, 3 months ago
  65. d400442 net: mscc: ocelot: track the port pvid using a pointer by Vladimir Oltean · 3 years, 3 months ago
  66. 0da1a1c net: mscc: ocelot: allow a config where all bridge VLANs are egress-untagged by Vladimir Oltean · 3 years, 3 months ago
  67. 90e0aa8 net: mscc: ocelot: convert the VLAN masks to a list by Vladimir Oltean · 3 years, 3 months ago
  68. 62a22bc net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFG by Vladimir Oltean · 3 years, 3 months ago
  69. 60dd57c Merge brank 'mlx5_mkey' into rdma.git for-next by Leon Romanovsky · 3 years, 3 months ago
  70. dfcb63c fq_codel: generalise ce_threshold marking for subset of traffic by Toke Høiland-Jørgensen · 3 years, 3 months ago
  71. 14fe247 net/mlx5: Lag, change multipath and bonding to be mutually exclusive by Maor Dickman · 3 years, 3 months ago
  72. fc9b289 Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 3 months ago
  73. 97604c6 net: sched: remove one pair of atomic operations by Eric Dumazet · 3 years, 3 months ago
  74. 4c57e2f net: sched: fix logic error in qdisc_run_begin() by Eric Dumazet · 3 years, 3 months ago
  75. e80094a ethernet: add a helper for assigning port addresses by Jakub Kicinski · 3 years, 3 months ago
  76. 4123bfb RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ib by Aharon Landau · 3 years, 3 months ago
  77. 83fec3f RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key by Aharon Landau · 3 years, 3 months ago
  78. c646741 RDMA/mlx5: Remove pd from struct mlx5_core_mkey by Aharon Landau · 3 years, 3 months ago
  79. 062fd73 RDMA/mlx5: Remove size from struct mlx5_core_mkey by Aharon Landau · 3 years, 3 months ago
  80. cf6a8b1 RDMA/mlx5: Remove iova from struct mlx5_core_mkey by Aharon Landau · 3 years, 3 months ago
  81. 6b3efbf net: sch_tbf: Add a graft command by Petr Machata · 3 years, 3 months ago
  82. 79f9bc5 mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem() by Sean Christopherson · 3 years, 3 months ago
  83. b0e9012 elfcore: correct reference to CONFIG_UML by Lukas Bulwahn · 3 years, 3 months ago
  84. a6a0251 mm/migrate: fix CPUHP state to update node demotion order by Huang Ying · 3 years, 3 months ago
  85. 76af6a0 mm/migrate: add CPU hotplug to demotion #ifdef by Dave Hansen · 3 years, 3 months ago
  86. 58a606d net/mlx5: Introduce new uplink destination type by Maor Gottlieb · 3 years, 6 months ago
  87. e7e2519 net/mlx5: Add support to create match definer by Maor Gottlieb · 3 years, 6 months ago
  88. 425a563 net/mlx5: Introduce port selection namespace by Maor Gottlieb · 3 years, 8 months ago
  89. ed65df6 tracing: Have all levels of checks prevent recursion by Steven Rostedt (VMware) · 3 years, 3 months ago
  90. 15bc01e ucounts: Fix signal ucount refcounting by Eric W. Biederman · 3 years, 3 months ago
  91. 7adaf56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 3 years, 3 months ago
  92. 1521d5a net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag by Alvin Šipraga · 3 years, 3 months ago
  93. 487d385 net: dsa: allow reporting of standard ethtool stats for slave devices by Alvin Šipraga · 3 years, 3 months ago
  94. 7bbbbfa ether: add EtherType for proprietary Realtek protocols by Alvin Šipraga · 3 years, 3 months ago
  95. 5a20dd4 mctp: Be explicit about struct sockaddr_mctp padding by Jeremy Kerr · 3 years, 3 months ago
  96. b416beb mctp: unify sockaddr_mctp types by Jeremy Kerr · 3 years, 3 months ago
  97. 29cbcd8 net: sched: Remove Qdisc::running sequence counter by Ahmed S. Darwish · 3 years, 3 months ago
  98. 50dc9a8 net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types by Ahmed S. Darwish · 3 years, 3 months ago
  99. 67c9e6270 net: sched: Protect Qdisc::bstats with u64_stats by Ahmed S. Darwish · 3 years, 3 months ago
  100. f2efdb1 u64_stats: Introduce u64_stats_set() by Ahmed S. Darwish · 3 years, 3 months ago