summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-251-6/+15
|\
| * xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-251-6/+15
* | Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher2018-05-211-8/+1Star
* | ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov2018-05-171-4/+1Star
* | ixgbe: release lock for the duration of ixgbe_suspend_close()Pavel Tatashin2018-05-171-1/+8
* | ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues2018-05-171-3/+3
* | ixgbe: cleanup sparse warningsCathy Zhou2018-05-177-41/+55
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-122-1/+4
|\
| * ixgbe: fix memory leak on ipsec allocationColin Ian King2018-05-111-1/+1
| * ixgbe: return error on unsupported SFP module when resettingEmil Tantilov2018-05-111-0/+3
* | net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2734-906/+51Star
* | ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2018-04-252-62/+135
* | ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2018-04-252-13/+16
* | ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck2018-04-251-0/+7
* | ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck2018-04-251-4/+3Star
* | macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck2018-04-251-29/+10Star
* | macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck2018-04-251-6/+4Star
* | ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck2018-04-251-31/+0Star
* | xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-171-11/+13
* | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-172-9/+12
* | xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-1/+8
* | ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2018-04-172-2/+5
|/
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-231-3/+4
* ixgbe: enable TSO with IPsec offloadShannon Nelson2018-03-232-11/+29
* ixgbe: no need for esp trailer if GSOShannon Nelson2018-03-231-16/+21
* ixgbe: remove unneeded ipsec test in TX pathShannon Nelson2018-03-231-4/+2Star
* ixgbe: no need for ipsec csum feature checkShannon Nelson2018-03-231-6/+0Star
* ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt2018-03-231-2/+2
* ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt2018-03-232-11/+21
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2318-0/+18
* ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt2018-03-121-1/+5
* ixgbe: Add receive length error counterTonghao Zhang2018-03-121-0/+1
* ixgbe: remove unneeded ipsec state free callbackShannon Nelson2018-03-121-13/+0Star
* ixgbe: fix ipsec trailer lengthShannon Nelson2018-03-121-1/+23
* ixgbe: check for 128-bit authenticationShannon Nelson2018-03-122-5/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+8
|\
| * ixgbe: fix crash in build_skb Rx code pathEmil Tantilov2018-02-261-0/+8
* | ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller2018-02-261-1/+2
* | ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang2018-02-261-2/+2
* | ixgbe: remove redundant initialization of 'pool'Colin Ian King2018-02-261-1/+0Star
|/
* ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov2018-01-261-2/+6
* ixgbe: Fix && vs || typoDan Carpenter2018-01-261-1/+1
* ixgbe: add support for reporting 5G link speedPaul Greenwalt2018-01-261-0/+3
* ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar2018-01-261-18/+19
* ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King2018-01-261-1/+1
* ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-4/+1Star
* ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2018-01-232-0/+23
* ixgbe: ipsec offload statsShannon Nelson2018-01-234-1/+10
* ixgbe: process the Tx ipsec offloadShannon Nelson2018-01-235-9/+112