1. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 7 years ago
  2. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 7 years ago
  3. a4ea8a3 net: Add generic ndo_select_queue functions by Alexander Duyck · 7 years ago
  4. eadec877 net: Add support for subordinate traffic classes to netdev_pick_tx by Alexander Duyck · 7 years ago
  5. ffcfe25 net: Add support for subordinate device traffic classes by Alexander Duyck · 7 years ago
  6. d7be977 net-sysfs: Drop support for XPS and traffic_class on single queue device by Alexander Duyck · 7 years ago
  7. c47078d tcp: remove redundant SOCK_DONE checks by Eric Dumazet · 7 years ago
  8. 0dbc81e net: sched: Fix warnings from xchg() on RCU'd cookie pointer. by David S. Miller · 7 years ago
  9. 90b73b7 net: sched: change action API to use array of pointers to actions by Vlad Buslov · 7 years ago
  10. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 7 years ago
  11. cae422f net: sched: use reference counting action init by Vlad Buslov · 7 years ago
  12. 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 7 years ago
  13. 16af606 net: sched: implement reference counted action release by Vlad Buslov · 7 years ago
  14. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 7 years ago
  15. 2a2ea34 net: sched: implement action API that deletes action by index by Vlad Buslov · 7 years ago
  16. 3f7c72b net: sched: always take reference to action by Vlad Buslov · 7 years ago
  17. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 7 years ago
  18. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 7 years ago
  19. eec94fd net: sched: use rcu for action cookie update by Vlad Buslov · 7 years ago
  20. b233504 openvswitch: kernel datapath clone action by Yifeng Sun · 7 years ago
  21. a4dc70d tipc: extend link reset criteria for stale packet retransmission by Jon Maloy · 7 years ago
  22. d64efd0 net/sched: flower: Add supprt for matching on QinQ vlan headers by Jianbo Liu · 7 years ago
  23. d306951 net/sched: flower: Dump the ethertype encapsulated in vlan by Jianbo Liu · 7 years ago
  24. 24c590e net/flow_dissector: Add support for QinQ dissection by Jianbo Liu · 7 years ago
  25. aaab083 net/sched: flower: Add support for matching on vlan ethertype by Jianbo Liu · 7 years ago
  26. 2064c3d net/flow_dissector: Save vlan ethertype from headers by Jianbo Liu · 7 years ago
  27. 8d356b8 rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 7 years ago
  28. fbf4781 ip: unconditionally set cork gso_size by Willem de Bruijn · 7 years ago
  29. 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 7 years ago
  30. 5fdaa88 ipv6: fold sockcm_cookie into ipcm6_cookie by Willem de Bruijn · 7 years ago
  31. 657a066 sock: sockc cookie initializer by Willem de Bruijn · 7 years ago
  32. b515430a ipv6: ipcm6_cookie initializer by Willem de Bruijn · 7 years ago
  33. 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 7 years ago
  34. d8269e2 net: ipv6: listify ipv6_rcv() and ip6_rcv_finish() by Edward Cree · 7 years ago
  35. efe6aac net: ipv4: fix list processing on L3 slave devices by Edward Cree · 7 years ago
  36. 2cc0608 net: core: filter: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  37. 3cc87d0 net: decnet: dn_nsp_in: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  38. c53e0c7 tipc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  39. f567bcd devlink: Add enable_sriov boolean generic parameter by Vasundhara Volam · 7 years ago
  40. 036467c devlink: Add generic parameters internal_err_reset and max_macs by Moshe Shemesh · 7 years ago
  41. ea601e1 devlink: Add devlink notifications support for params by Moshe Shemesh · 7 years ago
  42. ec01aeb devlink: Add support for get/set driverinit value by Moshe Shemesh · 7 years ago
  43. e3b7ca1 devlink: Add param set command by Moshe Shemesh · 7 years ago
  44. 45f05de devlink: Add param get command by Moshe Shemesh · 7 years ago
  45. eabaef1 devlink: Add devlink_param register and unregister by Moshe Shemesh · 7 years ago
  46. 6312fe7 net: limit each hash list length to MAX_GRO_SKBS by Li RongQing · 7 years ago
  47. a4ca8b7 net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish() by Edward Cree · 7 years ago
  48. 4b15c70 net/sched: Make etf report drops on error_queue by Jesus Sanchez-Palencia · 7 years ago
  49. 88cab77 net/sched: Add HW offloading capability to ETF by Jesus Sanchez-Palencia · 7 years ago
  50. 25db26a net/sched: Introduce the ETF Qdisc by Vinicius Costa Gomes · 7 years ago
  51. 860b642 net/sched: Allow creating a Qdisc watchdog with other clocks by Vinicius Costa Gomes · 7 years ago
  52. 3d0ba8c net: packet: Hook into time based transmission. by Richard Cochran · 7 years ago
  53. a818f75 net: ipv6: Hook into time based transmission by Jesus Sanchez-Palencia · 7 years ago
  54. bc969a9 net: ipv4: Hook into time based transmission by Jesus Sanchez-Palencia · 7 years ago
  55. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 7 years ago
  56. c47d8c2 net: Clear skb->tstamp only on the forwarding path by Jesus Sanchez-Palencia · 7 years ago
  57. 30e99ed net: sched: act_pedit: fix possible memory leak in tcf_pedit_init() by Wei Yongjun · 7 years ago
  58. e7e3728 net:sched: add action inheritdsfield to skbedit by Qiaobin Fu · 7 years ago
  59. b9f463d net: don't bother calling list RX functions on empty lists by Edward Cree · 7 years ago
  60. 5fa1273 net: ipv4: listify ip_rcv_finish by Edward Cree · 7 years ago
  61. 17266ee net: ipv4: listified version of ip_rcv by Edward Cree · 7 years ago
  62. 88eb194 net: core: propagate SKB lists through packet_type lookup by Edward Cree · 7 years ago
  63. 4ce0017 net: core: another layer of lists, around PF_MEMALLOC skb handling by Edward Cree · 7 years ago
  64. 7da517a net: core: Another step of skb receive list processing by Edward Cree · 7 years ago
  65. 920572b net: core: unwrap skb list receive slightly further by Edward Cree · 7 years ago
  66. f6ad8c1 net: core: trivial netif_receive_skb_list() entry point by Edward Cree · 7 years ago
  67. 0999f02 sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst by Xin Long · 7 years ago
  68. 4be4139 sctp: add support for setting flowlabel when adding a transport by Xin Long · 7 years ago
  69. 0b0dce7 sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams by Xin Long · 7 years ago
  70. 8a9c58d sctp: add support for dscp and flowlabel per transport by Xin Long · 7 years ago
  71. 69b9e1e ipv4: add __ip_queue_xmit() that supports tos param by Xin Long · 7 years ago
  72. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  73. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  74. 9868c0b net sched actions: add extack messages in pedit action by Roman Mashak · 7 years ago
  75. d6f1993 net: expose sk wmem in sock_exceed_buf_limit tracepoint by Yafang Shao · 7 years ago
  76. fc9c202 ipv6: sr: fix passing wrong flags to crypto_alloc_shash() by Eric Biggers · 7 years ago
  77. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  78. 8af2c06 net-sysfs: Add interface for Rx queue(s) map per Tx queue by Amritha Nambiar · 7 years ago
  79. fc9bab2 net: Enable Tx queue selection based on Rx queues by Amritha Nambiar · 7 years ago
  80. c6345ce net: Record receive queue number for a connection by Amritha Nambiar · 7 years ago
  81. 0415746 net: Use static_key for XPS maps by Amritha Nambiar · 7 years ago
  82. 80d1966 net: Refactor XPS for CPUs and Rx queues by Amritha Nambiar · 7 years ago
  83. 1236f22 tcp: prevent bogus FRTO undos with non-SACK flows by Ilpo Järvinen · 7 years ago
  84. 271b955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  85. 35e8c7b net: fib_rules: bring back rule_exists to match rule during add by Roopa Prabhu · 7 years ago
  86. 3f76df1 net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN by Cong Wang · 7 years ago
  87. 4e485d0 strparser: Call skb_unclone conditionally by Vakul Garg · 7 years ago
  88. 8365da2 Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  89. a1be5a2 tipc: extend sock diag for group communication by GhantaKrishnamurthy MohanKrishna · 7 years ago
  90. 6a939f3 tipc: Auto removal of peer down node instance by GhantaKrishnamurthy MohanKrishna · 7 years ago
  91. 759f29b tipc: optimize function tipc_node_timeout() by Tung Nguyen · 7 years ago
  92. e7c7faa net/ipv6: Fix updates to prefix route by David Ahern · 7 years ago
  93. ef9be75 tipc: eliminate buffer cloning in function tipc_msg_extract() by Tung Nguyen · 7 years ago
  94. 4b1b7d3b net/smc: add SMC-D diag support by Hans Wippel · 7 years ago
  95. 4134984 net/smc: add SMC-D support in af_smc by Hans Wippel · 7 years ago
  96. be244f2 net/smc: add SMC-D support in data transfer by Hans Wippel · 7 years ago
  97. c758dfd net/smc: add SMC-D support in CLC messages by Hans Wippel · 7 years ago
  98. 1619f77 net/smc: add pnetid support for SMC-D and ISM by Hans Wippel · 7 years ago
  99. c6ba7c9 net/smc: add base infrastructure for SMC-D and ISM by Hans Wippel · 7 years ago
  100. e82f2e3 net/smc: optimize consumer cursor updates by Ursula Braun · 7 years ago