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