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