1. 1c7fab7 net: skb: use kfree_skb_reason() in __udp4_lib_rcv() by Menglong Dong · 3 years ago
  2. 8512559 net: skb: use kfree_skb_reason() in tcp_v4_rcv() by Menglong Dong · 3 years ago
  3. c504e5c net: skb: introduce kfree_skb_reason() by Menglong Dong · 3 years ago
  4. 77bbcb6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 3 years ago
  5. be5650f netfilter: nft_bitwise: track register operations by Pablo Neira Ayuso · 3 years ago
  6. 12e4ecf netfilter: nf_tables: add register tracking infrastructure by Pablo Neira Ayuso · 3 years ago
  7. 642c8ef netfilter: nf_tables: add NFT_REG32_NUM by Pablo Neira Ayuso · 3 years ago
  8. 2c865a8 netfilter: nf_tables: add rule blob layout by Pablo Neira Ayuso · 3 years ago
  9. 6316136 netfilter: egress: avoid a lockdep splat by Florian Westphal · 3 years ago
  10. 6ae7989 netfilter: conntrack: avoid useless indirection during conntrack destruction by Florian Westphal · 3 years ago
  11. 285c8a7 netfilter: make function op structures const by Florian Westphal · 3 years ago
  12. 3fce164 netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook by Florian Westphal · 3 years ago
  13. 7197743 netfilter: conntrack: convert to refcount_t api by Florian Westphal · 3 years ago
  14. 613a0c6 netfilter: conntrack: Use max() instead of doing it manually by Jiapeng Chong · 3 years ago
  15. 9f3248c Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years ago
  16. 5cad43a net: dsa: felix: add port fast age support by Vladimir Oltean · 3 years ago
  17. 26abf15 Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years ago
  18. 257367c Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years ago
  19. 91a760b net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() by Menglong Dong · 3 years ago
  20. 79b60ca net/mlx5: Introduce API for bulk request and release of IRQs by Shay Drory · 3 years, 1 month ago
  21. 72279d1 Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evt by Luiz Augusto von Dentz · 3 years ago
  22. eac1b93 gro: add ability to control gro max packet size by Coco Li · 3 years ago
  23. 007747a9 net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets by Miroslav Lichvar · 3 years ago
  24. 1b26d36 net: dsa: warn about dsa_port and dsa_switch bit fields being non atomic by Vladimir Oltean · 3 years ago
  25. 63cfc65 net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commas by Vladimir Oltean · 3 years ago
  26. d093d17 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 3 years ago
  27. 1372d34 xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames by Toke Høiland-Jørgensen · 3 years ago
  28. d53ad5d xdp: Move conversion to xdp_frame out of map functions by Toke Høiland-Jørgensen · 3 years ago
  29. 64693ec page_pool: Store the XDP mem id by Toke Høiland-Jørgensen · 3 years ago
  30. 35b2e54 page_pool: Add callback to init pages when they are allocated by Toke Høiland-Jørgensen · 3 years ago
  31. 4a48ef7 xdp: Allow registering memory model without rxq reference by Toke Høiland-Jørgensen · 3 years ago
  32. b9adba3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  33. 75acfdb Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  34. 7da0694 Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 3 years ago
  35. 4b026e8 net: dsa: combine two holes in struct dsa_switch_tree by Vladimir Oltean · 3 years ago
  36. b035c88c net: dsa: move dsa_switch_tree :: ports and lags to first cache line by Vladimir Oltean · 3 years ago
  37. 258030a net: dsa: make dsa_switch :: num_ports an unsigned int by Vladimir Oltean · 3 years ago
  38. 7787ff7 net: dsa: merge all bools of struct dsa_switch into a single u32 by Vladimir Oltean · 3 years ago
  39. 0625125 net: dsa: move dsa_port :: type near dsa_port :: index by Vladimir Oltean · 3 years ago
  40. bde82f3 net: dsa: merge all bools of struct dsa_port into a single u8 by Vladimir Oltean · 3 years ago
  41. b08db33 net: dsa: move dsa_port :: stp_state near dsa_port :: mac by Vladimir Oltean · 3 years ago
  42. c6af53f net: mdio: add helpers to extract clause 45 regad and devad fields by Russell King (Oracle) · 3 years ago
  43. 383f099 can: netlink: report the CAN controller mode supported flags by Vincent Mailhol · 3 years ago
  44. 5fe1be8 can: dev: reorder struct can_priv members for better packing by Vincent Mailhol · 3 years ago
  45. 7d4a101 can: dev: add sanity check in can_set_static_ctrlmode() by Vincent Mailhol · 3 years ago
  46. c9e1d8e can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode() by Vincent Mailhol · 3 years ago
  47. cc4b08c can: do not increase tx_bytes statistics for RTR frames by Vincent Mailhol · 3 years, 1 month ago
  48. 5bc03b2 nl80211: clarify comment for mesh PLINK_BLOCKED state by Felix Fietkau · 3 years ago
  49. acb99b9 mac80211: Add stations iterator where the iterator function may sleep by Martin Blumenstingl · 3 years ago
  50. 1135fad Namespaceify mtu_expires sysctl by xu xin · 3 years ago
  51. 1de6b15a Namespaceify min_pmtu sysctl by xu xin · 3 years ago
  52. 222a011 udp6: Use Segment Routing Header for dest address if present by Andrew Lunn · 3 years ago
  53. e412944 icmp: ICMPV6: Examine invoking packet for Segment Route Headers. by Andrew Lunn · 3 years ago
  54. fa55a7d seg6: export get_srh() for ICMP handling by Andrew Lunn · 3 years ago
  55. 9795ded net/sched: act_ct: Fill offloading tuple iifidx by Paul Blakey · 3 years ago
  56. e7026f1 net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs by Colin Foster · 3 years ago
  57. f9d31c4 sctp: hold endpoint before calling cb in sctp_transport_lookup_process by Xin Long · 3 years ago
  58. 79d39fc net/smc: Add netlink net namespace support by Tony Lu · 3 years ago
  59. 1b4e3f2 mm: vmscan: Reduce throttling due to a failure to make progress by Mel Gorman · 3 years, 1 month ago
  60. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  61. 4ff725e net/mlx5: DR, Ignore modify TTL if device doesn't support it by Yevgeny Kliteynik · 3 years, 1 month ago
  62. f59464e net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field by Yevgeny Kliteynik · 3 years, 2 months ago
  63. 0f2a6c3 net/mlx5: Add misc5 flow table match parameters by Muhammad Sammar · 3 years, 4 months ago
  64. c3fb0e2 net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_" by Yevgeny Kliteynik · 3 years, 1 month ago
  65. d6c6d0b net: remove references to CONFIG_IRDA in network header files by Lukas Bulwahn · 3 years ago
  66. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  67. 74c78b4 Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  68. aebb51e bpf: Invert the dependency between bpf-netns.h and netns/bpf.h by Jakub Kicinski · 3 years ago
  69. 3b80b73 net: Add includes masked by netdevice.h including uapi/bpf.h by Jakub Kicinski · 3 years ago
  70. 0fe4b38 bpf: Allow bpf_local_storage to be used by sleepable programs by KP Singh · 3 years ago
  71. e2dfb94 Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years ago
  72. 1bb412d net_tstamp: define new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX by Hangbin Liu · 3 years ago
  73. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  74. a8ad9a2 Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi by Linus Torvalds · 3 years ago
  75. 79b69a8 nfc: uapi: use kernel size_t to fix user-space builds by Krzysztof Kozlowski · 3 years ago
  76. 7175f02 uapi: fix linux/nfc.h userspace compilation errors by Dmitry V. Levin · 3 years ago
  77. 2afa90b Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  78. d0cc67b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  79. 595ec19 mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid by Thibaut Sautereau · 3 years ago
  80. 94ab10d mm: delete unsafe BUG from page_cache_add_speculative() by Hugh Dickins · 3 years ago
  81. 5ec7d18 sctp: use call_rcu to free endpoint by Xin Long · 3 years ago
  82. 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  83. 76657ea Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  84. c8cc50a Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  85. 30be455 wwan: Replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years ago
  86. 3d3b2f5 sctp: move hlist_node and hashent out of sctp_ep_common by Xin Long · 3 years ago
  87. 4e484b3 xfrm: rate limit SA mapping change message to user space by Antony Antony · 3 years ago
  88. 23b6a6d xfrm: Add support for SM4 symmetric cipher algorithm by Xu Jia · 3 years ago
  89. e6911af xfrm: Add support for SM3 secure hash by Xu Jia · 3 years ago
  90. 5de24da Merge tag 'mlx5-updates-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Jakub Kicinski · 3 years ago
  91. 4a6fbdd8 netfilter: conntrack: tag conntracks picked up in local out hook by Florian Westphal · 3 years ago
  92. 023223d netfilter: nf_tables: make counter support built-in by Pablo Neira Ayuso · 3 years ago
  93. e6e5904 codel: remove unnecessary pkt_sched.h include by Jakub Kicinski · 3 years ago
  94. 15fcb10 codel: remove unnecessary sock.h include by Jakub Kicinski · 3 years ago
  95. 76d0685 Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supported by Luiz Augusto von Dentz · 3 years ago
  96. 4fc9857a Bluetooth: hci_sync: Add check simultaneous roles support by Luiz Augusto von Dentz · 3 years ago
  97. 85b5685 Bluetooth: hci_sync: Add support for waiting specific LE subevents by Luiz Augusto von Dentz · 3 years ago
  98. 8e8b92e Bluetooth: hci_sync: Add hci_le_create_conn_sync by Luiz Augusto von Dentz · 3 years ago
  99. 744451c Bluetooth: hci_sync: Push sync command cancellation to workqueue by Benjamin Berg · 3 years ago
  100. bc491fb Merge tag 'fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 3 years ago