1. 8f2e9ca Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  2. 4f9218a bpf: move knowledge about post-translation offsets out of verifier by Jakub Kicinski · 7 years ago
  3. 00176a3 bpf: remove the verifier ops from program structure by Jakub Kicinski · 7 years ago
  4. 7de16e3 bpf: split verifier and program ops by Jakub Kicinski · 7 years ago
  5. 386fd5d tcp: Check daddr_cache before use in tracepoint by David Ahern · 7 years ago
  6. fb6ff75 tcp: Use pI6c in tcp tracepoint by David Ahern · 7 years ago
  7. 7880201 inet: frags: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  8. 59f379f inet/connection_sock: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  9. eb4ddaf net/decnet: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  10. c8652c8 net: dsa: add dsa_to_port helper by Vivien Didelot · 7 years ago
  11. f8b8b1c net: dsa: split dsa_port's netdev member by Vivien Didelot · 7 years ago
  12. f9419f7 bpf: cpumap add tracepoints by Jesper Dangaard Brouer · 7 years ago
  13. 1c601d8 bpf: cpumap xdp_buff to skb conversion and allocation by Jesper Dangaard Brouer · 7 years ago
  14. 9c270af bpf: XDP_REDIRECT enable use of cpumap by Jesper Dangaard Brouer · 7 years ago
  15. 6710e11 bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP by Jesper Dangaard Brouer · 7 years ago
  16. 5a6cd6d ethtool: add ethtool_intersect_link_masks by Alan Brady · 7 years ago
  17. 9185a61 tracing: bpf: Hide bpf trace events when they are not used by Steven Rostedt (VMware) · 7 years ago
  18. 0da4af0 ipv6: only update __use and lastusetime once per jiffy at most by Wei Wang · 7 years ago
  19. 74e3be6 net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock by Jiri Pirko · 7 years ago
  20. 34e3759 net: sched: teach tcf_bind/unbind_filter to use block->q by Jiri Pirko · 7 years ago
  21. 4418646 net: sched: introduce tcf_block_q and tcf_block_dev helpers by Jiri Pirko · 7 years ago
  22. 855319b net: sched: store net pointer in block and introduce qdisc_net helper by Jiri Pirko · 7 years ago
  23. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  24. 3230290 mqprio: Reserve last 32 classid values for HW traffic classes and misc IDs by Alexander Duyck · 7 years ago
  25. af28f6f Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 7 years ago
  26. e4655e4 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  27. e086101 tcp: add a tracepoint for tcp retransmission by Cong Wang · 7 years ago
  28. 841f4f2 net: dsa: remove .set_addr by Vivien Didelot · 7 years ago
  29. 7c39afb net/mlx5: PTP code migration to driver core section by Feras Daoud · 7 years ago
  30. 17a9422 i40e/i40evf: don't trust VF to reset itself by Alan Brady · 7 years ago
  31. 4e8b86c mqprio: Introduce new hardware offload mode and shaper in mqprio by Amritha Nambiar · 7 years ago
  32. ae236fb tipc: receive group membership events via member socket by Jon Maloy · 7 years ago
  33. 75da216 tipc: introduce communication groups by Jon Maloy · 7 years ago
  34. 2355a65 net: phy: broadcom: support new device flag for setting master mode by Rafał Miłecki · 7 years ago
  35. aa9fd9a sched: act: ife: update parameters via rcu handling by Alexander Aring · 7 years ago
  36. 8f04748 net sched actions: change IFE modules alias names by Roman Mashak · 7 years ago
  37. ad2d116 sched: tc_mirred: Remove whitespaces by Florian Fainelli · 7 years ago
  38. 0a5f14c net: dsa: tag_brcm: Indicate to master netdevice port + queue by Florian Fainelli · 7 years ago
  39. 60724d4 net: dsa: Add support for DSA specific notifiers by Florian Fainelli · 7 years ago
  40. 437d276 tcp: remove obsolete helpers by Eric Dumazet · 7 years ago
  41. 7578d7b net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_dev by Jiri Pirko · 7 years ago
  42. 717503b net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra by Jiri Pirko · 7 years ago
  43. b3f55bd net: sched: introduce per-egress action device callbacks by Jiri Pirko · 7 years ago
  44. 843e79d net: sched: make tc_action_ops->get_dev return dev and avoid passing net by Jiri Pirko · 7 years ago
  45. da7653f net: qrtr: Add control packet definition to uapi by Bjorn Andersson · 7 years ago
  46. 2897871 net: qrtr: Move constants to header file by Bjorn Andersson · 7 years ago
  47. 4a26981 tcp: fix tcp_unlink_write_queue() by Eric Dumazet · 7 years ago
  48. df2fd38 Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  49. 1ea4ff3 cfg80211: support reloading regulatory database by Johannes Berg · 7 years ago
  50. 8c418b5 fq: support filtering a given tin by Johannes Berg · 7 years ago
  51. b822696 openvswitch: add ct_clear action by Eric Garver · 7 years ago
  52. a2a7d57 bpf: write back the verifier log buffer as it gets filled by Jakub Kicinski · 7 years ago
  53. d66f2b9 bpf: don't rely on the verifier lock for metadata_dst allocation by Jakub Kicinski · 7 years ago
  54. 61bd521 bpf: move global verifier log into verifier environment by Jakub Kicinski · 7 years ago
  55. e7bf824 bpf: encapsulate verifier log state into a structure by Jakub Kicinski · 7 years ago
  56. ceaa001 openvswitch: Add erspan tunnel support. by William Tu · 7 years ago
  57. cf4c950 once: switch to new jump label API by Eric Biggers · 7 years ago
  58. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. ff33952 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  60. fb60bcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  61. 6f34a28 qed: Add LL2 slowpath handling by Michal Kalderon · 7 years ago
  62. 77caa79 qed: Add ll2 option for dropping a tx packet by Michal Kalderon · 7 years ago
  63. ed468eb qed: Add ll2 ability of opening a secondary queue by Michal Kalderon · 7 years ago
  64. 0912bda net: bridge: Export bridge multicast router state by Yotam Gigi · 7 years ago
  65. 7704142 net: bridge: Notify on bridge device mrouter state changes by Yotam Gigi · 7 years ago
  66. 98589a0 netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' by Shmulik Ladkani · 7 years ago
  67. 821f1b2 bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood by Roopa Prabhu · 7 years ago
  68. 067cae4 bpf: Use char in prog and map name by Martin KaFai Lau · 7 years ago
  69. 548ec11 net: phonet: mark phonet_protocol as const by Lin Zhang · 7 years ago
  70. 6423747 net: phonet: mark header_ops as const by Lin Zhang · 7 years ago
  71. 4bebdc7 bpf: add helper bpf_perf_prog_read_value by Yonghong Song · 7 years ago
  72. 908432c bpf: add helper bpf_perf_event_read_value for perf event array map by Yonghong Song · 7 years ago
  73. 9756263 bpf: perf event change needed for subsequent bpf helpers by Yonghong Song · 7 years ago
  74. bdc4764 ip_tunnel: add mpls over gre support by Amine Kherbouche · 7 years ago
  75. 81eb844 ipv6: take care of rt6_stats by Wei Wang · 7 years ago
  76. 66f5d6c ipv6: replace rwlock with rcu and spinlock in fib6_table by Wei Wang · 7 years ago
  77. bbd63f0 ipv6: update fn_sernum after route is inserted to tree by Wei Wang · 7 years ago
  78. 2b760fc ipv6: hook up exception table to store dst cache by Wei Wang · 7 years ago
  79. 38fbeee ipv6: prepare fib6_locate() for exception table by Wei Wang · 7 years ago
  80. c757faa ipv6: prepare fib6_age() for exception table by Wei Wang · 7 years ago
  81. 35732d0 ipv6: introduce a hash table to store dst cache by Wei Wang · 7 years ago
  82. 180ca44 ipv6: introduce a new function fib6_update_sernum() by Wei Wang · 7 years ago
  83. 85b1bb2 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  84. 031b814 Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  85. 75c119a tcp: implement rb-tree based retransmit queue by Eric Dumazet · 7 years ago
  86. ac3f09b tcp: uninline tcp_write_queue_purge() by Eric Dumazet · 7 years ago
  87. 18a4c0e net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 7 years ago
  88. 4e64b1e net/ipv6: Convert icmpv6_push_pending_frames to void by Joe Perches · 7 years ago
  89. 27efed3 Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. 753d179 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 7 years ago
  91. e208007 tcp: new list for sent but unacked skbs for RACK recovery by Eric Dumazet · 7 years ago
  92. 27204aa tcp: uniform the set up of sockets after successful connection by Wei Wang · 7 years ago
  93. 413a431 VSOCK: add sock_diag interface by Stefan Hajnoczi · 7 years ago
  94. 3b4477d VSOCK: use TCP state constants for sk_state by Stefan Hajnoczi · 7 years ago
  95. bf359b8 VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h by Stefan Hajnoczi · 7 years ago
  96. 44f2098 VSOCK: export socket tables for sock_diag interface by Stefan Hajnoczi · 7 years ago
  97. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  98. 076264a Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  99. 0f38071 Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  100. 9a431ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago