1. e05836a tcp: purge write queue upon aborting the connection by Soheil Hassas Yeganeh · 7 years ago
  2. 67f93df dccp: check sk for closed state in dccp_sendmsg() by Alexey Kodanev · 7 years ago
  3. 17cfe79 l2tp: do not accept arbitrary sockets by Eric Dumazet · 7 years ago
  4. a560002 net: Fix hlist corruptions in inet_evict_bucket() by Kirill Tkhai · 7 years ago
  5. e06513d net: smsc911x: Fix unload crash when link is up by Jeremy Linton · 7 years ago
  6. e9fa149 ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes by Stefano Brivio · 7 years ago
  7. cc5db31 net: qcom/emac: Use proper free methods during TX by Hemanth Puranik · 7 years ago
  8. 9de506a qed: Free RoCE ILT Memory on rmmod qedr by Michal Kalderon · 7 years ago
  9. 87772fe Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  10. 2695578 net: usbnet: fix potential deadlock on 32bit hosts by Eric Dumazet · 7 years ago
  11. 35d889d sch_netem: fix skb leak in netem_enqueue() by Alexey Kodanev · 7 years ago
  12. 89036a2 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 7 years ago
  13. 803fafb fsl/fman: avoid sleeping in atomic context while adding an address by Denis Kirjanov · 7 years ago
  14. 6f22c07 Merge branch 'rhltable-dups' by David S. Miller · 7 years ago
  15. 499ac3b test_rhashtable: add test case for rhltable with duplicate objects by Paul Blakey · 7 years ago
  16. d3dcf8e rhashtable: Fix rhlist duplicates insertion by Paul Blakey · 7 years ago
  17. 25b5cdf dt-bindings: net: renesas-ravb: Make stream buffer optional by Geert Uytterhoeven · 7 years ago
  18. 2cbb4ea net: Only honor ifindex in IP_PKTINFO if non-0 by David Ahern · 7 years ago
  19. 22b8d81 ethernet: natsemi: correct spelling by Randy Dunlap · 7 years ago
  20. 30b7483 Merge branch 'net-Use-strlcpy-for-ethtool-get_strings' by David S. Miller · 7 years ago
  21. 8a17eef net: phy: broadcom: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 7 years ago
  22. 55f5356 net: phy: micrel: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 7 years ago
  23. 98409b2 net: phy: marvell: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 7 years ago
  24. cd52667 net: dsa: b53: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 7 years ago
  25. 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
  26. 48e362d ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities" by Colin Ian King · 7 years ago
  27. 69c90702 ia64/err-inject: Use get_user_pages_fast() by Davidlohr Bueso · 7 years ago
  28. 339d541 ia64: doc: tweak whitespace for 'console=' parameter by Sergei Trofimovich · 7 years ago
  29. 2879b65 ia64: Convert remaining atomic operations by Matthew Wilcox · 7 years ago
  30. bd5edbe ia64: convert unwcheck.py to python3 by Corentin Labbe · 7 years ago
  31. aea3fca e1000e: allocate ring descriptors with dma_zalloc_coherent by Pierre-Yves Kerbrat · 7 years ago
  32. 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
  33. 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  34. 4e7dc08 e1000e: Fix check_for_link return value with autoneg off by Benjamin Poirier · 7 years ago
  35. 116f4a6 e1000e: Avoid missed interrupts following ICR read by Benjamin Poirier · 7 years ago
  36. 361a954 e1000e: Fix queue interrupt re-raising in Other interrupt by Benjamin Poirier · 7 years ago
  37. 1f0ea19 Partial revert "e1000e: Avoid receiver overrun interrupt bursts" by Benjamin Poirier · 7 years ago
  38. 745d0bd e1000e: Remove Other from EIAC by Benjamin Poirier · 7 years ago
  39. a7f0fb1 Merge branch 'hv_netvsc-minor-fixes' by David S. Miller · 7 years ago
  40. bee9d41 hv_netvsc: propagate rx filters to VF by Stephen Hemminger · 7 years ago
  41. 009f766 hv_netvsc: filter multicast/broadcast by Stephen Hemminger · 7 years ago
  42. b3bf566 hv_netvsc: defer queue selection to VF by Stephen Hemminger · 7 years ago
  43. 68633ed hv_netvsc: use napi_schedule_irqoff by Stephen Hemminger · 7 years ago
  44. d64e38a hv_netvsc: fix race in napi poll when rescheduling by Stephen Hemminger · 7 years ago
  45. a7483ec hv_netvsc: cancel subchannel setup before halting device by Stephen Hemminger · 7 years ago
  46. fcfb4a0 hv_netvsc: fix error unwind handling if vmbus_open fails by Stephen Hemminger · 7 years ago
  47. f4950e4 hv_netvsc: only wake transmit queue if link is up by Stephen Hemminger · 7 years ago
  48. 12f6966 hv_netvsc: avoid retry on send during shutdown by Stephen Hemminger · 7 years ago
  49. 3cc81a9 virtio-net: re enable XDP_REDIRECT for mergeable buffer by Jason Wang · 7 years ago
  50. 77f840e ppp: prevent unregistered channels from connecting to PPP units by Guillaume Nault · 7 years ago
  51. 79f3a8e tc-testing: skbmod: fix match value of ethertype by Davide Caratti · 7 years ago
  52. 0a8a1bf mlxsw: spectrum_switchdev: Check success of FDB add operation by Shalom Toledo · 7 years ago
  53. 661e50b Linux 4.16-rc4 by Linus Torvalds · 7 years ago
  54. 19f6484 Merge branch 'GSO_BY_FRAGS-correctness-improvements' by David S. Miller · 7 years ago
  55. a4a7771 net: make skb_gso_*_seglen functions private by Daniel Axtens · 7 years ago
  56. 80f5974 net: xfrm: use skb_gso_validate_network_len() to check gso sizes by Daniel Axtens · 7 years ago
  57. ee78bbe net: sched: tbf: handle GSO_BY_FRAGS case in enqueue by Daniel Axtens · 7 years ago
  58. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  59. e64b956 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  60. 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
  61. 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
  62. 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
  63. 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
  64. 4e00f5d5f Merge tag 'batadv-net-for-davem-20180302' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  65. 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
  66. 20f1417 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  67. 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
  68. 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
  69. d6d0972 Merge tag 'linux-watchdog-4.16-fixes-1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  70. 03a6c259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  71. 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
  72. 5fdf8e5 libnvdimm: re-enable deep flush for pmem devices via fsync() by Dave Jiang · 7 years ago
  73. 50186e1 MAINTAINERS: take over Kconfig maintainership by Masahiro Yamada · 7 years ago
  74. 94db151 vfio: disable filesystem-dax page pinning by Dan Williams · 7 years ago
  75. 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
  76. 4a0c719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  77. 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
  78. 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
  79. 2833419 Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  80. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  81. ba004a2 selftests: memory-hotplug: fix emit_tests regression by Shuah Khan · 7 years ago
  82. 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
  83. 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
  84. 5ae6fcc kconfig: fix line number in recursive inclusion error message by Masahiro Yamada · 7 years ago
  85. a11761c Coccinelle: memdup: Fix typo in warning messages by Dafna Hirschfeld · 7 years ago
  86. 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
  87. 84eef2b rds: Incorrect reference counting in TCP socket creation by Ka-Cheong Poon · 7 years ago
  88. 7c42467 i2c: octeon: Prevent error message on bus error by Jan Glauber · 7 years ago
  89. 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
  90. b61e070 Merge branch 'cpufreq-scpi' by Rafael J. Wysocki · 7 years ago
  91. 636a415 parisc: Reduce irq overhead when run in qemu by Helge Deller · 7 years ago
  92. 5ffa851 parisc: Use cr16 interval timers unconditionally on qemu by Helge Deller · 7 years ago
  93. 0ed1fe4 parisc: Check if secondary CPUs want own PDC calls by Helge Deller · 7 years ago
  94. fd8d0ca parisc: Hide virtual kernel memory layout by Helge Deller · 7 years ago
  95. 0adb24e parisc: Fix ordering of cache and TLB flushes by John David Anglin · 7 years ago
  96. a5f7b0e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  97. a6d5051 net: ethtool: don't ignore return from driver get_fecparam method by Edward Cree · 7 years ago
  98. e2c0dc1 vrf: check forwarding on the original netdevice when generating ICMP dest unreachable by Stephen Suryaputra · 7 years ago
  99. 50d629e net: allow interface to be set into VRF if VLAN interface in same VRF by Mike Manning · 7 years ago
  100. 1a90ce3 kconfig: Update ncurses package names for menuconfig by Arvind Prasanna · 7 years ago