1. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  2. 4c4e411 Merge branch 'alb_learning' by David S. Miller · 11 years ago
  3. 96a0922 bonding: use the correct ether type for alb by Veaceslav Falico · 11 years ago
  4. 61ccbb6 ether: add loopback type ETH_P_LOOPBACK by Veaceslav Falico · 11 years ago
  5. 2139668 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  6. 983f596 Merge branch 'ieee802154-next' by David S. Miller · 11 years ago
  7. d1d7358 ieee802154: add proper length checks to header creations by Phoebe Buckheister · 11 years ago
  8. a13061e 6lowpan: move lowpan frag_info out of 802.15.4 headers by Phoebe Buckheister · 11 years ago
  9. ae531b9 ieee802154: use ieee802154_addr instead of *_sa variants by Phoebe Buckheister · 11 years ago
  10. e6278d9 mac802154: use header operations to create/parse headers by Phoebe Buckheister · 11 years ago
  11. 94b4f6c ieee802154: add header structs with endiannes and operations by Phoebe Buckheister · 11 years ago
  12. b70ab2e ieee802154: enforce consistent endianness in the 802.15.4 stack by Phoebe Buckheister · 11 years ago
  13. 46ef0eb ieee802154: add address struct with proper endiannes and some operations by Phoebe Buckheister · 11 years ago
  14. 376b7bd ieee802154: rename struct ieee802154_addr to *_sa by Phoebe Buckheister · 11 years ago
  15. a4ecdf8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. cee152f Merge tag 'pm+acpi-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  17. 0c01b45 Merge tag 'dm-3.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  18. 6494294 i40e/i40evf: Use dma_set_mask_and_coherent by Mitch Williams · 11 years ago
  19. 9347eb7 i40e/i40evf: Use correct number of VF vectors by Mitch Williams · 11 years ago
  20. c0c2897 i40e: Let MDD events be handled by MDD handler by Anjali Singhai Jain · 11 years ago
  21. ca64fa4 i40e: Bug fix for FDIR replay logic by Anjali Singhai Jain · 11 years ago
  22. 55a5e60 i40e: Add code to handle FD table full condition by Anjali Singhai Jain · 11 years ago
  23. 61dade7 i40e: Define a new state variable to keep track of feature auto disable by Anjali Singhai Jain · 11 years ago
  24. fdfd943 i40e: Fix function comments by Akeem G Abodunrin · 11 years ago
  25. 0c22b3d i40e: simplified init string by Jesse Brandeburg · 11 years ago
  26. 69bfb11 i40e: cleanup strings by Jesse Brandeburg · 11 years ago
  27. f29eaa3 i40e: make string references to q be queue by Jesse Brandeburg · 11 years ago
  28. 77e29bc i40e/i40evf: Some flow director HW definition fixes by Anjali Singhai Jain · 11 years ago
  29. 43fddb7 i40e: Fix a bug in the update logic for FDIR SB filter. by Anjali Singhai Jain · 11 years ago
  30. a486659 i40e: delete netdev after deleting napi and vectors by Shannon Nelson · 11 years ago
  31. b936136 igb: Fix code comment by Jeff Kirsher · 11 years ago
  32. 847d797 x86/amd/numa: Fix northbridge quirk to assign correct NUMA node by Daniel J Blueman · 11 years ago
  33. c60f7d5 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  34. c14c06b Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  35. 53611c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  36. 62c19c9 i2c: Remove usage of orphaned symbol OF_I2C by Richard Weinberger · 11 years ago
  37. d5af40d Merge branches 'pnp', 'acpi-init', 'acpi-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  38. a4e90be ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep states by Rafael J. Wysocki · 11 years ago
  39. 1779432 6lowpan: reassembly: un-export local functions by Florian Westphal · 11 years ago
  40. ecab670 ipv6: Avoid unnecessary temporary addresses being generated by Heiner Kallweit · 11 years ago
  41. 702eca0 sh_eth: update OF PHY registeration by Ben Dooks · 11 years ago
  42. 84fe618 eth: fec: Fix lost promiscuous mode after reconnecting cable by Stefan Wahren · 11 years ago
  43. fb00bc2 bonding: set correct vlan id for alb xmit path by dingtianhong · 11 years ago
  44. 6e07a1e at86rf230: fix lockdep splats by Alexander Aring · 11 years ago
  45. d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 11 years ago
  46. 31c14a9 bcm63xx_enet: Stop pretending to support netpoll by Eric W. Biederman · 11 years ago
  47. cbd84a4 Merge branch 'napi_budget_zero' by David S. Miller · 11 years ago
  48. 50ff44b 8139cp: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  49. 310c4d4 bnx2: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  50. f9708b4 consolidate duplicate code is skb_checksum_setup() helpers by Jan Beulich · 11 years ago
  51. 50240dc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  52. ca30be8 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  53. bc0a9a4 Merge branch 'cxgb4-next' by David S. Miller · 11 years ago
  54. ca71de6 cxgb4: Calculate len properly for LSO path by Kumar Sanghvi · 11 years ago
  55. c2b955e cxgb4: Updates for T5 SGE's Egress Congestion Threshold by Kumar Sanghvi · 11 years ago
  56. 0f4d201 cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potentially stuck by Kumar Sanghvi · 11 years ago
  57. 68bce192 cxgb4: Add code to dump SGE registers when hitting idma hangs by Kumar Sanghvi · 11 years ago
  58. 92ddcc7 cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB by Kumar Sanghvi · 11 years ago
  59. 42775a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  60. 4e3b3bc rtlwifi: rtl8723be: Fix array dimension problems by Larry Finger · 11 years ago
  61. 3ead0d2 wlan-ng: fixup staging driver for removal of ieee80211_dsss_chan_to_freq by John W. Linville · 11 years ago
  62. a699248 rtl8821ae: fixup staging driver for revised ieee80211_is_robust_mgmt_frame by John W. Linville · 11 years ago
  63. de12326 net/mlx4_en: Deregister multicast vxlan steering rules when going down by Or Gerlitz · 11 years ago
  64. 433131b net: sctp: remove NULL check in sctp_assoc_update_retran_path by Daniel Borkmann · 11 years ago
  65. 0a8d8c4 vmxnet3: fix building without CONFIG_PCI_MSI by Arnd Bergmann · 11 years ago
  66. f4e53f9 MAINTAINERS: add networking selftests to NETWORKING by Daniel Borkmann · 11 years ago
  67. e46215f Revert "Revert "Staging: rtl8812ae: remove modules field of rate_control_ops"" by John W. Linville · 11 years ago
  68. f042cc4a Merge tag 'ttm-fixes-3.14-2014-03-12' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  69. bf21d60 Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  70. 7aa4a06 Merge tag 'vmwgfx-fixes-3.14-2014-03-13' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  71. 4b0c825 drm/vmwgfx: Fix a surface reference corner-case in legacy emulation mode by Thomas Hellstrom · 11 years ago
  72. 2f586f6 ixgbevf: delete unneeded call to pci_set_power_state by Julia Lawall · 11 years ago
  73. 305f8ce ixgbe: fix some multiline hw_dbg prints by Jacob Keller · 11 years ago
  74. 4483470 ixgbe: fixup header for ixgbe_set_rxpba_82598 by Jacob Keller · 11 years ago
  75. b89aae7 ixgbe: add Linux NICS mailing list to contact info by Jacob Keller · 11 years ago
  76. 6997d4d ixgbe: move setting rx_pb_size into get_invariants by Jacob Keller · 11 years ago
  77. 0e7bcee ixgbe: Fix format string in ixgbe_fcoe.c by Masanari Iida · 11 years ago
  78. 38da985 net: ixgbe calls skb_set_hash by Tom Herbert · 11 years ago
  79. f4c01e9 igb: Fix for devices using ethtool for EEE settings by Carolyn Wyborny · 11 years ago
  80. 42bdf08 net: igb calls skb_set_hash by Tom Herbert · 11 years ago
  81. e25909b net: e1000e calls skb_set_hash by Tom Herbert · 11 years ago
  82. ac9dc67 Merge tag 'pci-v3.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  83. 18f2af2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  84. c4e1acb ACPI / init: Invoke early ACPI initialization later by Rafael J. Wysocki · 11 years ago
  85. 2ed99e3 cpufreq: Skip current frequency initialization for ->setpolicy drivers by Rafael J. Wysocki · 11 years ago
  86. 2f727f5 Merge tag 'sound-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  87. dbb490b net: socket: error on a negative msg_namelen by Matthew Leach · 11 years ago
  88. 8a83d93 Merge branch 'dev_kfree_skb_any' by David S. Miller · 11 years ago
  89. c9974ad gianfar: Carefully free skbs in functions called by netpoll. by Eric W. Biederman · 11 years ago
  90. d8ec2c0 benet: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  91. e81f44b mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  92. f7e7991 ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  93. 497a27b tg3: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  94. f458b2e bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  95. 2bb77ab bonding: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  96. 989c9ba r8169: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  97. a2ccd2e 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  98. 508f81d 8139cp: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  99. b2b3d8d drm/radeon/cik: properly set compute ring status on disable by Alex Deucher · 11 years ago
  100. d52afde be2net: update driver version to 10.2 by Sathya Perla · 11 years ago