1. 0843c09 net/sched: Set the net-device for egress device instance by Or Gerlitz · 7 years ago
  2. 322d95f Merge branch 'cxgb4-more-flower-offloads' by David S. Miller · 7 years ago
  3. 557ccbf cxgb4: add tc flower support for L3/L4 rewrite by Kumar Sanghvi · 7 years ago
  4. 0ff9099 cxgb4: introduce fw_filter2_wr to prepare for L3/L4 rewrite support by Kumar Sanghvi · 7 years ago
  5. 202187c cxgb4: add tc flower support for ETH-SMAC rewrite by Kumar Sanghvi · 7 years ago
  6. 3bdb376 cxgb4: introduce SMT ops to prepare for SMAC rewrite support by Kumar Sanghvi · 7 years ago
  7. 27ece1f cxgb4: add tc flower support for ETH-DMAC rewrite by Kumar Sanghvi · 7 years ago
  8. c39bff4 cxgb4: add tc flower support for action PASS by Kumar Sanghvi · 7 years ago
  9. ad9af3e cxgb4: add tc flower match support for vlan by Kumar Sanghvi · 7 years ago
  10. bda1e22 cxgb4: add tc flower match support for TOS by Kumar Sanghvi · 7 years ago
  11. 8900567 tcp: Remove use of inet6_sk and add IPv6 checks to tracepoint by David Ahern · 7 years ago
  12. 17c9188 doc: Update VRF documentation metric by Donald Sharp · 7 years ago
  13. 9854d75 Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 7 years ago
  14. 3732053 Merge tag 'wireless-drivers-next-for-davem-2017-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 7 years ago
  15. d18b4b3 net: sched: cls_u32: use hash_ptr() for tc_u_hash by Arnd Bergmann · 7 years ago
  16. c75e427 tipc: checking for NULL instead of IS_ERR() by Dan Carpenter · 7 years ago
  17. 6575f35 Merge branch 'sh_eth-fallback-compat-strings' by David S. Miller · 7 years ago
  18. b4804e0 net: sh_eth: implement R-Car Gen[12] fallback compatibility strings by Simon Horman · 7 years ago
  19. 6c4b2f7 net: sh_eth: rename name structures as rcar_gen[12]_* by Simon Horman · 7 years ago
  20. 87d9fa6 dt-bindings: net: sh_eth: add R-Car Gen[12] fallback compatibility strings by Simon Horman · 7 years ago
  21. 7a0947e dql: make dql_init return void by Stephen Hemminger · 7 years ago
  22. be070c7 net: l2tp: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  23. 48acc9e liquidio: mark expected switch fall-through in octeon_destroy_resources by Gustavo A. R. Silva · 7 years ago
  24. b14bec8 liquidio: remove unnecessary NULL check before kfree in delete_glists by Gustavo A. R. Silva · 7 years ago
  25. ac79a51 Merge branch 'ibmvnic-next' by David S. Miller · 7 years ago
  26. aa0bf85 ibmvnic: Let users change net device features by Thomas Falcon · 7 years ago
  27. fdb0610 ibmvnic: Enable TSO support by Thomas Falcon · 7 years ago
  28. 1548205 ibmvnic: Enable scatter-gather support by Thomas Falcon · 7 years ago
  29. 010f245 tun: relax check on eth_get_headlen() return value by Eric Dumazet · 7 years ago
  30. 22ce97f mqprio: fix potential null pointer dereference on opt by Colin Ian King · 7 years ago
  31. fa31f0c thunderbolt: Right shifting to zero bug in tbnet_handle_packet() by Dan Carpenter · 7 years ago
  32. 9a03c3d thunderbolt: Fix a couple right shifting to zero bugs by Dan Carpenter · 7 years ago
  33. a90cca7 Merge branch 'ena-next' by David S. Miller · 7 years ago
  34. 046b307 net: ena: increase ena driver version to 1.3.0 by Netanel Belgazal · 7 years ago
  35. 58894d5 net: ena: add new admin define for future support of IPv6 RSS by Netanel Belgazal · 7 years ago
  36. 11095fd net: ena: add statistics for missed tx packets by Netanel Belgazal · 7 years ago
  37. 8c5c7ab net: ena: add power management ops to the ENA driver by Netanel Belgazal · 7 years ago
  38. dbeaf1e net: ena: remove legacy suspend suspend/resume support by Netanel Belgazal · 7 years ago
  39. 88aef2f net: ena: improve ENA driver boot time. by Netanel Belgazal · 7 years ago
  40. c057c68 MAINTAINERS: change ENA driver maintainers email domain by Netanel Belgazal · 7 years ago
  41. f436baf qed: Fix iWARP out of order flow by Michal Kalderon · 7 years ago
  42. 30d240d net: hns3: Add mqprio hardware offload support in hns3 driver by Yunsheng Lin · 7 years ago
  43. 56fd2b2 macvlan/macvtap: Add support for L2 forwarding offloads with macvtap by Alexander Duyck · 7 years ago
  44. 8f2e9ca Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  45. b9f1f1c tcp: fix tcp_xmit_retransmit_queue() after rbtree introduction by Eric Dumazet · 7 years ago
  46. b082af7 Merge branch 'bpf-ctx-info-out-of-verifier' by David S. Miller · 7 years ago
  47. 29d1b33 bpf: allow access to skb->len from offloads by Jakub Kicinski · 7 years ago
  48. 4f9218a bpf: move knowledge about post-translation offsets out of verifier by Jakub Kicinski · 7 years ago
  49. 00176a3 bpf: remove the verifier ops from program structure by Jakub Kicinski · 7 years ago
  50. 7de16e3 bpf: split verifier and program ops by Jakub Kicinski · 7 years ago
  51. 386fd5d tcp: Check daddr_cache before use in tracepoint by David Ahern · 7 years ago
  52. d4f4da3 net: ipx: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  53. 275757e6 ipv6: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  54. fb6ff75 tcp: Use pI6c in tcp tracepoint by David Ahern · 7 years ago
  55. fcfd6df ipv4: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  56. 86e58cc decnet: af_decnet: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  57. 54e6d7b Merge branch 'DSA-DPAA' by David S. Miller · 7 years ago
  58. f1851a6 dpaa_eth: remove obsolete comment by Madalin Bucur · 7 years ago
  59. c69fde7 fsl/fman: add dpaa in module names by Madalin Bucur · 7 years ago
  60. 8b9b5a2 dpaa_eth: cleanup dpaa_eth_probe() error paths by Madalin Bucur · 7 years ago
  61. c6e26ea dpaa_eth: change device used by Madalin Bucur · 7 years ago
  62. 3c38ec6 dpaa_eth: move of_phy_connect() to the eth driver by Madalin Bucur · 7 years ago
  63. 48167c9 fsl/fman: remove of_node by Madalin Bucur · 7 years ago
  64. 2dc7c1f tools: bpftool: use more common tag format by Jakub Kicinski · 7 years ago
  65. 2af55f4 Merge branch 'networking-Convert-timers-to-use-timer_setup' by David S. Miller · 7 years ago
  66. ff861c4 sunrpc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  67. 1ab791d ipv4: timewait: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  68. 02ab4fc um: net: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  69. 7d85b2c net: fs_enet: Remove unused timer by Kees Cook · 7 years ago
  70. cac6a8f net/xen-netback: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  71. ba42179 net: atm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  72. 99767f2 net/core: Convert sk_timer users to use timer_setup() by Kees Cook · 7 years ago
  73. 26566ea ethernet/intel: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  74. d039ef6 net: hns: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  75. e84a2ac net: neterion: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  76. d28bb96 net: usb: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  77. dfc5700 net/ethernet/sgi: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  78. 41e9475 hamradio/scc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  79. 6fd9c53 net: seeq: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  80. 0822c5d net: ethernet: sun: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  81. de892f8 net: ethernet: apple: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  82. 1128612 isdnloop: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  83. 5f2585d drivers/net/appletalk: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  84. 9ba650a appletalk: Remove unneeded synchronization by Kees Cook · 7 years ago
  85. d26c089 hdlc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  86. 9f12a77 net/core: Collapse redundant sk_timer callback data assignments by Kees Cook · 7 years ago
  87. 7880201 inet: frags: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  88. 59f379f inet/connection_sock: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  89. a92c575 netfilter: ipset: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  90. cdeabbb net: sched: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  91. 4cfea08 isdn/gigaset: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  92. c788dd2 isdn/gigaset: Use kzalloc instead of open-coded field zeroing by Kees Cook · 7 years ago
  93. e313ac1 mISDN: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  94. d993567 forcedeth: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  95. 11dd894 net: ksz884x: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  96. 6fa35bd net: dl2k: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  97. b09064b bna: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  98. 495ad98 net: amd8111e: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  99. cacd2b3 chelsio: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  100. 7974c0f drivers/net/3com: Convert timers to use timer_setup() by Kees Cook · 7 years ago