Age | Commit message (Expand) | Author | Files | Lines |
2017-03-23 | net: stmmac: fix dma operation mode config for older versions | Joao Pinto | 1 | -3/+3 |
2017-03-22 | nfp: disable FW on reconfiguration errors | Jakub Kicinski | 1 | -18/+11 |
2017-03-22 | nfp: remove defensive checks around ndo_open()/ndo_close() | Jakub Kicinski | 1 | -10/+0 |
2017-03-22 | nfp: flush xmit_more on error paths | Jakub Kicinski | 1 | -0/+2 |
2017-03-22 | nfp: remove RX queue pointers | Jakub Kicinski | 3 | -20/+6 |
2017-03-22 | nfp: don't use netdev_warn() before netdev is registered | Jakub Kicinski | 1 | -3/+3 |
2017-03-22 | nfp: fix nfp_cpp_read()/nfp_cpp_write() error paths | Jakub Kicinski | 1 | -6/+9 |
2017-03-22 | nfp: fix invalid area detection | Jakub Kicinski | 1 | -14/+15 |
2017-03-22 | nfp: don't ignore return value of wait_event_interruptible | Jakub Kicinski | 1 | -18/+38 |
2017-03-22 | nfp: correct return codes when msleep gets interrupted | Jakub Kicinski | 1 | -6/+6 |
2017-03-22 | nfp: lock area cache earlier | Jakub Kicinski | 1 | -6/+8 |
2017-03-22 | nfp: document expected locking in the core | Jakub Kicinski | 1 | -6/+27 |
2017-03-22 | nfp: move mutex code out of nfp_cppcore.c | Jakub Kicinski | 3 | -304/+346 |
2017-03-22 | nfp: remove cpp mutex cache | Jakub Kicinski | 1 | -41/+2 |
2017-03-22 | nfp: fail graciously when someone tries to grab global lock | Jakub Kicinski | 2 | -11/+13 |
2017-03-22 | nfp: disallow sharing mutexes on the same machine | Jakub Kicinski | 1 | -6/+0 |
2017-03-22 | net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages() | Dan Carpenter | 1 | -4/+2 |
2017-03-22 | net: phy: clean up mmd_phy_indirect() | Russell King | 1 | -7/+7 |
2017-03-22 | net: phy: remove the indirect MMD read/write methods | Russell King | 1 | -85/+34 |
2017-03-22 | net: phy: convert micrel to new read_mmd/write_mmd driver methods | Russell King | 1 | -7/+6 |
2017-03-22 | net: phy: switch remaining users to phy_(read|write)_mmd() | Russell King | 6 | -55/+42 |
2017-03-22 | net: lan78xx: update for phy_(read|write)_mmd_indirect() removal | Russell King | 1 | -5/+5 |
2017-03-22 | net: phy: make phy_(read|write)_mmd() generic MMD accessors | Russell King | 1 | -8/+25 |
2017-03-22 | net: phy: move phy MMD accessors to phy-core.c | Russell King | 3 | -86/+136 |
2017-03-22 | net: stmmac: Restore DT backwards-compatibility | Thierry Reding | 1 | -0/+7 |
2017-03-22 | net: stmmac: Always enable MAC RX queues | Thierry Reding | 1 | -1/+1 |
2017-03-22 | net: greth: Utilize of_get_mac_address() | Tobias Klauser | 1 | -5/+5 |
2017-03-22 | liquidio: fix Coverity scan errors | Felix Manlunas | 2 | -2/+4 |
2017-03-22 | net: vrf: performance improvements for IPv6 | David Ahern | 1 | -10/+56 |
2017-03-22 | net: vrf: performance improvements for IPv4 | David Ahern | 1 | -10/+96 |
2017-03-22 | mlxsw: spectrum: fix swapped order of arguments packets and bytes | Colin Ian King | 1 | -1/+1 |
2017-03-22 | cxgb4: Update IngPad and IngPack values | Arjun Vynipadath | 2 | -19/+60 |
2017-03-22 | net: dwc-xlgmac: add module license | Arnd Bergmann | 1 | -0/+1 |
2017-03-22 | net: dwc-xlgmac: include dcbnl.h | Arnd Bergmann | 1 | -0/+1 |
2017-03-22 | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 5 | -211/+232 |
2017-03-22 | qed: Always publish VF link from leading hwfn | Mintz, Yuval | 1 | -3/+10 |
2017-03-22 | qed: Raise verbosity of Malicious VF indications | Mintz, Yuval | 1 | -4/+10 |
2017-03-22 | qed: Make qed_iov_mark_vf_flr() return bool | Mintz, Yuval | 2 | -9/+10 |
2017-03-22 | qed: Deprecate VF multiple queue-stop | Mintz, Yuval | 2 | -46/+62 |
2017-03-22 | qed: Uniform IOV queue validation | Mintz, Yuval | 1 | -31/+92 |
2017-03-22 | qed: Correct default VF coalescing configuration | Mintz, Yuval | 1 | -1/+2 |
2017-03-22 | qed: Set HW-channel to ready before ACKing VF | Mintz, Yuval | 1 | -4/+8 |
2017-03-22 | qed: Clean VF malicious indication when disabling IOV | Mintz, Yuval | 1 | -3/+5 |
2017-03-22 | qed: Increase verbosity of VF -> PF errors | Mintz, Yuval | 1 | -6/+12 |
2017-03-22 | liquidio: fix for vf mac addr command sent to nic firmware | Rick Farrington | 4 | -8/+30 |
2017-03-22 | net: usb: pegasus: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
2017-03-22 | ibmvnic: Correct ibmvnic handling of device open/close | John Allen | 2 | -48/+67 |
2017-03-22 | ibmvnic: Move ibmvnic adapter intialization to its own routine | John Allen | 1 | -50/+60 |
2017-03-22 | ibmvnic: Move login to its own routine | John Allen | 1 | -8/+20 |
2017-03-22 | ibmvnic: Move login and queue negotiation into ibmvnic_open | John Allen | 1 | -45/+43 |