1. 3d07e07 docs: segmentation-offloads.txt: Correct TCP gso_types by Daniel Axtens · 7 years ago
  2. cbcc607 team: Fix double free in error path by Arkadi Sharshevsky · 7 years ago
  3. cfda06d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  4. 6007b08 bpf, x64: increase number of passes by Daniel Borkmann · 7 years ago
  5. b06ef18 cxgb4: do not set needs_free_netdev for mgmt dev's by Ganesh Goudar · 7 years ago
  6. 016764d cxgb4: copy adap index to PF0-3 adapter instances by Ganesh Goudar · 7 years ago
  7. b51f26b net: don't unnecessarily load kernel modules in dev_ioctl() by Paul Moore · 7 years ago
  8. e05836a tcp: purge write queue upon aborting the connection by Soheil Hassas Yeganeh · 7 years ago
  9. 67f93df dccp: check sk for closed state in dccp_sendmsg() by Alexey Kodanev · 7 years ago
  10. 17cfe79 l2tp: do not accept arbitrary sockets by Eric Dumazet · 7 years ago
  11. a560002 net: Fix hlist corruptions in inet_evict_bucket() by Kirill Tkhai · 7 years ago
  12. e06513d net: smsc911x: Fix unload crash when link is up by Jeremy Linton · 7 years ago
  13. e9fa149 ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes by Stefano Brivio · 7 years ago
  14. cc5db31 net: qcom/emac: Use proper free methods during TX by Hemanth Puranik · 7 years ago
  15. 9de506a qed: Free RoCE ILT Memory on rmmod qedr by Michal Kalderon · 7 years ago
  16. 87772fe Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  17. 2695578 net: usbnet: fix potential deadlock on 32bit hosts by Eric Dumazet · 7 years ago
  18. 35d889d sch_netem: fix skb leak in netem_enqueue() by Alexey Kodanev · 7 years ago
  19. 89036a2 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 7 years ago
  20. 803fafb fsl/fman: avoid sleeping in atomic context while adding an address by Denis Kirjanov · 7 years ago
  21. 6f22c07 Merge branch 'rhltable-dups' by David S. Miller · 7 years ago
  22. 499ac3b test_rhashtable: add test case for rhltable with duplicate objects by Paul Blakey · 7 years ago
  23. d3dcf8e rhashtable: Fix rhlist duplicates insertion by Paul Blakey · 7 years ago
  24. 25b5cdf dt-bindings: net: renesas-ravb: Make stream buffer optional by Geert Uytterhoeven · 7 years ago
  25. 20d5de5 tools: bpftool: fix compilation with older headers by Jiri Benc · 7 years ago
  26. 2cbb4ea net: Only honor ifindex in IP_PKTINFO if non-0 by David Ahern · 7 years ago
  27. 22b8d81 ethernet: natsemi: correct spelling by Randy Dunlap · 7 years ago
  28. 30b7483 Merge branch 'net-Use-strlcpy-for-ethtool-get_strings' by David S. Miller · 7 years ago
  29. 8a17eef net: phy: broadcom: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 7 years ago
  30. 55f5356 net: phy: micrel: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 7 years ago
  31. 98409b2 net: phy: marvell: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 7 years ago
  32. cd52667 net: dsa: b53: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 7 years ago
  33. ce38061 Merge tag 'please-pull-ia64_misc' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 7 years ago
  34. 48e362d ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities" by Colin Ian King · 7 years ago
  35. 69c90702 ia64/err-inject: Use get_user_pages_fast() by Davidlohr Bueso · 7 years ago
  36. 339d541 ia64: doc: tweak whitespace for 'console=' parameter by Sergei Trofimovich · 7 years ago
  37. 2879b65 ia64: Convert remaining atomic operations by Matthew Wilcox · 7 years ago
  38. bd5edbe ia64: convert unwcheck.py to python3 by Corentin Labbe · 7 years ago
  39. aea3fca e1000e: allocate ring descriptors with dma_zalloc_coherent by Pierre-Yves Kerbrat · 7 years ago
  40. 094b58e Merge tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  41. 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  42. 4e7dc08 e1000e: Fix check_for_link return value with autoneg off by Benjamin Poirier · 7 years ago
  43. 116f4a6 e1000e: Avoid missed interrupts following ICR read by Benjamin Poirier · 7 years ago
  44. 361a954 e1000e: Fix queue interrupt re-raising in Other interrupt by Benjamin Poirier · 7 years ago
  45. 1f0ea19 Partial revert "e1000e: Avoid receiver overrun interrupt bursts" by Benjamin Poirier · 7 years ago
  46. 745d0bd e1000e: Remove Other from EIAC by Benjamin Poirier · 7 years ago
  47. a7f0fb1 Merge branch 'hv_netvsc-minor-fixes' by David S. Miller · 7 years ago
  48. bee9d41 hv_netvsc: propagate rx filters to VF by Stephen Hemminger · 7 years ago
  49. 009f766 hv_netvsc: filter multicast/broadcast by Stephen Hemminger · 7 years ago
  50. b3bf566 hv_netvsc: defer queue selection to VF by Stephen Hemminger · 7 years ago
  51. 68633ed hv_netvsc: use napi_schedule_irqoff by Stephen Hemminger · 7 years ago
  52. d64e38a hv_netvsc: fix race in napi poll when rescheduling by Stephen Hemminger · 7 years ago
  53. a7483ec hv_netvsc: cancel subchannel setup before halting device by Stephen Hemminger · 7 years ago
  54. fcfb4a0 hv_netvsc: fix error unwind handling if vmbus_open fails by Stephen Hemminger · 7 years ago
  55. f4950e4 hv_netvsc: only wake transmit queue if link is up by Stephen Hemminger · 7 years ago
  56. 12f6966 hv_netvsc: avoid retry on send during shutdown by Stephen Hemminger · 7 years ago
  57. 3cc81a9 virtio-net: re enable XDP_REDIRECT for mergeable buffer by Jason Wang · 7 years ago
  58. 77f840e ppp: prevent unregistered channels from connecting to PPP units by Guillaume Nault · 7 years ago
  59. 79f3a8e tc-testing: skbmod: fix match value of ethertype by Davide Caratti · 7 years ago
  60. 0a8a1bf mlxsw: spectrum_switchdev: Check success of FDB add operation by Shalom Toledo · 7 years ago
  61. 661e50b Linux 4.16-rc4 by Linus Torvalds · 7 years ago
  62. 19f6484 Merge branch 'GSO_BY_FRAGS-correctness-improvements' by David S. Miller · 7 years ago
  63. a4a7771 net: make skb_gso_*_seglen functions private by Daniel Axtens · 7 years ago
  64. 80f5974 net: xfrm: use skb_gso_validate_network_len() to check gso sizes by Daniel Axtens · 7 years ago
  65. ee78bbe net: sched: tbf: handle GSO_BY_FRAGS case in enqueue by Daniel Axtens · 7 years ago
  66. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  67. e64b956 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 7225a44 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 4c4ce3022 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. ff8d583 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. af8c081 Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  72. 4e00f5d5f Merge tag 'batadv-net-for-davem-20180302' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  73. 58bdf60 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  74. 20f1417 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  75. d02f51c bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbs by Daniel Axtens · 7 years ago
  76. 0eb3412 Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  77. 7cf901b Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  78. d6d0972 Merge tag 'linux-watchdog-4.16-fixes-1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  79. 03a6c259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  80. 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
  81. 5fdf8e5 libnvdimm: re-enable deep flush for pmem devices via fsync() by Dave Jiang · 7 years ago
  82. 50186e1 MAINTAINERS: take over Kconfig maintainership by Masahiro Yamada · 7 years ago
  83. 94db151 vfio: disable filesystem-dax page pinning by Dan Williams · 7 years ago
  84. 329ad5e Merge tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  85. 4a0c719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  86. 5fbdefc Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  87. 0573fed Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  88. 2833419 Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  89. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  90. ba004a2 selftests: memory-hotplug: fix emit_tests regression by Shuah Khan · 7 years ago
  91. ff06b55 Merge tag 'mmc-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  92. a5c05b7 Merge tag 'pm-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  93. 5ae6fcc kconfig: fix line number in recursive inclusion error message by Masahiro Yamada · 7 years ago
  94. a11761c Coccinelle: memdup: Fix typo in warning messages by Dafna Hirschfeld · 7 years ago
  95. d69242b Merge tag 'mac80211-for-davem-2018-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  96. 84eef2b rds: Incorrect reference counting in TCP socket creation by Ka-Cheong Poon · 7 years ago
  97. 7c42467 i2c: octeon: Prevent error message on bus error by Jan Glauber · 7 years ago
  98. 1a0e3a3 Merge tag 'at24-4.16-rc4-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 7 years ago
  99. b61e070 Merge branch 'cpufreq-scpi' by Rafael J. Wysocki · 7 years ago
  100. 636a415 parisc: Reduce irq overhead when run in qemu by Helge Deller · 7 years ago