Age | Commit message (Expand) | Author | Files | Lines |
2014-04-16 | mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll | Chris Mason | 3 | -7/+1 |
2014-04-16 | net: mvneta: properly configure the MAC <-> PHY connection in all situations | Thomas Petazzoni | 1 | -39/+34 |
2014-04-16 | sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast) | Edward Cree | 10 | -22/+133 |
2014-04-15 | cxgb4: use the correct max size for firmware flash | Steve Wise | 1 | -1/+1 |
2014-04-15 | qlcnic: Fix MSI-X initialization code | Alexander Gordeev | 1 | -12/+16 |
2014-04-15 | net: cadence: Add architecture dependencies | Jean Delvare | 1 | -3/+3 |
2014-04-15 | cxgb4: Save the correct mac addr for hw-loopback connections in the L2T | Steve Wise | 1 | -1/+3 |
2014-04-14 | qlcnic: Do not disable SR-IOV when VFs are assigned to VMs | Manish Chopra | 1 | -0/+10 |
2014-04-14 | qlcnic: Fix QLogic application/driver interface for virtual NIC configuration | Jitendra Kalsaria | 1 | -14/+17 |
2014-04-14 | qlcnic: Fix PVID configuration on eSwitch port. | Jitendra Kalsaria | 1 | -0/+1 |
2014-04-14 | qlcnic: Fix max ring count calculation | Shahed Shaikh | 2 | -8/+8 |
2014-04-14 | qlcnic: Fix to send INIT_NIC_FUNC as first mailbox. | Sucheta Chakraborty | 3 | -4/+5 |
2014-04-14 | qlcnic: Fix panic due to uninitialzed delayed_work struct in use. | Sucheta Chakraborty | 1 | -3/+2 |
2014-04-14 | be2net: Fix invocation of be_close() after be_clear() | Kalesh AP | 2 | -0/+9 |
2014-04-14 | be2net: Fix to reap TX compls till HW doesn't respond for some time | Vasundhara Volam | 1 | -4/+5 |
2014-04-14 | net/mlx4_core: Defer VF initialization till PF is fully initialized | Amir Vadai | 1 | -1/+8 |
2014-04-14 | bnx2: Don't build unused suspend/resume functions not enabled | Daniel J Blueman | 1 | -1/+1 |
2014-04-14 | Revert "net: mvneta: fix usage as a module on RGMII configurations" | Thomas Petazzoni | 1 | -8/+33 |
2014-04-14 | net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() | Wei Yang | 2 | -77/+96 |
2014-04-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 14 | -203/+91 |
2014-04-12 | net: sun4i-emac: add promiscuous support | Marc Zyngier | 1 | -9/+21 |
2014-04-12 | net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 1 | -3/+1 |
2014-04-12 | drivers: net: cpsw: enable interrupts after napi enable and clearing previous... | Mugunthan V N | 1 | -6/+6 |
2014-04-12 | drivers: net: cpsw: discard all packets received when interface is down | Mugunthan V N | 1 | -1/+1 |
2014-04-11 | i40evf: program RSS LUT correctly | Mitch A Williams | 1 | -4/+16 |
2014-04-11 | i40evf: remove open-coded skb_cow_head | Francois Romieu | 1 | -6/+4 |
2014-04-11 | ixgb: remove open-coded skb_cow_head | Francois Romieu | 1 | -6/+4 |
2014-04-11 | igbvf: remove open-coded skb_cow_head | Francois Romieu | 1 | -9/+7 |
2014-04-11 | igb: fix last_rx_timestamp usage | Jakub Kicinski | 3 | -23/+11 |
2014-04-11 | igb: remove open-coded skb_cow_head | Francois Romieu | 1 | -5/+4 |
2014-04-11 | e1000e: remove open-coded skb_cow_head | Francois Romieu | 1 | -6/+4 |
2014-04-11 | e1000: remove open-coded skb_cow_head | Francois Romieu | 1 | -6/+5 |
2014-04-11 | e1000: remove debug messages with function names | Jakub Kicinski | 1 | -124/+0 |
2014-04-11 | ixgbevf: remove open-coded skb_cow_head | Francois Romieu | 1 | -5/+4 |
2014-04-11 | ixgbevf: Add bit to mark work queue initialization | Mark Rustad | 2 | -1/+11 |
2014-04-11 | ixgbe: remove open-coded skb_cow_head | Francois Romieu | 1 | -7/+6 |
2014-04-11 | ixgbe: Add bit to mark service task initialization | Mark Rustad | 2 | -1/+15 |
2014-04-09 | drivers: net: cpsw: Add default vlan for dual emac case also | Mugunthan V N | 1 | -2/+1 |
2014-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 11 | -26/+45 |
2014-04-08 | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 1 | -1/+1 |
2014-04-07 | net/at91_ether: avoid NULL pointer dereference | Gilles Chanteperdrix | 1 | -0/+3 |
2014-04-07 | sxgbe: fix duplicate #include headers | Jean Sacren | 1 | -1/+0 |
2014-04-04 | net: bcmgenet: Remove unnecessary version.h inclusion | Sachin Kamat | 1 | -1/+0 |
2014-04-04 | net: smc911x: Remove unused local variable | Laurent Pinchart | 1 | -1/+0 |
2014-04-04 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 4 | -0/+95 |
2014-04-03 | sxgbe: fix driver probe error path and driver removal leaks | françois romieu | 1 | -10/+17 |
2014-04-03 | sxgbe: use common NET_VENDOR_FOO style. | françois romieu | 2 | -13/+20 |
2014-04-03 | net: qlcnic: include irq.h for irq definitions | Josh Boyer | 1 | -0/+1 |
2014-04-03 | net: enic: include irq.h for irqreturn_t definitions | Josh Boyer | 1 | -0/+1 |
2014-04-03 | net: bnx2x: include irq.h for irqreturn_t definitions | Josh Boyer | 1 | -0/+1 |