1. 4ce7e93 tcp: rate limit ACK sent by SYN_RECV request sockets by Eric Dumazet · 8 years ago
  2. a9d6532 ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply() by Eric Dumazet · 8 years ago
  3. 9caad86 tcp: increment sk_drops for listeners by Eric Dumazet · 8 years ago
  4. 532182c tcp: increment sk_drops for dropped rx packets by Eric Dumazet · 8 years ago
  5. 1523930 sock_diag: add SK_MEMINFO_DROPS by Eric Dumazet · 8 years ago
  6. 3b24d85 tcp/dccp: do not touch listener sk_refcnt under synflood by Eric Dumazet · 8 years ago
  7. 3a5d1c0 inet: reqsk_alloc() needs to take care of dead listeners by Eric Dumazet · 8 years ago
  8. 2d33191 tcp/dccp: use rcu locking in inet_diag_find_one_icsk() by Eric Dumazet · 8 years ago
  9. ee3cf32 tcp/dccp: remove BH disable/enable in lookup by Eric Dumazet · 8 years ago
  10. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 8 years ago
  11. a4298e4 net: add SOCK_RCU_FREE socket flag by Eric Dumazet · 8 years ago
  12. 43e2dfb Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  13. 6e33804 Merge branch 'mv88e6131-hw-bridging-6185' by David S. Miller · 8 years ago
  14. 26892ff net: dsa: mv88e6131: enable hardware bridging by Vivien Didelot · 9 years ago
  15. f93dd04 net: dsa: mv88e6xxx: map destination addresses for 6185 by Vivien Didelot · 9 years ago
  16. 11ea809 net: dsa: mv88e6xxx: support 256 databases by Vivien Didelot · 9 years ago
  17. f74df0b net: dsa: mv88e6xxx: variable number of databases by Vivien Didelot · 9 years ago
  18. b426e5f net: dsa: mv88e6xxx: protect FID registers access by Vivien Didelot · 9 years ago
  19. 2e7bd5e net: dsa: mv88e6xxx: protect SID register access by Vivien Didelot · 9 years ago
  20. 0c5a616 ixgbe: Add support for toggling VLAN filtering flag via ethtool by Alexander Duyck · 9 years ago
  21. 4ae7834 ixgbe: Extend cls_u32 offload to support UDP headers by Amritha Nambiar · 9 years ago
  22. dbd15b8 ixgbe: Place SWFW semaphore in known valid state at probe by Don Skidmore · 9 years ago
  23. c04f90e ixgbe: add a callback to set the maximum transmit bitrate by Rostislav Pehlivanov · 9 years ago
  24. afdc71e ixgbe: Fix flow control for Xeon D KR backplane by Mark Rustad · 9 years ago
  25. cb2b3ed ixgbevf: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  26. 49763de ixgbe: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  27. c7374b5 ixgbe: use eth_platform_get_mac_address() by Sowmini Varadhan · 9 years ago
  28. 3768901 ixgbe: Make all unchanging ops structures const by Mark Rustad · 9 years ago
  29. 06bb1c3 ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA by Alexander Duyck · 9 years ago
  30. 9ef280c irda: sh_irda: remove driver by Simon Horman · 8 years ago
  31. acf195a Merge branch 'macb-coding-style' by David S. Miller · 8 years ago
  32. 88023be net: macb: Fix simple typo by Moritz Fischer · 9 years ago
  33. eefb52d net: macb: Use ether_addr_copy over memcpy by Moritz Fischer · 9 years ago
  34. aa50b55 net: macb: Fix coding style suggestions by Moritz Fischer · 9 years ago
  35. 64ec42f net: macb: Fix coding style warnings by Moritz Fischer · 9 years ago
  36. 96ec631 net: macb: Fix coding style error message by Moritz Fischer · 9 years ago
  37. f51bdc2 ravb: Add dma queue interrupt support by Kazuya Mizuguchi · 8 years ago
  38. 18be4fc ixgbe: Do not allow PF to add VLVF entry unless it actually needs it by Alexander Duyck · 9 years ago
  39. 1d96cf9 ixgbe: Extend trust to allow guest to set unicast address by chas williams · 9 years ago
  40. d5dd7c3 ixgbevf: use bit operations for setting and checking resets by Emil Tantilov · 9 years ago
  41. 9d2355b Merge branch 'cmsg_timestamp' by David S. Miller · 8 years ago
  42. fd91e12 sock: document timestamping via cmsg in Documentation by Soheil Hassas Yeganeh · 8 years ago
  43. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  44. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 8 years ago
  45. 24025c4 ipv4: process socket-level control messages in IPv4 by Soheil Hassas Yeganeh · 8 years ago
  46. 3dd17e6 sock: accept SO_TIMESTAMPING flags in socket cmsg by Soheil Hassas Yeganeh · 8 years ago
  47. 6b08492 tcp: use one bit in TCP_SKB_CB to mark ACK timestamps by Soheil Hassas Yeganeh · 8 years ago
  48. 6db8b96 tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFO by Soheil Hassas Yeganeh · 8 years ago
  49. 39771b1 sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop by Willem de Bruijn · 8 years ago
  50. 75b6462 ixgbe: on recv increment rx.ring->stats.yields by Pavel Tikhomirov · 9 years ago
  51. 833716e Merge branch 'stmmac-GMAC4.x' by David S. Miller · 8 years ago
  52. 91979b9 stmmac: update MAINTAINERS by Alexandre TORGUE · 9 years ago
  53. 06bce7d stmmac: update version to Jan_2016 by Alexandre TORGUE · 9 years ago
  54. 0b7a43d Documentation: networking: update stmmac by Alexandre TORGUE · 9 years ago
  55. f748be5 stmmac: support new GMAC4 by Alexandre TORGUE · 9 years ago
  56. ee2ae1e stmmac: add new DT platform entries for GMAC4 by Alexandre TORGUE · 9 years ago
  57. 36ff7c1 stmmac: enhance mmc counter management by Alexandre TORGUE · 9 years ago
  58. 477286b stmmac: add GMAC4 core support by Alexandre TORGUE · 9 years ago
  59. 48863ce stmmac: add DMA support for GMAC 4.xx by Alexandre TORGUE · 9 years ago
  60. 35f74c0 stmmac: add GMAC4 DMA/CORE Header File by Alexandre TORGUE · 9 years ago
  61. 753a710 stmmac: add descriptors function for GMAC 4.xx by Alexandre TORGUE · 9 years ago
  62. c623d14 stmmac: rework synopsys id read, moved to dwmac setup by Alexandre TORGUE · 9 years ago
  63. d0225e7 stmmac: rework the routines to show the ring status by Alexandre TORGUE · 9 years ago
  64. f10a6a3 stmmac: rework get_hw_feature function by Alexandre TORGUE · 9 years ago
  65. 5ada37b net: hns: add support of pause frame ctrl for HNS V2 by Lisheng · 9 years ago
  66. 7822ce7 netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 address by Haishuang Yan · 9 years ago
  67. 2349262 tcp: remove cwnd moderation after recovery by Yuchung Cheng · 9 years ago
  68. 05cf807 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  69. cf78031 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  70. 1826907 Merge tag 'pm+acpi-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  71. 4e19fd9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  72. 8fbd4ad Merge branch 'acpi-processor' by Rafael J. Wysocki · 8 years ago
  73. 82d2a34 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  74. 22fed39 Merge tag 'for-linus' of git://github.com/martinbrandenburg/linux by Linus Torvalds · 8 years ago
  75. 4fff505 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  76. 2708d17 Merge tag 'sound-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  77. 394532e .mailmap: add Christophe Ricard by Christophe Ricard · 8 years ago
  78. f76be61 Make CONFIG_FHANDLE default y by Andi Kleen · 8 years ago
  79. ec3b688 mm/page_isolation.c: fix the function comments by Neil Zhang · 8 years ago
  80. af8e15c oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list head by Michal Hocko · 8 years ago
  81. bbe3de2 mm/page_isolation: fix tracepoint to mirror check function behavior by Lucas Stach · 8 years ago
  82. 858eaaa7 mm/rmap: batched invalidations should use existing api by Nadav Amit · 8 years ago
  83. 18c9824 x86/mm: TLB_REMOTE_SEND_IPI should count pages by Nadav Amit · 8 years ago
  84. 6f25a14 mm: fix invalid node in alloc_migrate_target() by Xishi Qiu · 8 years ago
  85. 969e8d7 include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock() by Chen Gang · 8 years ago
  86. 0b355ea mm, kasan: fix compilation for CONFIG_SLAB by Alexander Potapenko · 8 years ago
  87. b39c3cf MAINTAINERS: orangefs mailing list is subscribers-only by Joe Perches · 8 years ago
  88. db5dd0d net: mvneta: fix changing MTU when using per-cpu processing by Marcin Wojtas · 8 years ago
  89. ce2a04c Merge branch 'stmmac-fixes' by David S. Miller · 8 years ago
  90. a7657f1 stmmac: fix MDIO settings by Giuseppe CAVALLARO · 9 years ago
  91. d7e944c Revert "stmmac: Fix 'eth0: No PHY found' regression" by Giuseppe CAVALLARO · 9 years ago
  92. a00e3ab stmmac: fix TX normal DESC by Giuseppe CAVALLARO · 9 years ago
  93. c66e98c net: mvneta: use cache_line_size() to get cacheline size by Jisheng Zhang · 9 years ago
  94. 4a0a12d net: mvpp2: use cache_line_size() to get cacheline size by Jisheng Zhang · 9 years ago
  95. d82b0c2 net: mvpp2: fix maybe-uninitialized warning by Jisheng Zhang · 9 years ago
  96. 5a5abb1 tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter by Daniel Borkmann · 9 years ago
  97. 6ddf37d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  98. 52bef0c Merge tag 'powerpc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  99. dc8a64e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  100. 4a07083 ALSA: timer: Use mod_timer() for rearming the system timer by Takashi Iwai · 9 years ago