| Commit message (Expand) | Author | Age | Files | Lines |
* | ice: Don't tell the OS that link is going down | Michal Swiatkowski | 2020-03-11 | 1 | -7/+0 |
* | igb: Fix SGMII SFP module discovery for 100FX/LX. | Manfred Rudigier | 2020-02-05 | 2 | -7/+3 |
* | ixgbe: Fix calculation of queue with VFs and flow director on interface flap | Cambda Zhu | 2020-02-05 | 1 | -10/+27 |
* | ixgbevf: Remove limit of 10 entries for unicast filter list | Radoslaw Tyl | 2020-02-05 | 1 | -5/+0 |
* | ixgbe: sync the first fragment unconditionally | Firo Yang | 2020-01-27 | 1 | -7/+9 |
* | i40e: reduce stack usage in i40e_set_fc | Arnd Bergmann | 2020-01-27 | 1 | -40/+51 |
* | ixgbe: don't clear IPsec sa counters on HW clearing | Shannon Nelson | 2020-01-27 | 1 | -4/+0 |
* | ice: delay less | Mitch Williams | 2019-12-31 | 2 | -3/+4 |
* | ixgbe: protect TX timestamping from API misuse | Manjunath Patil | 2019-12-31 | 1 | -1/+2 |
* | i40e: initialize ITRN registers with correct values | Nicholas Nunley | 2019-12-31 | 1 | -5/+5 |
* | e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_wait | YueHaibing | 2019-12-17 | 1 | -2/+2 |
* | ice: Fix possible NULL pointer de-reference | Bruce Allan | 2019-12-13 | 1 | -0/+3 |
* | ice: Fix return value from NAPI poll | Dave Ertman | 2019-12-13 | 1 | -1/+2 |
* | i40e: don't restart nway if autoneg not supported | Mitch Williams | 2019-12-13 | 1 | -5/+5 |
* | ice: Fix NVM mask defines | Lev Faerman | 2019-12-13 | 1 | -3/+3 |
* | fm10k: ensure completer aborts are marked as non-fatal after a resume | Jacob Keller | 2019-12-01 | 1 | -20/+28 |
* | igb: shorten maximum PHC timecounter update interval | Miroslav Lichvar | 2019-12-01 | 1 | -1/+7 |
* | ixgbe: Fix crash with VFs and flow director on interface flap | Radoslaw Tyl | 2019-11-24 | 1 | -2/+8 |
* | i40e: Use proper enum in i40e_ndo_set_vf_link_state | Nathan Chancellor | 2019-11-24 | 1 | -1/+1 |
* | ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limit | Radoslaw Tyl | 2019-11-24 | 1 | -4/+10 |
* | ice: Fix forward to queue group logic | Anirudh Venkataramanan | 2019-11-24 | 1 | -4/+10 |
* | i40e: Prevent deleting MAC address from VF when set by PF | Patryk Małek | 2019-11-20 | 1 | -0/+10 |
* | i40evf: cancel workqueue sync for adminq when a VF is removed | Lihong Yang | 2019-11-20 | 1 | -0/+2 |
* | i40e: hold the rtnl lock on clearing interrupt scheme | Patryk Małek | 2019-11-20 | 1 | -0/+8 |
* | i40evf: Don't enable vlan stripping when rx offload is turned on | Patryk Małek | 2019-11-20 | 1 | -5/+6 |
* | i40e: Check and correct speed values for link on open | Jan Sokolowski | 2019-11-20 | 1 | -3/+24 |
* | i40evf: set IFF_UNICAST_FLT flag for the VF | Lihong Yang | 2019-11-20 | 1 | -0/+2 |
* | i40e: use correct length for strncpy | Mitch Williams | 2019-11-20 | 1 | -1/+2 |
* | i40evf: Validate the number of queues a PF sends | Paul M Stillwell Jr | 2019-11-20 | 1 | -0/+32 |
* | ice: Fix and update driver version string | Anirudh Venkataramanan | 2019-11-20 | 1 | -1/+1 |
* | ice: Prevent control queue operations during reset | Anirudh Venkataramanan | 2019-11-20 | 4 | -5/+34 |
* | ice: Update request resource command to latest specification | Dan Nowlin | 2019-11-20 | 4 | -21/+67 |
* | e1000: fix memory leaks | Wenwen Wang | 2019-11-12 | 1 | -4/+3 |
* | igb: Fix constant media auto sense switching when no cable is connected | Manfred Rudigier | 2019-11-12 | 1 | -1/+2 |
* | i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtask | Stefan Assmann | 2019-10-05 | 1 | -0/+5 |
* | e1000e: add workaround for possible stalled packet | Kai-Heng Feng | 2019-10-05 | 2 | -1/+11 |
* | ixgbe: Prevent u8 wrapping of ITR value to something less than 10us | Alexander Duyck | 2019-09-19 | 1 | -1/+3 |
* | ixgbe: Fix secpath usage for IPsec TX offload. | Steffen Klassert | 2019-09-19 | 1 | -1/+3 |
* | iavf: fix dereference of null rx_buffer pointer | Colin Ian King | 2019-07-26 | 1 | -2/+4 |
* | igb: clear out skb->tstamp after reading the txtime | Vedang Patel | 2019-07-26 | 1 | -0/+1 |
* | ixgbe: Check DDM existence in transceiver before access | Mauro S. M. Rodrigues | 2019-07-26 | 2 | -1/+3 |
* | e1000e: start network tx queue only when link is up | Konstantin Khlebnikov | 2019-07-21 | 1 | -2/+4 |
* | Revert "e1000e: fix cyclic resets at link up with active tx" | Konstantin Khlebnikov | 2019-07-21 | 1 | -6/+9 |
* | ice: Add missing case in print_link_msg for printing flow control | Brett Creeley | 2019-06-15 | 1 | -0/+3 |
* | i40e: Queues are reserved despite "Invalid argument" error | Adam Ludkiewicz | 2019-06-15 | 1 | -0/+3 |
* | igb: Exclude device from suspend direct complete optimization | Kai-Heng Feng | 2019-05-31 | 1 | -0/+3 |
* | e1000e: Disable runtime PM on CNP+ | Kai-Heng Feng | 2019-05-31 | 1 | -1/+1 |
* | i40e: don't allow changes to HW VLAN stripping on active port VLANs | Nicholas Nunley | 2019-05-31 | 1 | -0/+8 |
* | i40e: Able to add up to 16 MAC filters on an untrusted VF | Adam Ludkiewicz | 2019-05-31 | 1 | -2/+4 |
* | igb: Fix WARN_ONCE on runtime suspend | Arvind Sankar | 2019-05-08 | 2 | -49/+10 |