Age | Commit message (Expand) | Author | Files | Lines |
2014-01-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 9 | -69/+66 |
2014-01-29 | bnx2x: Fix generic option settings | Yaniv Rosner | 1 | -40/+38 |
2014-01-28 | qlcnic: Fix loopback test failure | Shahed Shaikh | 1 | -3/+8 |
2014-01-28 | qlcnic: Fix tx timeout. | Rajesh Borundia | 1 | -7/+2 |
2014-01-28 | qlcnic: Fix initialization of vlan list. | Rajesh Borundia | 1 | -6/+5 |
2014-01-28 | qlcnic: Correct off-by-one errors in bounds checks | Manish Chopra | 1 | -4/+4 |
2014-01-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -4/+8 |
2014-01-28 | i40e: Add missing braces to i40e_dcb_need_reconfig() | Dave Jones | 1 | -1/+2 |
2014-01-28 | sky2: initialize napi before registering device | Stanislaw Gruszka | 1 | -2/+2 |
2014-01-28 | bnx2x: More Shutdown revisions | Yuval Mintz | 1 | -2/+2 |
2014-01-27 | net: stmmac: Log MAC address only once | Hans de Goede | 1 | -2/+2 |
2014-01-27 | net: stmmac: Silence PTP init errors on hw without PTP | Hans de Goede | 1 | -1/+1 |
2014-01-27 | net/apne: Remove unused variable ei_local | Geert Uytterhoeven | 1 | -1/+0 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 405 | -8384/+33412 |
2014-01-25 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 12 | -20/+137 |
2014-01-25 | net/cxgb4: Fix referencing freed adapter | Gavin Shan | 1 | -1/+1 |
2014-01-24 | qlcnic: update version to 5.3.55 | Himanshu Madhani | 1 | -2/+2 |
2014-01-24 | qlcnic: Enhance logic to calculate msix vectors. | Himanshu Madhani | 4 | -97/+192 |
2014-01-24 | qlcnic: Refactor interrupt coalescing code for all adapters. | Himanshu Madhani | 7 | -117/+200 |
2014-01-24 | qlcnic: Update poll controller code path | Manish chopra | 1 | -6/+28 |
2014-01-24 | qlcnic: Interrupt code cleanup | Manish chopra | 6 | -72/+121 |
2014-01-24 | qlcnic: Enhance Tx timeout debugging. | Himanshu Madhani | 2 | -20/+51 |
2014-01-24 | qlcnic: Use bool for rx_mac_learn. | Sucheta Chakraborty | 5 | -7/+7 |
2014-01-24 | sfc: Use the correct maximum TX DMA ring size for SFC9100 | Ben Hutchings | 2 | -2/+5 |
2014-01-24 | tulip: cleanup by using ARRAY_SIZE() | Dan Carpenter | 1 | -1/+1 |
2014-01-24 | net/cxgb4: Don't retrieve stats during recovery | Gavin Shan | 1 | -0/+10 |
2014-01-24 | net/cxgb4: Avoid disabling PCI device for towice | Gavin Shan | 2 | -7/+21 |
2014-01-24 | drivers: net: cpsw: enable promiscuous mode support | Mugunthan V N | 3 | -25/+98 |
2014-01-23 | Merge branch 'ip-roce' into for-next | Roland Dreier | 1 | -0/+20 |
2014-01-23 | Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ... | Roland Dreier | 11 | -20/+117 |
2014-01-23 | IB/mlx5: Abort driver cleanup if teardown hca fails | Eli Cohen | 1 | -2/+8 |
2014-01-23 | mlx5_core: Fix PowerPC support | Eli Cohen | 1 | -4/+5 |
2014-01-23 | mlx5_core: Improve debugfs readability | Eli Cohen | 1 | -6/+33 |
2014-01-23 | IB/mlx5: Add support for resize CQ | Eli Cohen | 1 | -2/+2 |
2014-01-23 | IB/mlx5: Implement modify CQ | Eli Cohen | 1 | -2/+15 |
2014-01-23 | mlx5_core: Use mlx5 core style warning | Eli Cohen | 1 | -1/+2 |
2014-01-23 | IB/mlx5: Clear out struct before create QP command | Eli Cohen | 1 | -1/+1 |
2014-01-23 | mlx5_core: Fix out arg size in access_register command | Haggai Eran | 1 | -1/+1 |
2014-01-22 | net/mlx4_core: Remove unnecessary validation for port number | Moni Shoua | 1 | -3/+0 |
2014-01-22 | be2net: Fix be_vlan_add/rem_vid() routines | Somnath Kotur | 1 | -13/+8 |
2014-01-22 | bnx2x: Fix VF flr flow | Ariel Elior | 1 | -28/+33 |
2014-01-22 | stmmac: Fix kernel crashes for jumbo frames | Vince Bridgers | 6 | -12/+32 |
2014-01-22 | sfc: Fix transposed ptp_{under, over}size_sync_windows statistics | Ben Hutchings | 1 | -2/+2 |
2014-01-22 | sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command. | Jon Cooper | 2 | -8/+37 |
2014-01-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 5 | -14/+19 |
2014-01-20 | net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp | damuzi000 | 3 | -19/+21 |
2014-01-20 | net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC's | Chen-Yu Tsai | 5 | -0/+158 |
2014-01-20 | net: stmmac: Use driver data and callbacks tied with compatible strings | Chen-Yu Tsai | 1 | -10/+34 |
2014-01-20 | net: stmmac: Deprecate snps, phy-addr and auto-detect PHY address | Chen-Yu Tsai | 1 | -1/+8 |
2014-01-20 | net: stmmac: Honor DT parameter to force DMA store and forward mode | Chen-Yu Tsai | 1 | -0/+2 |