1. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  2. a399546 net: phy: Relax error checking on sysfs_create_link() by Florian Fainelli · 8 years ago
  3. 3d3ea5a rtnl: Add support for netdev event to link messages by Vlad Yasevich · 8 years ago
  4. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. 6741d51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  6. 9341b98 bridge: Export multicast enabled state by Ido Schimmel · 8 years ago
  7. 1f51445 bridge: Export VLAN filtering state by Ido Schimmel · 8 years ago
  8. 1b8f2ff Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  9. 6ce4782 Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  10. 80941b2 Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  11. 83b4605 PCI/msi: fix the pci_alloc_irq_vectors_affinity stub by Christoph Hellwig · 8 years ago
  12. 614d0d7 bpf: add various verifier test cases by Daniel Borkmann · 8 years ago
  13. abc7a4e Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 8 years ago
  14. 35d2f80 vlan: Fix tcp checksum offloads in Q-in-Q vlans by Vlad Yasevich · 8 years ago
  15. 3f6b123 Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  16. 712c3cb qed: Replace set_id() api with set_name() by Mintz, Yuval · 8 years ago
  17. ae33666 qed: Provide MBI information in dev_info by Tomer Tayar · 8 years ago
  18. 9d7650c qed: Align DP_ERR style with other DP macros by Mintz, Yuval · 8 years ago
  19. 2426125 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  20. 590d4b3 Merge tag 'mmc-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  21. 4d071c3 PCI/PM: Add needs_resume flag to avoid suspend complete optimization by Imre Deak · 8 years ago
  22. 6f4dbd1 libceph: use kbasename() and kill ceph_file_part() by Ilya Dryomov · 8 years ago
  23. 12e8b57 mlx5: fix bug reading rss_hash_type from CQE by Jesper Dangaard Brouer · 8 years ago
  24. 7f65b1f cdc-ether: divorce initialisation with a filter reset and a generic method by Oliver Neukum · 8 years ago
  25. 73dd3a4 net/mlx5: Avoid using pending command interface slots by Mohamad Haj Yahia · 8 years ago
  26. c70d9d8 ptrace: Properly initialize ptracer_cred on fork by Eric W. Biederman · 8 years ago
  27. 218b6a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 86ca984 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  29. 7254a50 blk-mq: remove blk_mq_abort_requeue_list() by Ming Lei · 8 years ago
  30. c3ab2b4 net: ipv4: Add extack messages for route add failures by David Ahern · 8 years ago
  31. c2372c2 of/platform: Make of_platform_device_destroy globally visible by Jan Glauber · 8 years ago
  32. b50a5c7 net: allow simultaneous SW and HW transmit timestamping by Miroslav Lichvar · 8 years ago
  33. 90b602f net: add function to retrieve original skb device using NAPI ID by Miroslav Lichvar · 8 years ago
  34. 23416e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  35. 56f410c Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  36. 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  37. 4b8ba5f nvmet-fc: remove target cpu scheduling flag by James Smart · 8 years ago
  38. 4123109 nvme-fc: correct port role bits by James Smart · 8 years ago
  39. 3202629 Merge tag 'usb-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  40. 8c3fc16 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  41. 32d0f78 phy: Add helper function to check phy interface mode by Iyappan Subramanian · 8 years ago
  42. b4759dc sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY} by Davide Caratti · 8 years ago
  43. 43c26a1 net: more accurate checksumming in validate_xmit_skb() by Davide Caratti · 8 years ago
  44. dba0030 net: use skb->csum_not_inet to identify packets needing crc32c by Davide Caratti · 8 years ago
  45. 219f1d79 sk_buff: remove support for csum_bad in sk_buff by Davide Caratti · 8 years ago
  46. b72b5bf net: introduce skb_crc32c_csum_help by Davide Caratti · 8 years ago
  47. 9617813 skbuff: add stub to help computing crc32c on SCTP packets by Davide Caratti · 8 years ago
  48. 1fbbed4 Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  49. f538a82 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  50. 5252d73 Merge tag 'v4.12-rc1' into fixes by Olof Johansson · 8 years ago
  51. 7b6859f qed: Utilize FW 8.20.0.0 by Mintz, Yuval · 8 years ago
  52. 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 8 years ago
  53. 49f96fd tap: export skb_array by Jason Wang · 8 years ago
  54. 83339c6 tun: export skb_array by Jason Wang · 8 years ago
  55. 3528c1a skb_array: introduce batch dequeuing by Jason Wang · 8 years ago
  56. 728fc8d ptr_ring: introduce batch dequeuing by Jason Wang · 8 years ago
  57. 3acb696 skb_array: introduce skb_array_unconsume by Jason Wang · 8 years ago
  58. 197a521 ptr_ring: add ptr_ring_unconsume by Michael S. Tsirkin · 8 years ago
  59. 6a29bee usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcd by Peter Chen · 8 years ago
  60. 30e7d89 tracing/kprobes: Enforce kprobes teardown after testing by Thomas Gleixner · 8 years ago
  61. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  62. 1b86f70 net: phy: Remove residual magic from PHY drivers by Andrew Lunn · 8 years ago
  63. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  64. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  65. 65101ae net/sock: factor out dequeue/peek with offset code by Paolo Abeni · 8 years ago
  66. c953d63 ebtables: arpreply: Add the standard target sanity check by Gao Feng · 8 years ago
  67. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  68. 324318f netfilter: xtables: zero padding in data_to_user by Willem de Bruijn · 8 years ago
  69. e29341f net/mlx5: FPGA, Add basic support for Innova by Ilan Tayari · 8 years ago
  70. 0179720 net/mlx5: Introduce trigger_health_work function by Ilan Tayari · 8 years ago
  71. 1b9a07e {net, IB}/mlx5: Replace mlx5_vzalloc with kvzalloc by Leon Romanovsky · 8 years ago
  72. 5085411 net/mlx5: Use underlay QPN from the root name space by Yishai Hadas · 8 years ago
  73. f5705aa8c dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case by Dan Williams · 8 years ago
  74. 1251704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  75. 4636e70 dax: prevent invalidation of mapped DAX entries by Ross Zwisler · 8 years ago
  76. 8594a21 mm, vmalloc: fix vmalloc users tracking properly by Michal Hocko · 8 years ago
  77. 572e0ca time: delete current_fs_time() by Deepa Dinamani · 8 years ago
  78. 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  79. 6b402bd Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 8 years ago
  80. 6a776e4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  81. 0504532 Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  82. dc2a248 Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  83. d67b9cd xdp: refine xdp api with regards to generic xdp by Daniel Borkmann · 8 years ago
  84. e07b98d bpf: Add strict alignment flag for BPF_PROG_LOAD. by David S. Miller · 8 years ago
  85. d117441 bpf: Track alignment of register values in the verifier. by David S. Miller · 8 years ago
  86. 4892c6f Merge tag 'fbdev-v4.12' of git://github.com/bzolnier/linux by Linus Torvalds · 8 years ago
  87. 9786e34 Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  88. df3ed93 Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and resolver code" by Rob Herring · 8 years ago
  89. 3ae3d67 libnvdimm: add an atomic vs process context flag to rw_bytes by Vishal Verma · 8 years ago
  90. 593043d Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  91. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  92. b5a53b6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  93. c70422f Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  94. 73ccb02 Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  95. e038d551 Merge branch 'tee/initial-merge' into fixes by Arnd Bergmann · 8 years ago
  96. c44b594 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  97. 5ccd414 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  98. a2d9214 Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  99. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 2e4ab93 Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago