1. a6b118f mptcp: add receive buffer auto-tuning by Florian Westphal · 4 years, 6 months ago
  2. b97e9d9 net: sched: Allow changing default qdisc to FQ-PIE by Danny Lin · 4 years, 6 months ago
  3. 2a6d6c3 net/packet: remove redundant initialization of variable err by Colin Ian King · 4 years, 6 months ago
  4. fe18951 net: devres: rename the release callback of devm_register_netdev() by Bartosz Golaszewski · 4 years, 6 months ago
  5. ff91e92 tcp: call tcp_ack_tstamp() when not fully acked by Yousuk Seung · 4 years, 6 months ago
  6. 6bad912 mptcp: do nonce initialization at subflow creation time by Paolo Abeni · 4 years, 6 months ago
  7. d9b8b98 Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-merge by David S. Miller · 4 years, 6 months ago
  8. 65951a9e net: dsa: Improve subordinate PHY error message by Florian Fainelli · 4 years, 6 months ago
  9. ecc31c6 ethtool: Add link extended state by Amit Cohen · 4 years, 6 months ago
  10. 5f035af net:qos: police action offloading parameter 'burst' change to the original value by Po Liu · 4 years, 6 months ago
  11. 8a05661 mptcp: close poll() races by Paolo Abeni · 4 years, 6 months ago
  12. 76660af mptcp: __mptcp_tcp_fallback() returns a struct sock by Paolo Abeni · 4 years, 6 months ago
  13. fa68018 mptcp: create first subflow at msk creation time by Paolo Abeni · 4 years, 6 months ago
  14. d2f77c5 mptcp: check for plain TCP sock at accept time by Paolo Abeni · 4 years, 6 months ago
  15. 8fd7380 mptcp: fallback in case of simultaneous connect by Davide Caratti · 4 years, 6 months ago
  16. e1ff9e8 net: mptcp: improve fallback to TCP by Davide Caratti · 4 years, 6 months ago
  17. 1078029 Merge tag 'mlx5-tls-2020-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 6 months ago
  18. aee9caa net: sched: sch_red: Add qevents "early_drop" and "mark" by Petr Machata · 4 years, 6 months ago
  19. 65545ea2 net: sched: sch_red: Split init and change callbacks by Petr Machata · 4 years, 6 months ago
  20. 3625750 net: sched: Introduce helpers for qevent blocks by Petr Machata · 4 years, 6 months ago
  21. aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 6 months ago
  22. 433f17a l2tp: fix l2tp_eth_dev_xmit()'s return type by Luc Van Oostenryck · 4 years, 6 months ago
  23. 42deace net/hsr: fix hsr_dev_xmit()'s return type by Luc Van Oostenryck · 4 years, 6 months ago
  24. 082d4fa tcp: update delivered_ce with delivered by Yousuk Seung · 4 years, 6 months ago
  25. f00394c tcp: count sacked packets in tcp_sacktag_state by Yousuk Seung · 4 years, 6 months ago
  26. c634e34 tcp: add ece_ack flag to reno sack functions by Yousuk Seung · 4 years, 6 months ago
  27. fdb7eb2 tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue() by Yousuk Seung · 4 years, 6 months ago
  28. ed9b764 net/tls: Add asynchronous resync by Boris Pismenny · 4 years, 7 months ago
  29. acb5a07 Revert "net/tls: Add force_resync for driver resync" by Boris Pismenny · 4 years, 7 months ago
  30. a8ee9c9 mptcp: introduce token KUNIT self-tests by Paolo Abeni · 4 years, 6 months ago
  31. a00a582 mptcp: move crypto test to KUNIT by Paolo Abeni · 4 years, 6 months ago
  32. 2c5ebd0 mptcp: refactor token container by Paolo Abeni · 4 years, 6 months ago
  33. d39dcec mptcp: add __init annotation on setup functions by Paolo Abeni · 4 years, 6 months ago
  34. 3bda14d batman-adv: Introduce a configurable per interface hop penalty by Linus Lüssing · 4 years, 7 months ago
  35. bccb48c batman-adv: Fix typos and grammar in documentation by Sven Eckelmann · 4 years, 7 months ago
  36. d528510 batman-adv: Start new development cycle by Simon Wunderlich · 4 years, 6 months ago
  37. 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  38. 4a21185 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  39. b839280 sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling by Kevin Darbyshire-Bryant · 4 years, 6 months ago
  40. 4c342f77 rds: transport module should be auto loaded when transport is set by Rao Shoaib · 4 years, 6 months ago
  41. 3f608f0 sch_cake: fix a few style nits by Toke Høiland-Jørgensen · 4 years, 6 months ago
  42. 8c95eca sch_cake: don't call diffserv parsing code when it is not needed by Toke Høiland-Jørgensen · 4 years, 6 months ago
  43. 9208d28 sch_cake: don't try to reallocate or unshare skb unconditionally by Ilya Ponetayev · 4 years, 6 months ago
  44. 1ae71d9 ethtool: fix error handling in linkstate_prepare_data() by Michal Kubecek · 4 years, 6 months ago
  45. 471e39d sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket by Marcelo Ricardo Leitner · 4 years, 6 months ago
  46. b344579 tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT by Neal Cardwell · 4 years, 6 months ago
  47. f4926d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 6 months ago
  48. 206e7323 net: bridge: enfore alignment for ethernet address by Thomas Martitz · 4 years, 6 months ago
  49. 25702840 tcp: don't ignore ECN CWR on pure ACK by Denis Kirjanov · 4 years, 6 months ago
  50. 627e39b net: qos: police action add index for tc flower offloading by Po Liu · 4 years, 6 months ago
  51. 19e528d net: qos: add tc police offloading action with max frame size limit by Po Liu · 4 years, 6 months ago
  52. 5f027bc netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c. by David Wilder · 4 years, 6 months ago
  53. 57ea5f18 netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit helpers. by David Wilder · 4 years, 6 months ago
  54. cf4cbc6 netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c. by David Wilder · 4 years, 6 months ago
  55. 1cbf909 netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit helpers. by David Wilder · 4 years, 6 months ago
  56. 4cacc39 netfilter: Add MODULE_DESCRIPTION entries to kernel modules by Rob Gill · 4 years, 6 months ago
  57. 7150284 netfilter: ipset: fix unaligned atomic access by Russell King · 4 years, 7 months ago
  58. 1ed9ec9 dsa: Allow forwarding of redirected IGMP traffic by Daniel Mack · 4 years, 6 months ago
  59. b5f1d9e net: bridge: add a flag to avoid refreshing fdb when changing/adding by Nikolay Aleksandrov · 4 years, 6 months ago
  60. 31cbc39b net: bridge: add option to allow activity notifications for any fdb entries by Nikolay Aleksandrov · 4 years, 6 months ago
  61. 899426b net: neighbor: add fdb extended attribute by Nikolay Aleksandrov · 4 years, 6 months ago
  62. 0592ff8 net: bridge: fdb_add_entry takes ndm as argument by Nikolay Aleksandrov · 4 years, 6 months ago
  63. 1784365 openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt_len by Lorenzo Bianconi · 4 years, 6 months ago
  64. 41b14fb net: Do not clear the sock TX queue in sk_set_socket() by Tariq Toukan · 4 years, 6 months ago
  65. f9215d6b dn_route_rcv: remove redundant dev null check by Gaurav Singh · 4 years, 6 months ago
  66. 0cc55e6 dcb_doit: remove redundant skb check by Gaurav Singh · 4 years, 6 months ago
  67. 6f39345 net: ipv6: Use struct_size() helper and kcalloc() by Gustavo A. R. Silva · 4 years, 6 months ago
  68. 4b973f4 net: ethtool: Handle missing cable test TDR parameters by Andrew Lunn · 4 years, 6 months ago
  69. 6db6932 udp: move gro declarations to net/udp.h by Eric Dumazet · 4 years, 6 months ago
  70. 5521d95 net: move tcp gro declarations to net/tcp.h by Eric Dumazet · 4 years, 6 months ago
  71. 9b9e2f2 tcp: move ipv4_specific to tcp include file by Eric Dumazet · 4 years, 6 months ago
  72. b03d214 tcp: move ipv6_specific declaration to remove a warning by Eric Dumazet · 4 years, 6 months ago
  73. bdfd2d1 bonding/xfrm: use real_dev instead of slave_dev by Jarod Wilson · 4 years, 6 months ago
  74. 55cced4 ipv6: fib6: avoid indirect calls from fib6_rule_lookup by Brian Vazquez · 4 years, 6 months ago
  75. b4730ae net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM by Alexander Lobakin · 4 years, 6 months ago
  76. 7882c89 bridge: mrp: Validate when setting the port role by Horatiu Vultur · 4 years, 6 months ago
  77. b562f58 mptcp: drop sndr_key in mptcp_syn_options by Geliang Tang · 4 years, 6 months ago
  78. 29cb986 net/core/devlink.c: remove new uninitialized_var() usage by Stephen Rothwell · 4 years, 6 months ago
  79. c5efcf1 tcindex_change: Remove redundant null check by Gaurav Singh · 4 years, 6 months ago
  80. 21a739c ethtool: Fix check in ethtool_rx_flow_rule_create by Gaurav Singh · 4 years, 6 months ago
  81. de0083c hsr: avoid to create proc file after unregister by Taehee Yoo · 4 years, 6 months ago
  82. bd86924 net: core: try to runtime-resume detached device in __dev_open by Heiner Kallweit · 4 years, 6 months ago
  83. b5872cd devlink: Add support for board.serial_number to info_get cb. by Vasundhara Volam · 4 years, 6 months ago
  84. 272c233 xfrm: bail early on slave pass over skb by Jarod Wilson · 4 years, 6 months ago
  85. a1e8ae9 net/devlink: Support setting hardware address of port function by Parav Pandit · 4 years, 6 months ago
  86. 2a916ec net/devlink: Support querying hardware address of port function by Parav Pandit · 4 years, 6 months ago
  87. a829eb0 net/devlink: Prepare devlink port functions to fill extack by Parav Pandit · 4 years, 6 months ago
  88. 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 6 months ago
  89. 0041cd5 rxrpc: Fix notification call on completion of discarded calls by David Howells · 4 years, 6 months ago
  90. 8bf1539 Remove redundant skb null check by Gaurav Singh · 4 years, 6 months ago
  91. dd2e0b8 tcp: remove indirect calls for icsk->icsk_af_ops->send_check by Eric Dumazet · 4 years, 6 months ago
  92. 05e22e8 tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit by Eric Dumazet · 4 years, 6 months ago
  93. 8eaf8d9 Remove redundant condition in qdisc_graft by Gaurav Singh · 4 years, 6 months ago
  94. 49042c2 l3mdev: add infrastructure for table to VRF mapping by Andrea Mayer · 4 years, 6 months ago
  95. c5eb179 net/sched: cls_u32: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 6 months ago
  96. 11a33de taprio: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 6 months ago
  97. e034c6d tipc: Use struct_size() helper by Gustavo A. R. Silva · 4 years, 6 months ago
  98. 3c00511 net/sched: cls_api: fix nooffloaddevcnt warning dmesg log by wenxu · 4 years, 6 months ago
  99. a1db217 net: flow_offload: fix flow_indr_dev_unregister path by wenxu · 4 years, 6 months ago
  100. 66f1939a flow_offload: use flow_indr_block_cb_alloc/remove function by wenxu · 4 years, 6 months ago