1. 8b69a80 skb: add helpers to allocate ext independently from sk_buff by Paolo Abeni · 5 years ago
  2. 9cfcca2 tcp: Check for filled TCP option space before SACK by Mat Martineau · 5 years ago
  3. 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
  4. 8571248 tcp: coalesce/collapse must respect MPTCP extensions by Mat Martineau · 5 years ago
  5. 3ee17bc mptcp: Add MPTCP to skb extensions by Mat Martineau · 5 years ago
  6. 1323059 tcp, ulp: Add clone operation to tcp_ulp_ops by Mat Martineau · 5 years ago
  7. bf97651 sock: Make sk_protocol a 16-bit value by Mat Martineau · 5 years ago
  8. e9cdced net: Make sock protocol value checks more specific by Mat Martineau · 5 years ago
  9. 6b3acfc flow_dissector: fix document for skb_flow_get_icmp_tci by Li RongQing · 5 years ago
  10. 5e0fcc1 net/ncsi: Support for multi host mellanox card by Vijay Khemka · 5 years ago
  11. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  12. ac9c41d ethtool: potential NULL dereference in strset_prepare_data() by Dan Carpenter · 5 years ago
  13. d97772d ethtool: fix ->reply_size() error handling by Dan Carpenter · 5 years ago
  14. a6dd048 ethtool: fix a memory leak in ethnl_default_start() by Dan Carpenter · 5 years ago
  15. 4d77648 net: dsa: Get information about stacked DSA protocol by Florian Fainelli · 5 years ago
  16. 9546a0b tipc: fix wrong connect() return code by Tuong Lien · 5 years ago
  17. 49afb80 tipc: fix link overflow issue at socket shutdown by Tuong Lien · 5 years ago
  18. 97ff3bd devlink: add devink notification when reporter update health state by Vikas Gupta · 5 years ago
  19. 6181e5c devlink: add support for reporter recovery completion by Vikas Gupta · 5 years ago
  20. b73a656 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  21. 542d306 socket: fix unused-function warning by Arnd Bergmann · 5 years ago
  22. 22dad71 netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present by Florian Westphal · 5 years ago
  23. 1d9a7ac netfilter: conntrack: dccp, sctp: handle null timeout argument by Florian Westphal · 5 years ago
  24. b9ae512 hsr: fix dummy hsr_debugfs_rename() declaration by Arnd Bergmann · 5 years ago
  25. 7c7b58d net/ncsi: Send device address as source address by Vijay Khemka · 5 years ago
  26. 240ce7f net: sch_prio: When ungrafting, replace with FIFO by Petr Machata · 5 years ago
  27. d9e15a2 pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM by Eric Dumazet · 5 years ago
  28. b969fee tipc: remove meaningless assignment in Makefile by Masahiro Yamada · 5 years ago
  29. ea04b44 tipc: do not add socket.o to tipc-y twice by Masahiro Yamada · 5 years ago
  30. 53ebeca net/rose: remove redundant assignment to variable failed by Colin Ian King · 5 years ago
  31. eb8ef2a vlan: vlan_changelink() should propagate errors by Eric Dumazet · 5 years ago
  32. 9bbd917 vlan: fix memory leak in vlan_dev_set_egress_priority by Eric Dumazet · 5 years ago
  33. be7a772 sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY by Xin Long · 5 years ago
  34. a7869e5 tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit error by Ying Xue · 5 years ago
  35. fb46f1b netfilter: flowtable: add nf_flowtable_time_stamp by Pablo Neira Ayuso · 5 years ago
  36. 787cac3 net: dsa: Pass pcs_poll flag from driver to PHYLINK by Vladimir Oltean · 5 years ago
  37. 2821d50 net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmit by Vladimir Oltean · 5 years ago
  38. a68578c2 net: dsa: Make deferred_xmit private to sja1105 by Vladimir Oltean · 5 years ago
  39. ce57785 net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue by Carl Huang · 5 years ago
  40. 5acab91 netfilter: nf_tables: unbind callbacks from flowtable destroy path by Pablo Neira Ayuso · 5 years ago
  41. 73327d4 netfilter: nf_flow_table_offload: fix the nat port mangle. by wenxu · 5 years ago
  42. f31ad71c netfilter: nf_flow_table_offload: check the status of dst_neigh by wenxu · 5 years ago
  43. 1b67e50 netfilter: nf_flow_table_offload: fix incorrect ethernet dst address by wenxu · 5 years ago
  44. 8ca7960 netfilter: nft_flow_offload: fix underflow in flowtable reference counter by wenxu · 5 years ago
  45. d2e9d22 l2tp: Remove redundant BUG_ON() check in l2tp_pernet by Xu Wang · 5 years ago
  46. 1f62343 net: Remove redundant BUG_ON() check in phonet_pernet by Xu Wang · 5 years ago
  47. b39c78b net: remove the check argument from __skb_gro_checksum_convert by Li RongQing · 5 years ago
  48. 4a883cc ethtool: remove set but not used variable 'lsettings' by YueHaibing · 5 years ago
  49. d0e8bca tcp: use REXMIT_NEW instead of magic number by Mao Wenan · 5 years ago
  50. 68aab82 sch_cake: avoid possible divide by zero in cake_enqueue() by Wen Yang · 5 years ago
  51. 6b102db net: Add device index to tcp_md5sig by David Ahern · 5 years ago
  52. dea53bb tcp: Add l3index to tcp_md5sig_key and md5 functions by David Ahern · 5 years ago
  53. 534322c ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hash by David Ahern · 5 years ago
  54. d14c77e ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hash by David Ahern · 5 years ago
  55. cea9760 ipv4/tcp: Use local variable for tcp_md5_addr by David Ahern · 5 years ago
  56. c965500 tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK by Pengcheng Yang · 5 years ago
  57. f13fc10 page_pool: help compiler remove code in case CONFIG_NUMA=n by Jesper Dangaard Brouer · 5 years ago
  58. 44768de page_pool: handle page recycle for NUMA_NO_NODE condition by Jesper Dangaard Brouer · 5 years ago
  59. 31d518f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  60. 04b6942 hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename() by Taehee Yoo · 5 years ago
  61. a5b72a0 net/sched: add delete_empty() to filters and use it in cls_flower by Davide Caratti · 5 years ago
  62. 9e86094 net/ncsi: Fix gma flag setting after response by Vijay Khemka · 5 years ago
  63. f398efc sctp: add enabled check for path tracepoint loop. by Kevin Kou · 5 years ago
  64. 8536975 tcp: Fix highest_sack and highest_sack_seq by Cambda Zhu · 5 years ago
  65. f278b99 tcp_cubic: refactor code to perform a divide only when needed by Eric Dumazet · 5 years ago
  66. ba40281 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  67. 1b78957 netfilter: arp_tables: init netns pointer in xt_tgchk_param struct by Florian Westphal · 5 years ago
  68. f685e60 net: dsa: Deny PTP on master if switch supports it by Vladimir Oltean · 5 years ago
  69. 3d2b847 ethtool: provide link state with LINKSTATE_GET request by Michal Kubecek · 5 years ago
  70. 1b1b184 ethtool: add LINKMODES_NTF notification by Michal Kubecek · 5 years ago
  71. bfbcfe2 ethtool: set link modes related data with LINKMODES_SET request by Michal Kubecek · 5 years ago
  72. f625aa9 ethtool: provide link mode information with LINKMODES_GET request by Michal Kubecek · 5 years ago
  73. 7328673 ethtool: add LINKINFO_NTF notification by Michal Kubecek · 5 years ago
  74. 5cf2a54 ethtool: add default notification handler by Michal Kubecek · 5 years ago
  75. a53f3d4 ethtool: set link settings with LINKINFO_SET request by Michal Kubecek · 5 years ago
  76. 459e0b8 ethtool: provide link settings with LINKINFO_GET request by Michal Kubecek · 5 years ago
  77. 7192169 ethtool: provide string sets with STRSET_GET request by Michal Kubecek · 5 years ago
  78. 728480f ethtool: default handlers for GET requests by Michal Kubecek · 5 years ago
  79. 6b08d6c ethtool: support for netlink notifications by Michal Kubecek · 5 years ago
  80. 10b518d ethtool: netlink bitset handling by Michal Kubecek · 5 years ago
  81. 041b1c5 ethtool: helper functions for netlink interface by Michal Kubecek · 5 years ago
  82. 2b4a899 ethtool: introduce ethtool netlink interface by Michal Kubecek · 5 years ago
  83. 70cf3dc net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit device by Shmulik Ladkani · 5 years ago
  84. 356b23c sctp: do trace_sctp_probe after SACK validation and check by Kevin Kou · 5 years ago
  85. ede656e tcp_cubic: make Hystart aware of pacing by Eric Dumazet · 5 years ago
  86. 42f3a8a tcp_cubic: tweak Hystart detection for short RTT flows by Eric Dumazet · 5 years ago
  87. cff04e2 tcp_cubic: switch bictcp_clock() to usec resolution by Eric Dumazet · 5 years ago
  88. 35821fc tcp_cubic: remove one conditional from hystart_update() by Eric Dumazet · 5 years ago
  89. 473900a tcp_cubic: optimize hystart_update() by Eric Dumazet · 5 years ago
  90. 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  91. bb3d0b8 net_sched: sch_fq: properly set sk->sk_pacing_status by Eric Dumazet · 5 years ago
  92. 0914d2b af_packet: refactoring code for prb_calc_retire_blk_tmo by Mao Wenan · 5 years ago
  93. ec34c01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  94. f643ee2 sctp: move trace_sctp_probe_path into sctp_outq_sack by Kevin Kou · 5 years ago
  95. c14ceb0 netfilter: nft_meta: add support for slave device ifindex matching by Florian Westphal · 5 years ago
  96. 01a0fc8 netfilter: nft_meta: place rtclassid handling in a helper by Florian Westphal · 5 years ago
  97. 6b2faee netfilter: nft_meta: place prandom handling in a helper by Florian Westphal · 5 years ago
  98. 8724e81 netfilter: nft_meta: move all interface related keys to helper by Florian Westphal · 5 years ago
  99. a4150a1 netfilter: nft_meta: move interface kind handling to helper by Florian Westphal · 5 years ago
  100. b1327fb netfilter: nft_meta: move cgroup handling to helper by Florian Westphal · 5 years ago