1. a1e85f0 Bluetooth: btmrvl: fix compilation warning by Xinming Hu · 9 years ago
  2. 4541c56 Bluetooth: btwilink: remove DEBUG define by Leo Yan · 9 years ago
  3. 59346af flow_dissector: change port array into src, dst tuple by Jiri Pirko · 9 years ago
  4. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 9 years ago
  5. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 9 years ago
  6. 3de1b51 sfc: suppress some MCDI error messages in PTP by Edward Cree · 9 years ago
  7. b133638 sfc: nicer log message on PTP probe fail by Edward Cree · 9 years ago
  8. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. 7f460d3 fix missing copy_from_user in macvtap by Justin Cormack · 9 years ago
  10. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 9 years ago
  11. 7a7ee53 switchdev: sparse warning: pass ipv4 fib dst as network-byte order by Scott Feldman · 9 years ago
  12. 110bc76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  13. 5684044 e1000e: Add pm_qos header by David Ahern · 9 years ago
  14. bced870 net: phy: micrel: Fix regression in kszphy_probe by Niklas Cassel · 9 years ago
  15. 44d4f8d net: ll_temac: Fix DMA map size bug by Michal Simek · 9 years ago
  16. 1ecc7b7 cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS by Hariprasad Shenai · 9 years ago
  17. 82fa3c7 hv_netvsc: Use the xmit_more skb flag to optimize signaling the host by KY Srinivasan · 9 years ago
  18. d063486 net: systemport: Implement RX coalescing control knobs by Florian Fainelli · 9 years ago
  19. b1a15e8 net: systemport: Implement TX coalescing control knobs by Florian Fainelli · 9 years ago
  20. b508208 macvtap add missing ioctls - fix wrapping by Justin Cormack · 9 years ago
  21. 03906ca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  22. cc49e8c Merge tag 'for-v4.1-rc' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 9 years ago
  23. 4725ceb rocker: make checkpatch -f clean by Scott Feldman · 9 years ago
  24. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 9 years ago
  25. 58c2cb1 switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del by Scott Feldman · 9 years ago
  26. 85fdb95 switchdev: cut over to new switchdev_port_bridge_getlink by Scott Feldman · 9 years ago
  27. 54ba5a0 switchdev: cut over to new switchdev_port_bridge_dellink by Scott Feldman · 9 years ago
  28. fc8f40d switchdev: cut over to new switchdev_port_bridge_setlink by Scott Feldman · 9 years ago
  29. 6004c86 switchdev: add bridge port flags attr by Scott Feldman · 9 years ago
  30. 9228ad2 rocker: use switchdev add/del obj for bridge port vlans by Scott Feldman · 9 years ago
  31. 3563606 switchdev: convert STP update to switchdev attr set by Scott Feldman · 9 years ago
  32. c4f2032 rocker: support prepare-commit transaction model by Scott Feldman · 9 years ago
  33. f8e20a9 switchdev: convert parent_id_get to switchdev attr get by Scott Feldman · 9 years ago
  34. 9d47c0a switchdev: s/swdev_/switchdev_/ by Jiri Pirko · 9 years ago
  35. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 9 years ago
  36. f4f01b5 infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> uses by Joe Perches · 9 years ago
  37. ec40f92 IB/qib: fix test of unsigned variable by Mike Marciniszyn · 9 years ago
  38. ec04847 RDMA/core: Fix for parsing netlink string attribute by Tatyana Nikolova · 9 years ago
  39. e51423d bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag() by Alexander Duyck · 9 years ago
  40. edea584 hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag() by Alexander Duyck · 9 years ago
  41. 6bf93ba e1000: Replace e1000_free_frag with skb_free_frag by Alexander Duyck · 9 years ago
  42. 13dc0d2 mvneta: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag by Alexander Duyck · 9 years ago
  43. 7d525c4 netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag by Alexander Duyck · 9 years ago
  44. 2ee52ad igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculation by Alexander Duyck · 9 years ago
  45. 940fd30 iw_cxgb4: use wildcard mapping for getting remote addr info by Steve Wise · 9 years ago
  46. 94634e9 IB/ehca: use correct destination for memcpy by Nicholas Mc Guire · 9 years ago
  47. ef20816 Merge tag 'spi-fix-v4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  48. 3824246 net: ll_temac: Use one return statement instead of two by Michal Simek · 9 years ago
  49. a156e06 Merge tag 'iommu-fixes-v4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  50. db65f35 net: fec: add support of ethtool get_regs by Philippe Reynes · 9 years ago
  51. b3e5838 Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  52. c91aa67 Merge tag 'md/4.1-rc3-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  53. 665a6cd pppoe: drop pppoe device in pppoe_unbind_sock_work by Felix Fietkau · 9 years ago
  54. 5dc5616 iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1 by Will Deacon · 9 years ago
  55. c8b3504 Merge remote-tracking branches 'spi/fix/fsl-cpm', 'spi/fix/fsl-dspi' and 'spi/fix/fsl-espi' into spi-linus by Mark Brown · 9 years ago
  56. bed5e4d Merge tag 'spi-v4.1-rc1' into spi-linus by Mark Brown · 9 years ago
  57. 268be0f net: qca_spi: Fix possible race during probe by Stefan Wahren · 9 years ago
  58. 171a42c bonding: add netlink support for sys prio, actor sys mac, and port key by Andy Gospodarek · 9 years ago
  59. d22a5fc bonding: Implement user key part of port_key in an AD system. by Mahesh Bandewar · 9 years ago
  60. 7451495 bonding: Allow userspace to set actors' macaddr in an AD-system. by Mahesh Bandewar · 9 years ago
  61. 6791e46 bonding: Allow userspace to set actors' system_priority in AD system by Mahesh Bandewar · 9 years ago
  62. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  63. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  64. 140e807da tun: Utilize the normal socket network namespace refcounting. by Eric W. Biederman · 9 years ago
  65. 7c0c826 net: mdio-gpio: Allow for unspecified bus id by Bert Vermeulen · 9 years ago
  66. cd9c399 bnx2x: limit fw delay in kdump to 5s after boot by Michal Schmidt · 9 years ago
  67. 01d0735 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  68. cf9d0dc ethernet: qualcomm: use spi instead of spi_device by Varka Bhadram · 9 years ago
  69. 332545b Merge tag 'drm-intel-fixes-2015-05-08' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  70. fdb68e0 drm: Zero out invalid vblank timestamp in drm_update_vblank_count. by Mario Kleiner · 9 years ago
  71. dbfe8ef ahci: avoton port-disable reset-quirk by Dan Williams · 9 years ago
  72. 7c0004d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 9 years ago
  73. 7a0877d netns: rename peernet2id() to peernet2id_alloc() by Nicolas Dichtel · 9 years ago
  74. 43996fd Merge tag 'linux-can-next-for-4.2-20150506' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 9 years ago
  75. 8f59ae0 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  76. 9d88f22 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. a5898ea net: macb: Add change_mtu callback with jumbo support by Harini Katakam · 9 years ago
  78. 98b5a0f4 net: macb: Add support for jumbo frames by Harini Katakam · 9 years ago
  79. 7b61f9c net: macb: Add compatible string for Zynq Ultrascale+ MPSoC by Harini Katakam · 9 years ago
  80. 3d23a05 gianfar: Enable changing mac addr when if up by Claudiu Manoil · 9 years ago
  81. bc60228 gianfar: Move TxFIFO underrun handling to reset path by Claudiu Manoil · 9 years ago
  82. 0e00a0f Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  83. 3e4336a usbnet: avoid integer overflow in start_xmit by Jason A. Donenfeld · 9 years ago
  84. 240b23c netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2) by Tony Camuso · 9 years ago
  85. c035e18 cxgb4: Initialize RSS mode for all Ports by Hariprasad Shenai · 9 years ago
  86. 029e933 be2net: update the driver version to 10.6.0.2 by Sathya Perla · 9 years ago
  87. d19261b be2net: update copyright year to 2015 by Vasundhara Volam · 9 years ago
  88. 18c57c7 be2net: use be_virtfn() instead of !be_physfn() by Kalesh AP · 9 years ago
  89. a6e6ff6 be2net: simplify UFI compatibility checking by Vasundhara Volam · 9 years ago
  90. b02e60c be2net: post full RXQ on interface enable by Suresh Reddy · 9 years ago
  91. 77be8c1 be2net: check for INSUFFICIENT_VLANS error by Kalesh AP · 9 years ago
  92. 0ed7d74 be2net: receive pkts with L3, L4 errors on VFs by Somnath Kotur · 9 years ago
  93. 2094777 be2net: set interrupt moderation for Skyhawk-R using EQ-DB by Padmanabh Ratnakar · 9 years ago
  94. e7bcbd7 be2net: add support for spoofchk setting by Kalesh AP · 9 years ago
  95. ccad725 net: xgene_enet: Set hardware dependency by Jean Delvare · 9 years ago
  96. 74a78b1 net: amd-xgbe: Add hardware dependency by Jean Delvare · 9 years ago
  97. 6f7f8aa sfc: Bind the sfc driver to any available VF's by Shradha Shah · 9 years ago
  98. 267c015 sfc: Add use of shared RSS contexts. by Jon Cooper · 9 years ago
  99. 267d9d7 sfc: Cope with permissions enforcement added to firmware for SR-IOV by Edward Cree · 9 years ago
  100. 7b8c7b5 sfc: manually allocate and free vadaptors by Shradha Shah · 9 years ago