1. 0799c2d net: sh_eth: Use u32 for 32-bit register data by Geert Uytterhoeven · 10 years ago
  2. 7994fe5 dm9000: Add regulator and reset support to dm9000 by Zubair Lutfullah Kakakhel · 10 years ago
  3. ac5132d vxlan: Only bind to sockets with compatible flags enabled by Thomas Graf · 10 years ago
  4. 3511494 vxlan: Group Policy extension by Thomas Graf · 10 years ago
  5. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. a6391a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  7. 932f19d tg3: Release tp->lock before invoking synchronize_irq() by Prashant Sreedharan · 10 years ago
  8. db84bf4 tg3: tg3_reset_task() needs to use rtnl_lock to synchronize by Prashant Sreedharan · 10 years ago
  9. 4fd190a tg3: tg3_timer() should grab tp->lock before checking for tp->irq_sync by Prashant Sreedharan · 10 years ago
  10. b0d11b4 team: avoid possible underflow of count_pending value for notify_peers and mcast_rejoin by Jiri Pirko · 10 years ago
  11. 6fb400d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  12. 776d4e9 i40e: adds FCoE configure option by Vasu Dev · 10 years ago
  13. 14b3812f cxgb4vf: Fix queue allocation for 40G adapter by Hariprasad Shenai · 10 years ago
  14. 31238e61 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  15. dfd8645 vxlan: Remote checksum offload by Tom Herbert · 10 years ago
  16. a2b12f3 udp: pass udp_offload struct to UDP gro callbacks by Tom Herbert · 10 years ago
  17. d823ab6 r8152: replace tasklet with NAPI by hayeswang · 10 years ago
  18. a41ea46 net: hisilicon: new hip04 ethernet driver by dingtianhong · 10 years ago
  19. 4a841ee net: hisilicon: new hip04 MDIO driver by Zhangfei Gao · 10 years ago
  20. 3d125f9 net: fec: fix MDIO bus assignement for dual fec SoC's by Stefan Agner · 10 years ago
  21. 3ff13f1 net/macb: improved ethtool statistics support by Xander Huff · 10 years ago
  22. 5c2fa0f net/macb: Adding comments to various #defs to make interpretation easier by Xander Huff · 10 years ago
  23. a55e8bb xen-netfront: refactor making Tx requests by David Vrabel · 10 years ago
  24. e84448d xen-netfront: refactor skb slot counting by David Vrabel · 10 years ago
  25. 188c901 Merge branch 'leds-fixes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 10 years ago
  26. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  27. 8bdda5d atm: horizon: Remove some unused functions by Rickard Strandqvist · 10 years ago
  28. 927a97c atm: lanai: Remove unused function by Rickard Strandqvist · 10 years ago
  29. 86cfeab sunvnet: fix rx packet length check to allow for TSO by David L Stevens · 10 years ago
  30. 900e183 xen-netfront: use different locks for Rx and Tx stats by David Vrabel · 10 years ago
  31. 3e7a871 mISDN: avoid arch specific __builtin_return_address call by Arnd Bergmann · 10 years ago
  32. 7835bfb infiniband: mlx5: avoid a compile-time warning by Arnd Bergmann · 10 years ago
  33. 065bd8c mlx5: avoid build warnings on 32-bit by Arnd Bergmann · 10 years ago
  34. adedf37 rocker: fix harmless warning on 32-bit machines by Arnd Bergmann · 10 years ago
  35. 2590605 drivers: net: cpsw: fix multicast flush in dual emac mode by Mugunthan V N · 10 years ago
  36. 0664031 cxgb4: Ripping out old hard-wired initialization code in driver by Hariprasad Shenai · 10 years ago
  37. 0c86ac2 leds: netxbig: fix oops at probe time by Simon Guinot · 10 years ago
  38. 49ff2d3 net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdio by Shaohui Xie · 10 years ago
  39. e54bfe9 net/fsl: fix a bug in xgmac_mdio by Shaohui Xie · 10 years ago
  40. fd48e63 cxgb4vf: Initialize mdio_addr before using it by Hariprasad Shenai · 10 years ago
  41. ba252f1 i40e: limit sriov to partition 1 of NPAR configurations by Shannon Nelson · 10 years ago
  42. fef59dd i40e: Don't exit link event early if link speed has changed by Catherine Sullivan · 10 years ago
  43. f0d8c73 i40e: limit WoL and link settings to partition 1 by Shannon Nelson · 10 years ago
  44. 18f680c i40e: Adding function for reading PBA String by Kamil Krawczyk · 10 years ago
  45. 9fee9db i40e/i40evf: find partition_id in npar mode by Shannon Nelson · 10 years ago
  46. b2d4d90 i40e: remove VN2VN related mac filters by Vasu Dev · 10 years ago
  47. 148c2d8 i40e: Add warning for NPAR partitions with link speed less than 10Gbps by Greg Rose · 10 years ago
  48. 0758e7c i40evf: kick a stalled admin queue by Mitch A Williams · 10 years ago
  49. 7235448 i40evf: enable interrupt 0 appropriately by Mitch A Williams · 10 years ago
  50. 4870e17 i40evf: don't fire traffic IRQs when the interface is down by Mitch A Williams · 10 years ago
  51. 37dfdf3 i40evf: remove leftover VLAN filters by Mitch A Williams · 10 years ago
  52. 53d0b3a i40evf: refactor shutdown code by Mitch A Williams · 10 years ago
  53. d4f82fd i40evf: Remove some scary log messages by Mitch A Williams · 10 years ago
  54. ff30cb6 i40evf: remove redundant code by Mitch A Williams · 10 years ago
  55. 6a9ddb3 i40e: disable IOV before freeing resources by Mitch A Williams · 10 years ago
  56. 4f7a42d Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  57. 971780b Merge tag 'gpio-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  58. 904a980 Merge tag 'mmc-v3.19-3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  59. fb43bd0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  60. baf71c5 tuntap: Increase the number of queues in tun. by Pankaj Gupta · 10 years ago
  61. e350a96 team: Remove dead code by Kenneth Williams · 10 years ago
  62. b1e8bc6 net: bnx2x: avoid macro redefinition by David Decotigny · 10 years ago
  63. dd2e8bf drivers: net: xen-netfront: remove residual dead code by Vincenzo Maffione · 10 years ago
  64. 5ec82c1 Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate by Shrikrishna Khare · 10 years ago
  65. 49c9e7c2 usb/kaweth: use GFP_ATOMIC under spin_lock in usb_start_wait_urb() by Alexey Khoroshilov · 10 years ago
  66. 7bfa014 bonding: cleanup bond_opts array by Jonathan Toppins · 10 years ago
  67. bdc590b iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messages by Hariprasad Shenai · 10 years ago
  68. 6c53e93 iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messages by Hariprasad Shenai · 10 years ago
  69. ef827a5 r8152: check the status before submitting rx by hayeswang · 10 years ago
  70. aa2e092 r8152: call rtl_start_rx after netif_carrier_on by hayeswang · 10 years ago
  71. 3bf3947 vxlan: Improve support for header flags by Tom Herbert · 10 years ago
  72. 20d14a5 tg3: move init/deinit from open/close to probe/remove by Ivan Vecera · 10 years ago
  73. 3ec7a17 net: eth: xgene: devm_ioremap() returns NULL on error by Dan Carpenter · 10 years ago
  74. caffd45 net/at91_ether: prepare and unprepare clock by Alexandre Belloni · 10 years ago
  75. 6205864 isdn: fix NUL (\0 or \x00) specification in string by Giel van Schijndel · 10 years ago
  76. 1f7f265 mmc: sdhci-pci: Add support for Intel SPT by Adrian Hunter · 10 years ago
  77. d0ed8e6 mmc: sdhci-acpi: Add ACPI HID INT344D by Adrian Hunter · 10 years ago
  78. 2836766 mmc: sdhci: Fix sleep in atomic after inserting SD card by Krzysztof Kozlowski · 10 years ago
  79. aa8165f mmc: sdhci-pxav3: do the mbus window configuration after enabling clocks by Thomas Petazzoni · 10 years ago
  80. b5540ce mmc: sdhci: Disable re-tuning for HS400 by Adrian Hunter · 10 years ago
  81. 38e40bf mmc: sdhci: Simplify use of tuning timer by Adrian Hunter · 10 years ago
  82. d519c86 mmc: sdhci: Add out_unlock to sdhci_execute_tuning by Adrian Hunter · 10 years ago
  83. ac00531 mmc: sdhci: Tuning should not change max_blk_count by Adrian Hunter · 10 years ago
  84. 78890ed csiostor:fix sparse warnings by Praveen Madhavan · 10 years ago
  85. 81a0712 Merge tag 'wireless-drivers-for-davem-2015-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 10 years ago
  86. 7a05dc6 alx: fix alx_poll() by Eric Dumazet · 10 years ago
  87. 12d80ac net: dnet: fix dnet_poll() by Eric Dumazet · 10 years ago
  88. 497ec1f irda: vlsi_ir: Replace timeval with ktime_t by Chunyan Zhang · 10 years ago
  89. 89a07e1 irda: stir4200: Replace timeval with ktime_t by Chunyan Zhang · 10 years ago
  90. 4c3bd19 irda: nsc-ircc: Replace timeval with ktime_t by Chunyan Zhang · 10 years ago
  91. ca98278 irda: irda-usb: Replace timeval with ktime_t by Chunyan Zhang · 10 years ago
  92. 9f61e30 irda: ali-ircc: Replace timeval with ktime_t by Chunyan Zhang · 10 years ago
  93. 270d73c irda: Removed all unused timeval variables by Chunyan Zhang · 10 years ago
  94. 9b1a6d3 stmmac: dwmac-sti: Pass sysconfig register offset via syscon dt property. by Peter Griffin · 10 years ago
  95. 6313988 phy: miphy365x: Pass sysconfig register offsets via syscfg dt property. by Peter Griffin · 10 years ago
  96. 937127f phy: phy-stih407-usb: Pass sysconfig register offsets via syscfg property. by Peter Griffin · 10 years ago
  97. 4850d37 Merge tag 'vfio-v3.19-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  98. aff8ad5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  99. 28023d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  100. 1dd34da Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago