- a0eacca net/mlx4_core: Refactor mlx4_load_one by Matan Barak · 11 years ago
- ffc39f6 net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanup by Matan Barak · 11 years ago
- 225c6c8 net/mlx4_core: Use correct variable type for mlx4_slave_cap by Matan Barak · 11 years ago
- 7c68dd4 net/mlx4_core: Fix wrong reading of reserved_eqs by Matan Barak · 11 years ago
- 9488e1e net: sh_eth: Add r8a7793 support by Hisashi Nakamura · 11 years ago
- 966d6db net: sh_eth: Add RMII mode setting in probe by Hisashi Nakamura · 11 years ago
- b6267d3 amd-xgbe: fix ->rss_hash_type by Dan Carpenter · 11 years ago
- d7990b0 cxgb4i/cxgb4 : Refactor macros to conform to uniform standards by Anish Bhatt · 11 years ago
- 9dfa9a2 net: systemport: fix tx work done in TX napi poll by Florian Fainelli · 11 years ago
- f41281d enic: fix work done in tx napi_poll by Govindarajulu Varadarajan · 11 years ago
- 5226cfc amd-xgbe: Fix sparse endian warnings by Lendacky, Thomas · 11 years ago
- 824ab78 net: pxa168_eth: move SET_NETDEV_DEV a bit earlier by Jisheng Zhang · 11 years ago
- c94f8f4 cxgb4: Fix static checker warning by Hariprasad Shenai · 11 years ago
- c647cc3 sunvnet: fix NULL pointer dereference by David L Stevens · 11 years ago
- 42b17f0 fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page by Alexander Duyck · 11 years ago
- aa9cd31 cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page by Alexander Duyck · 11 years ago
- 2387e3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
- b2e2f0c stmmac: split to core library and probe drivers by Andy Shevchenko · 11 years ago
- f8c6455 net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE by Shani Michaeli · 11 years ago
- dd65bea net/mlx4_en: Extend usage of napi_gro_frags by Shani Michaeli · 11 years ago
- d1b849b ixgbe: add helper function for setting RSS key in preparation of X550 by Don Skidmore · 11 years ago
- 9a75a1a ixgbe: Add new support for X550 MAC's by Don Skidmore · 11 years ago
- 8d697e7 ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function. by Don Skidmore · 11 years ago
- 2b509c0 ixgbe: cleanup ixgbe_ndo_set_vf_vlan by Don Skidmore · 11 years ago
- 71bde60 ixgbe: fix X540 Completion timeout by Don Skidmore · 11 years ago
- cc05292 i40evf: don't use more queues than CPUs by Mitch Williams · 11 years ago
- f8d4db3 i40evf: make early init processing more robust by Mitch Williams · 11 years ago
- 79442d3 i40e: clean up throttle rate code by Jesse Brandeburg · 11 years ago
- 2153671 i40e: don't do link_status or stats collection on every ARQ by Shannon Nelson · 11 years ago
- 0db4e16 i40e: poll firmware slower by Kamil Krawczyk · 11 years ago
- 2e1af7d mlx4: restore conditional call to napi_complete_done() by Eric Dumazet · 11 years ago
- df20286 sunvnet: Add missing rcu_read_unlock() in vnet_start_xmit by Sowmini Varadhan · 11 years ago
- 777362d sunvnet: vnet_ack() should check if !start_cons to send a missed trigger by Sowmini Varadhan · 11 years ago
- b0cffed sunvnet: Fix race between vnet_start_xmit() and vnet_ack() by Sowmini Varadhan · 11 years ago
- 6f6e741 8139too: Allow using the largest possible MTU by Alban Bedel · 11 years ago
- ef786f1 8139too: Allow setting MTU larger than 1500 by Alban Bedel · 11 years ago
- 1ef8019 net: Move bonding headers under include/net by David S. Miller · 11 years ago
- 4483589 cxgb4: Remove unnecessary struct in6_addr * casts by Joe Perches · 11 years ago
- e2ac962 cxgb4: Cleanup macros so they follow the same style and look consistent, part 2 by Hariprasad Shenai · 11 years ago
- 6559a7e cxgb4: Cleanup macros so they follow the same style and look consistent by Hariprasad Shenai · 11 years ago
- fd88b31 cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file by Hariprasad Shenai · 11 years ago
- 1a28817 mlx4: use napi_complete_done() by Eric Dumazet · 11 years ago
- f10f9fb stmmac: platform: fix sparse warnings by Andy Shevchenko · 11 years ago
- 424c4f7 stmmac: remove custom implementation of print_hex_dump() by Andy Shevchenko · 11 years ago
- 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- f5eecbb amd-xgbe: Check for complete packet on skb allocation error by Lendacky, Thomas · 11 years ago
- e98c72c amd-xgbe: Free channel/ring structures later by Lendacky, Thomas · 11 years ago
- 9d01412 netxen: Fix link event handling. by Manish Chopra · 11 years ago
- f6b7734 enic: update desc properly in rx_copybreak by Govindarajulu Varadarajan · 11 years ago
- 44aa91a enic: handle error condition properly in enic_rq_indicate_buf by Govindarajulu Varadarajan · 11 years ago
- 364d179 net/mlx5_core: Fix race on driver load by Eli Cohen · 11 years ago
- a158906 net/mlx5_core: Fix race in create EQ by Eli Cohen · 11 years ago
- 8c4ee3e sunvnet: Return from vnet_napi_event() if no packets to read by Sowmini Varadhan · 11 years ago
- 6c3ce8a sunvnet: Fix indentation in maybe_tx_wakeup() by Sowmini Varadhan · 11 years ago
- 4484d05 drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroy by Mugunthan V N · 11 years ago
- 2c2a9cb net: mv643xx_eth: reclaim TX skbs only when released by the HW by Karl Beldan · 11 years ago
- d98a4ff sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.c by Shradha Shah · 11 years ago
- 327c685 sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix by Shradha Shah · 11 years ago
- 2dc313e sfc: Move the current VF state from efx_nic into siena_nic_data by Shradha Shah · 11 years ago
- 7627fc0 stmmac: pci: convert to use dev_* macros by Andy Shevchenko · 11 years ago
- 2a3e8e9 stmmac: pci: use managed resources by Andy Shevchenko · 11 years ago
- 3be3d81 stmmac: pci: convert to use dev_pm_ops by Andy Shevchenko · 11 years ago
- 295f9d0 stmmac: pci: use defined constant instead of magic number by Andy Shevchenko · 11 years ago
- 915af65 stmmac: fix sparse warnings by Andy Shevchenko · 11 years ago
- 474809b amd-xgbe: Let AMD_XGBE depend on HAS_IOMEM by Lendacky, Thomas · 11 years ago
- a7beaf2 amd-xgbe: Fix a spelling error by Lendacky, Thomas · 11 years ago
- f6ac862 amd-xgbe: Add receive side scaling ethtool support by Lendacky, Thomas · 11 years ago
- 5b9dfe2 amd-xgbe: Provide support for receive side scaling by Lendacky, Thomas · 11 years ago
- 9227dc5 amd-xgbe: Add support for per DMA channel interrupts by Lendacky, Thomas · 11 years ago
- 174fd25 amd-xgbe: Implement split header receive support by Lendacky, Thomas · 11 years ago
- 08dcc47 amd-xgbe: Use page allocations for Rx buffers by Lendacky, Thomas · 11 years ago
- aa96bd3 amd-xgbe: Use the u32 data type for descriptors by Lendacky, Thomas · 11 years ago
- a9d4198 amd-xgbe: Rename pre_xmit function to dev_xmit by Lendacky, Thomas · 11 years ago
- 4780b7c amd-xgbe: Move ring allocation to device open by Lendacky, Thomas · 11 years ago
- 777da23 stmmac: fix atomicity in pm routines by Giuseppe CAVALLARO · 11 years ago
- 4741cf9 stmmac: fix concurrency in eee initialization. by Giuseppe CAVALLARO · 11 years ago
- b9d7370 stmmac: fix lock in stmmac_set_rx_mode by Giuseppe CAVALLARO · 11 years ago
- 758a0ab stmmac: release tx lock, in case of dma mapping error. by Fabrice Gasnier · 11 years ago
- 16ee817 stmmac: fix stmmac_tx_avail should be called with TX locked by Fabrice Gasnier · 11 years ago
- 98fbebc stmmac: remove BUS_MODE_DA by Giuseppe CAVALLARO · 11 years ago
- 50fb4f74 stmmac: remove STMMAC_DEBUG_FS by Giuseppe CAVALLARO · 11 years ago
- c0d5406 stmmac: remove specific SoC Koption from platform. by Giuseppe CAVALLARO · 11 years ago
- b994ca6 drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "1db3ddff1602edf2390b7667dcbaa0f71512e3ea" by Chen Gang · 11 years ago
- bdd330f drivers: net: xgene: fix: Use separate resources by Iyappan Subramanian · 11 years ago
- c3f4465 drivers: net: xgene: Backward compatibility with older firmware by Iyappan Subramanian · 11 years ago
- 8ce0c82 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
- 9fd3d3a sfc: don't BUG_ON efx->max_channels == 0 in probe by Edward Cree · 11 years ago
- f4c4a4e net: fec: fix suspend broken on multiple MACs sillicons by Nimrod Andy · 11 years ago
- d475c95 net/mlx4_core: Add retrieval of CONFIG_DEV parameters by Matan Barak · 11 years ago
- 1ab25f8 net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pages by Ido Shamay · 11 years ago
- 5f6e980 net/mlx4_en: Remove RX buffers alignment to IP_ALIGN by Ido Shamay · 11 years ago
- 0a98455 net/mlx4_core: Protect port type setting by mutex by Amir Vadai · 11 years ago
- 6e80669 net/mlx4_core: Prevent VF from changing port configuration by Saeed Mahameed · 11 years ago
- 2089ad0 i40e: properly parse MDET registers by Mitch Williams · 11 years ago
- 7a28d88 i40e: configure VM ID in qtx_ctl by Mitch Williams · 11 years ago
- 5b5faa4 i40e: enable debug earlier by Shannon Nelson · 11 years ago
- 049a2be i40e: better wording for resource tracking errors by Shannon Nelson · 11 years ago
- c135b0d i40e: scale msix vector use when more cores than vectors by Shannon Nelson · 11 years ago
- 7204a78 i40e: remove debugfs dump stats by Shannon Nelson · 11 years ago
- a282bab i40e: avoid disable of interrupt when changing ITR by Jesse Brandeburg · 11 years ago