1. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 9 years ago
  2. a154e6f hisilicon: add some missing curly braces by Dan Carpenter · 9 years ago
  3. b869387 openvswitch: Add support for checksums on UDP tunnels. by Jesse Gross · 9 years ago
  4. b8f8be3f Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 9 years ago
  5. ff660f7 Merge branch 'stmmac-pci' by David S. Miller · 9 years ago
  6. d2a029b stmmac: pci: add MSI support for Intel Quark X1000 by Kweh, Hock Leong · 9 years ago
  7. 0763d95 stmmac: pci: introduce Intel Quark X1000 runtime detection by Andy Shevchenko · 9 years ago
  8. 5b99a6b stmmac: pci: add support for Intel Quark X1000 by Kweh, Hock Leong · 9 years ago
  9. 488327c net: netcp: remove unused kconfig option and code by Karicheri, Muralidharan · 9 years ago
  10. cd6c2f1 cxgb4: Move firmware version MACRO to t4fw_version.h by Hariprasad Shenai · 9 years ago
  11. 216ce69 csiostor:T5 Firmware fix and cleanup. by Praveen Madhavan · 9 years ago
  12. 5cce1cf Merge branch 'mlx4-next' by David S. Miller · 9 years ago
  13. 6d6e996 net/mlx4_core: Update the HCA core clock frequency after INIT_PORT by Majd Dibbiny · 9 years ago
  14. cb2147a net/mlx4_core: Fix device capabilities dumping by Or Gerlitz · 9 years ago
  15. 19ab574 net/mlx4: Fix memory corruption in mlx4_MAD_IFC_wrapper by Matan Barak · 9 years ago
  16. 5a228c0 net/mlx4_en: Use ethtool cmd->autoneg as a hint for ethtool set settings by Saeed Mahameed · 9 years ago
  17. ef0223e net/mlx4_core: Remove duplicate code line from procedure mlx4_bf_alloc by Jack Morgenstein · 9 years ago
  18. dc7d500 net/mlx4_core: Fix struct mlx4_vhcr_cmd to make implicit padding explicit by Jack Morgenstein · 9 years ago
  19. 30a5da5 net/mlx4_core: Fix HW2SW_EQ to conform to the firmware spec by Jack Morgenstein · 9 years ago
  20. 5a03108 net/mlx4_core: Adjust command timeouts to conform to the firmware spec by Jack Morgenstein · 9 years ago
  21. 772103e net/mlx4_core: Fix mem leak in SRIOV mlx4_init_one error flow by Jack Morgenstein · 9 years ago
  22. f0ce061 net/mlx4_core: Add reserved lkey for VFs to QUERY_FUNC_CAP by Jack Morgenstein · 9 years ago
  23. be6a6b4 net/mlx4_core: Add bad-cable event support by Jack Morgenstein · 9 years ago
  24. 4967082 vxlan: advertise link netns in fdb messages by Nicolas Dichtel · 9 years ago
  25. 5094c6f Merge branch 'bonding-next' by David S. Miller · 9 years ago
  26. 3036910 bonding: cleanup and remove dead code by Jonathan Toppins · 9 years ago
  27. 2f63732 bonding: fix LACP PDU not sent on slave port sometimes by Satish Ashok · 9 years ago
  28. 63b4624 bonding: fix incorrect lacp mux state when agg not active by Wilson Kok · 9 years ago
  29. 8bbe71a bonding: fix bond_open() don't always set slave active flag by Wilson Kok · 9 years ago
  30. 2477bc9 bonding: update bond carrier state when min_links option changes by Jonathan Toppins · 9 years ago
  31. 999028c hyperv: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  32. 7390fe9 hyperv: netvsc.c: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  33. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  34. 0a5942c NFC: Add ACPI support for NXP PN544 by Robert Dolca · 9 years ago
  35. 75dda42 NFC: PN544: GPIO access that may sleep by Robert Dolca · 9 years ago
  36. 3b06053 NFC: dts: st21nfca: Document ese-present & uicc-present DTS property by Christophe Ricard · 9 years ago
  37. 2130fb9 NFC: st21nfca: Adding support for secure element by Christophe Ricard · 9 years ago
  38. ec14b6c NFC: hci: Remove nfc_hci_pipe2gate function by Christophe Ricard · 9 years ago
  39. d6365c0 NFC: microread: Change event_received gate parameter to pipe by Christophe Ricard · 9 years ago
  40. 8abe3c6 NFC: pn544: Change event_received gate parameter to pipe by Christophe Ricard · 9 years ago
  41. 8409e42 NFC: hci: Add cmd_received handler by Christophe Ricard · 9 years ago
  42. 615b524 NFC: hci: Reference every pipe information according to notification by Christophe Ricard · 9 years ago
  43. af77522 NFC: hci: Change nfc_hci_send_response gate parameter to pipe by Christophe Ricard · 9 years ago
  44. 118278f NFC: hci: Add pipes table to reference them with a tuple {gate, host} by Christophe Ricard · 9 years ago
  45. fda7a49 NFC: hci: Change event_received handler gate parameter to pipe by Christophe Ricard · 9 years ago
  46. 59343cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  47. 06539d3 net: don't OOPS on socket aio by Christoph Hellwig · 9 years ago
  48. 9afec6e stmmac: prevent probe drivers to crash kernel by Andy Shevchenko · 9 years ago
  49. 7da323b Merge tag 'powerpc-3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  50. 41592e2 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  51. 8ea65f4 netlink: Kill redundant net argument in netlink_insert by Herbert Xu · 9 years ago
  52. 24e579c bnx2x: fix napi poll return value for repoll by Govindarajulu Varadarajan · 9 years ago
  53. bf693f7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  54. 9b3320e net: phy: Invalidate LP advertising flags when restarting or disabling AN by Ben Hutchings · 9 years ago
  55. 28f323b Merge branch 'sunvnet-next' by David S. Miller · 9 years ago
  56. 8e2b60c sunvnet: improve error handling when a remote crashes by David L Stevens · 9 years ago
  57. 07ac3e7 sunvnet: free pending tx buffers before clearing ring data by David L Stevens · 9 years ago
  58. 6e9e16e6 ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too by Hannes Frederic Sowa · 9 years ago
  59. 2257760 Merge branch 'sh_eth' by David S. Miller · 9 years ago
  60. 52b9fa3 sh_eth: Fix DMA-API usage for RX buffers by Ben Hutchings · 9 years ago
  61. aa3933b sh_eth: Check for DMA mapping errors on transmit by Ben Hutchings · 9 years ago
  62. 740c7f3 sh_eth: Ensure DMA engines are stopped before freeing buffers by Ben Hutchings · 9 years ago
  63. dc1d0e6 sh_eth: Remove RX overflow log messages by Ben Hutchings · 9 years ago
  64. 971f49d Merge branch 'phy-next' by David S. Miller · 9 years ago
  65. 803dd9c net: phy: avoid suspending twice a PHY by Florian Fainelli · 9 years ago
  66. 8a477a6 net: phy: keep track of the PHY suspend state by Florian Fainelli · 9 years ago
  67. aae8826 net: phy: document has_fixups field by Florian Fainelli · 9 years ago
  68. 9272efa net: phy: utilize phy_suspend and phy_resume by Florian Fainelli · 9 years ago
  69. d2fa7cc Merge branch 'cxgb4-next' by David S. Miller · 9 years ago
  70. b58b667 cxgb4: Added support in debugfs to dump different timer and clock values of the adapter by Hariprasad Shenai · 9 years ago
  71. b3bbe36 cxgb4: Added support in debugfs to dump PM module stats by Hariprasad Shenai · 9 years ago
  72. c778af7 cxgb4: Addded support in debugfs to dump CIM outbound queue content by Hariprasad Shenai · 9 years ago
  73. e5f0e43 cxgb4: Added support in debugfs to dump cim ingress bound queue contents by Hariprasad Shenai · 9 years ago
  74. dc9daab cxgb4: Added support in debugfs to dump sge_qinfo by Hariprasad Shenai · 9 years ago
  75. 8d8d67f Merge tag 'linux-can-fixes-for-3.19-20150127' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 9 years ago
  76. b8665c6 net: dsa/mv88e6352: make mv88e6352_wait generic by Vivien Didelot · 9 years ago
  77. fc752f1 ping: Fix race in free in receive path by subashab@codeaurora.org · 9 years ago
  78. bb92ea5 net: dsa/mv88e6xxx: add reg read and write debug by Vivien Didelot · 9 years ago
  79. 86f3cdd udp_diag: Fix socket skipping within chain by Herbert Xu · 9 years ago
  80. e638642 can: kvaser_usb: Fix state handling upon BUS_ERROR events by Ahmed S. Darwish · 9 years ago
  81. 14c10c2 can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT by Ahmed S. Darwish · 9 years ago
  82. 3803fa6 can: kvaser_usb: Send correct context to URB completion by Ahmed S. Darwish · 9 years ago
  83. ded5006 can: kvaser_usb: Do not sleep in atomic context by Ahmed S. Darwish · 9 years ago
  84. 7d63585 Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  85. df4d925 ipv4: try to cache dst_entries which would cause a redirect by Hannes Frederic Sowa · 9 years ago
  86. d23823d net: macb: Remove CONFIG_PM ifdef because of compilation warning by Michal Simek · 9 years ago
  87. 412d290 Merge branch 'bpf' by David S. Miller · 9 years ago
  88. ba1a68b samples: bpf: relax test_maps check by Alexei Starovoitov · 9 years ago
  89. 8ebe667 bpf: rcu lock must not be held when calling copy_to_user() by Alexei Starovoitov · 9 years ago
  90. 9e86d76 net: macb: allow deffered probe of the driver by Nicolae Rosia · 9 years ago
  91. 600ddd6 net: sctp: fix slab corruption from use after free on INIT collisions by Daniel Borkmann · 9 years ago
  92. 08bfc9c flow_dissector: add tipc support by Erik Hugne · 9 years ago
  93. 3fa9cac tipc: fix excessive network event logging by Erik Hugne · 9 years ago
  94. 4adca1c Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 9 years ago
  95. 9e91141 net: mv643xx_eth: Fix highmem support in non-TSO egress path by Ezequiel Garcia · 9 years ago
  96. 9d08da9 Merge branch 'sh_eth' by David S. Miller · 9 years ago
  97. 283e38d sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers by Ben Hutchings · 9 years ago
  98. 084236d sh_eth: Fix crash or memory leak when resizing rings on device that is down by Ben Hutchings · 9 years ago
  99. bd88891 sh_eth: Detach net device when stopping queue to resize DMA rings by Ben Hutchings · 9 years ago
  100. eebfb64 sh_eth: Fix padding of short frames on TX by Ben Hutchings · 9 years ago