1. ec9a82f Merge branch 'macb-next' by David S. Miller · 9 years ago
  2. fa69359 net/macb: unify peripheral version testing by Nicolas Ferre · 9 years ago
  3. 3619189 net/macb: fix the peripheral version test by Nicolas Ferre · 9 years ago
  4. 7c39994 net/macb: add the user i/o to ethtool register dump by Nicolas Ferre · 9 years ago
  5. c69618b net/macb: fix probe sequence to setup clocks earlier by Nicolas Ferre · 9 years ago
  6. ad78347 net/macb: trivial: correct wording for caps by Nicolas Ferre · 9 years ago
  7. f697050 net/macb: fix capabilities configuration by Nicolas Ferre · 9 years ago
  8. da12011 net/macb: add comment in macb_probe_queues by Nicolas Ferre · 9 years ago
  9. bfa0914 net/macb: only probe queues once and use stored values by Nicolas Ferre · 9 years ago
  10. 34d21e3 net: smc91x: Remove an unused variable by Fabio Estevam · 9 years ago
  11. 7b6249b Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  12. fbcb217 net: rename dev to orig_dev in deliver_ptype_list_skb by Jiri Pirko · 9 years ago
  13. 3aa10da Merge branch 'mlx4-next' by David S. Miller · 9 years ago
  14. a3333b3 net/mlx4_en: Moderate ethtool callback to show more statistics by Eran Ben Elisha · 9 years ago
  15. 0b13156 net/mlx4_en: Add Flow control statistics display via ethtool by Matan Barak · 9 years ago
  16. 3da8a36 net/mlx4_en: Protect access to the statistics bitmap by Eran Ben Elisha · 9 years ago
  17. 6fcd273 net/mlx4_en: Support general selective view of ethtool statistics by Eran Ben Elisha · 9 years ago
  18. ffa88f3 net/mlx4_en: Move statistics bitmap setting to the Ethernet driver by Eran Ben Elisha · 9 years ago
  19. b4b6e84 net/mlx4_en: Create new header file for all statistics info by Eran Ben Elisha · 9 years ago
  20. 66f24a7 net/mlx4_en: Fix port counters statistics bitmask by Eran Ben Elisha · 9 years ago
  21. ed4ac42 af_iucv: fix AF_IUCV sendmsg() errno by Eugene Crosser · 9 years ago
  22. fa2d8ff openvswitch: Return vport module ref before destruction by Thomas Graf · 9 years ago
  23. f9c72d1 sunrpc: make debugfs file creation failure non-fatal by Jeff Layton · 9 years ago
  24. c997533 Merge branch 'bcmgenet-next' by David S. Miller · 9 years ago
  25. 451e1ca net: bcmgenet: fix the call to phy_mac_interrupt() by Petri Gynther · 9 years ago
  26. e122966d net: bcmgenet: add UMAC_IRQ_LINK_EVENT by Petri Gynther · 9 years ago
  27. fac2594 net: bcmgenet: fix bcmgenet_open() by Petri Gynther · 9 years ago
  28. 9abab96 net: bcmgenet: remove __bcmgenet_fini_dma() by Petri Gynther · 9 years ago
  29. ee7d8c2 net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONE by Petri Gynther · 9 years ago
  30. 3271e4f Merge branch 'hv_netvsc-next' by David S. Miller · 9 years ago
  31. b08cc79 hv_netvsc: Eliminate memory allocation in the packet send path by KY Srinivasan · 9 years ago
  32. cbacec7 hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanism by KY Srinivasan · 9 years ago
  33. 4e833c5 ethernet: Use bool function returns of true/false instead of 1/0 by Joe Perches · 9 years ago
  34. 5899f04 netlink: pad nla_memcpy dest buffer with zeroes by Jiri Benc · 9 years ago
  35. 8e1fa36 Merge branch 'nla_in_addr' by David S. Miller · 9 years ago
  36. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  37. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  38. 15e318b xfrm: simplify xfrm_address_t use by Jiri Benc · 9 years ago
  39. 8f55db4 tcp: simplify inetpeer_addr_base use by Jiri Benc · 9 years ago
  40. f0ef312 vxlan: fix indentation by Jiri Benc · 9 years ago
  41. 1695fb4 Merge branch 'ipv6_null' by David S. Miller · 9 years ago
  42. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  43. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  44. f5e2dc5 bonding: Bonding Overriding Configuration logic restored. by Anton Nayshtut · 9 years ago
  45. bc48878 Merge branch 'bnx2x-next' by David S. Miller · 9 years ago
  46. 0f587f1 bnx2x: Prevent probe as early as possible by Yuval Mintz · 9 years ago
  47. fcd02d2 bnx2x: Count number of link changes by Yaniv Rosner · 9 years ago
  48. 30fd9ff bnx2x: Configure IFir et al. according to nvram by Yaniv Rosner · 9 years ago
  49. d91e901 Merge branch 'ipvlan-corruptions' by David S. Miller · 9 years ago
  50. e9997c2 ipvlan: fix check for IP addresses in control path by Jiri Benc · 9 years ago
  51. 40891e8 ipvlan: do not use rcu operations for address list by Jiri Benc · 9 years ago
  52. 2afa650 ipvlan: protect against concurrent link removal by Jiri Benc · 9 years ago
  53. 27705f7 ipvlan: fix addr hash list corruption by Jiri Benc · 9 years ago
  54. 19a1204 bonding: Remove hardcoded initialization by Mahesh Bandewar · 9 years ago
  55. 6e47d6c fib_trie: Cleanup ip_fib_net_exit code path by Alexander Duyck · 9 years ago
  56. ad88d05 fib_trie: Fix warning on fib4_rules_exit by Alexander Duyck · 9 years ago
  57. 89a3f3c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  58. 32eaf12 Merge branch 'ptp-2038' by David S. Miller · 9 years ago
  59. ed7c631 ptp: remove 32 bit get/set methods. by Richard Cochran · 9 years ago
  60. a043a72 ptp: pch: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  61. 1ca13de ptp: ixp46x: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  62. 41c2c18 ptp: dp83640: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  63. b9acf24 ptp: tilegx: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  64. a5c79c2 ptp: cpts: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  65. 3f6c465 ptp: stmmac: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  66. 0fcb5c76 ptp: sfc: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  67. e394b80 ptp: mlx4: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  68. 91432d1 ptp: ixgbe: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  69. d4c496f ptp: igb: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  70. 6f7a9b8 ptp: i40e: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  71. 843293e ptp: fm10k: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  72. 07c74eb ptp: e1000e: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  73. d28fdf0 ptp: gianfar: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  74. 241926b ptp: fec: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  75. f578b41 ptp: tg3: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  76. 5d45186 ptp: bnx2x: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  77. 15dd95f ptp: xgbe: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  78. 20ca7fb ptp: blackfin: convert to the 64 bit get/set time methods. by Richard Cochran · 9 years ago
  79. d7d38f5 ptp: use the 64 bit get/set time methods for the posix clock. by Richard Cochran · 9 years ago
  80. e13cfcb ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl. by Richard Cochran · 9 years ago
  81. 92f1719 ptp: introduce get/set time methods with explicit 64 bit seconds. by Richard Cochran · 9 years ago
  82. 6c310bc Merge tag 'locks-v4.0-5' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  83. f3f0333 nfsd: require an explicit option to enable pNFS by Christoph Hellwig · 9 years ago
  84. 32374ea Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  85. fbef403 dmaengine: moxart-dma: Fix memory leak when stopping a running transfer by Peter Ujfalusi · 9 years ago
  86. f931782 dmaengine: bcm2835-dma: Fix memory leak when stopping a running transfer by Peter Ujfalusi · 9 years ago
  87. 02d88b7 dmaengine: omap-dma: Fix memory leak when terminating running transfer by Peter Ujfalusi · 9 years ago
  88. 5ca9e7c dmaengine: edma: fix memory leak when terminating running transfers by Petr Kulhavy · 9 years ago
  89. ca76683 dmaengine: jz4740: Define capabilities by Lars-Peter Clausen · 9 years ago
  90. 29059af Merge tag 'gpio-v4.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  91. 2c44be8 mac80211: set QoS capability before changing station state by Johannes Berg · 9 years ago
  92. 070e176 mac80211: send HT/VHT IEs in TDLS discovery response by Arik Nemtsov · 9 years ago
  93. abcff6e mac80211: add VHT support for IBSS by Janusz.Dziedzic@tieto.com · 9 years ago
  94. 76bed0f mac80211: IBSS fix scan request by Janusz.Dziedzic@tieto.com · 9 years ago
  95. 97ffe75 mac80211: factor out station lookup from ieee80211_build_hdr() by Johannes Berg · 9 years ago
  96. 527871d mac80211: make sta.wme indicate whether QoS is used by Johannes Berg · 9 years ago
  97. a73f8e2 mac80211: send AP probe as unicast again by Johannes Berg · 9 years ago
  98. 07862e1 mac80111: aes_gcm: clean up ieee80211_aes_gcm_key_setup_encrypt() by Johannes Berg · 9 years ago
  99. 45fd632 mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt() by Dan Carpenter · 9 years ago
  100. 9374e7d rtlwifi: rtl8192cu: Add new device ID by Marek Vasut · 9 years ago