1. 3a611e2 net/smsc911x: Add minimal runtime PM support by Geert Uytterhoeven · 10 years ago
  2. 2ad7bf3 ipvlan: Initial check-in of the IPVLAN driver. by Mahesh Bandewar · 10 years ago
  3. 2bbea0a 8139too: The maximum MTU should allow for VLAN headers by Alban Bedel · 10 years ago
  4. d543a76 net: fec: init maximum receive buffer size for ring1 and ring2 by Nimrod Andy · 10 years ago
  5. c33d23c enic: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  6. 78e2045 enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock) by Govindarajulu Varadarajan · 10 years ago
  7. db40b3f enic: use napi_schedule_irqoff() by Govindarajulu Varadarajan · 10 years ago
  8. bd635c3 mlx4: fix mlx4_en_set_rxfh() by Eric Dumazet · 10 years ago
  9. b2e1a3f RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FW by Hariprasad Shenai · 10 years ago
  10. 2b5fb1f cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI by Hariprasad Shenai · 10 years ago
  11. 6e4b51a cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues by Hariprasad Shenai · 10 years ago
  12. 5167865 RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDST by Hariprasad Shenai · 10 years ago
  13. 77a80e2 RDMA/cxgb4: Cleanup Filter related macros/register defines by Hariprasad Shenai · 10 years ago
  14. 2f90ade i40e: enable fdb add code, remove unused code by Jesse Brandeburg · 10 years ago
  15. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. 8a84e01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  17. 928352e Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  18. f100a74 Merge tag 'pm+acpi-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  19. 2e29a6d Merge tag 'devicetree-fixes-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  20. 0868589 Merge tag 'pci-v3.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  21. a46171d Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  22. 4ec69c7 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  23. 53b15ef Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  24. 4d0438e defxx: Clean up DEFEA resource management by Maciej W. Rozycki · 10 years ago
  25. 6a93142 defxx: Disable DEFEA's ESIC I/O decoding on shutdown by Maciej W. Rozycki · 10 years ago
  26. fef85fc defxx: Correct DEFEA's ESIC MMIO decoding by Maciej W. Rozycki · 10 years ago
  27. a65da0c defxx: Fix DEFPA enable error propagation by Maciej W. Rozycki · 10 years ago
  28. cd91a88 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  29. 16958a2 amd-xgbe: Add support for the skb->xmit_more flag by Lendacky, Thomas · 10 years ago
  30. eb79e64 amd-xgbe: Perform Tx coalescing on a packet basis by Lendacky, Thomas · 10 years ago
  31. 16978eb amd-xgbe: Remove unused variable by Lendacky, Thomas · 10 years ago
  32. 5fb4b86 amd-xgbe: Add BQL support by Lendacky, Thomas · 10 years ago
  33. c9f140e amd-xgbe: Separate Tx/Rx ring data fields into new structs by Lendacky, Thomas · 10 years ago
  34. 7bba35b amd-xgbe: Incorporate Smatch coding suggestion by Lendacky, Thomas · 10 years ago
  35. 16edd34 amd-xgbe: Tx engine must not be active before stopping it by Lendacky, Thomas · 10 years ago
  36. 5449e27 amd-xgbe: Add a read memory barrier to Tx/Rx path by Lendacky, Thomas · 10 years ago
  37. 91ecee6 net: USB: Deletion of unnecessary checks before the function call "kfree" by Markus Elfring · 10 years ago
  38. 38a90e7 net: Xilinx: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  39. 5ac0fd0 IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put" by Markus Elfring · 10 years ago
  40. 312df74 net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set by Saeed Mahameed · 10 years ago
  41. 5416755 drivers: atm: eni: Add pci_dma_mapping_error() call by Tina Johnson · 10 years ago
  42. 7cc76f5 macvtap: advance iov iterator when needed in macvtap_put_user() by Jason Wang · 10 years ago
  43. 914efb0 mlx4: don't duplicate kvfree() by Al Viro · 10 years ago
  44. 479163f mlx5: don't duplicate kvfree() by Al Viro · 10 years ago
  45. 7bcf4f6 r8152: adjust rtl_start_rx by hayeswang · 10 years ago
  46. a0fccd4 r8152: adjust r8152_submit_rx by hayeswang · 10 years ago
  47. 44c8bc3 net: bcmgenet: log RX buffer allocation and RX/TX dma failures by Florian Fainelli · 10 years ago
  48. 60b4ea1 net: systemport: log RX buffer allocation and RX/TX DMA failures by Florian Fainelli · 10 years ago
  49. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  50. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  51. b4bef1b vlan: kill vlan_put_tag helper by Jiri Pirko · 10 years ago
  52. b960a0ac vlan: make __vlan_hwaccel_put_tag return void by Jiri Pirko · 10 years ago
  53. ee0dc2f net: phy: micrel: add copyright entry by Johan Hovold · 10 years ago
  54. c6f9575 net: phy: micrel: refactor interrupt config by Johan Hovold · 10 years ago
  55. 86dc134 net: phy: micrel: add support for clock-mode select to KSZ8081/KSZ8091 by Johan Hovold · 10 years ago
  56. 63f44b2 net: phy: micrel: add generic clock-mode-select support by Johan Hovold · 10 years ago
  57. 0f95903 net: phy: micrel: add has-broadcast-disable flag to type data by Johan Hovold · 10 years ago
  58. e7a792e net: phy: micrel: parse of nodes at probe by Johan Hovold · 10 years ago
  59. e6a423a net: phy: micrel: add device-type abstraction by Johan Hovold · 10 years ago
  60. 2e95b2a sky2: use new netdev_rss_key_fill() helper by Ian Morris · 10 years ago
  61. f8e34d2 enic: support skb->xmit_more by Govindarajulu Varadarajan · 10 years ago
  62. 3819ffd mISDN: Deletion of unnecessary checks before the function call "vfree" by Markus Elfring · 10 years ago
  63. 892d6eb virtio-net: validate features during probe by Jason Wang · 10 years ago
  64. c857781 Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  65. 17544e2 cxgb4 : Fix DCB priority groups being returned in wrong order by Anish Bhatt · 10 years ago
  66. a5f6fc2 pptp: fix stack info leak in pptp_getname() by Mathias Krause · 10 years ago
  67. a0fc608 Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  68. 5d1ff106 i40e: trigger SW INT with no ITR wait by Shannon Nelson · 10 years ago
  69. c88e38c i40evf: remove unnecessary else by Mitch Williams · 10 years ago
  70. 348d499 i40evf: make comparisons consistent by Mitch Williams · 10 years ago
  71. 75a6443 i40evf: make checkpatch happy by Mitch Williams · 10 years ago
  72. 2cda3f3 i40evf: update header comments by Mitch Williams · 10 years ago
  73. 1001dc3 i40e: don't overload fields by Mitch Williams · 10 years ago
  74. 688ff32 ixgbevf: add netpoll support by Emil Tantilov · 10 years ago
  75. 6622402 ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irq by Emil Tantilov · 10 years ago
  76. bad1723 ixgbevf: Change receive model to use double buffered page based receives by Emil Tantilov · 10 years ago
  77. 4b95fe3 ixgbevf: Update Rx next to clean in real time by Emil Tantilov · 10 years ago
  78. 0579eef ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continue by Emil Tantilov · 10 years ago
  79. b97fe3b ixgbevf: Cleanup variable usage, improve stack performance by Emil Tantilov · 10 years ago
  80. dff8052 ixgbevf: Combine the logic for post Rx processing into single function by Emil Tantilov · 10 years ago
  81. ec62fe2 ixgbevf: Test Rx status bits directly out of the descriptor by Emil Tantilov · 10 years ago
  82. bafa578 ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bits by Emil Tantilov · 10 years ago
  83. 9e6f3f4 mwifiex: Add USB8766 support by Kristian Evensen · 10 years ago
  84. ac96ce8 net: brcm80211: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  85. 9a638dd Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  86. a1d69c6 brcmfmac: don't include linux/unaligned/access_ok.h by Johannes Berg · 10 years ago
  87. 28731d5 drm/radeon: fix endian swapping in vbios fetch for tdp table by Alex Deucher · 10 years ago
  88. b7bc596 drm/radeon: disable native backlight control on pre-r6xx asics (v2) by Alex Deucher · 10 years ago
  89. 788ec2f of/selftest: Fix testing when /aliases is missing by Grant Likely · 10 years ago
  90. b1a5ad0 IB/isert: Adjust CQ size to HW limits by Chris Moore · 10 years ago
  91. 78579b7 ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake up by Rafael J. Wysocki · 10 years ago
  92. 424c323 bonding: Introduce 4 AD link speed to fix agg_bandwidth by Jianhua Xie · 10 years ago
  93. cb8dda9 bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speed by Jianhua Xie · 10 years ago
  94. ee7255a cxgb4i : Don't block unload/cxgb4 unload when remote closes TCP connection by Anish Bhatt · 10 years ago
  95. 7fc986d PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t by Yinghai Lu · 10 years ago
  96. b4c1b70 ath9k_common: make sure DEBUG_FS and RELAY enabled by Oleksij Rempel · 10 years ago
  97. ab1f5a5 Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  98. ddecab1 Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-can/linux-can by David S. Miller · 10 years ago
  99. 1abe7cd usbnet: rtl8150: remove unused variable by Sudip Mukherjee · 10 years ago
  100. 9737c6a net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too by Or Gerlitz · 10 years ago