summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
...
* ixgbe: fix AF_XDP tx byte countWilliam Tu2019-06-051-1/+0
* ixgbe: remove umem from adapterJan Sokolowski2019-06-052-71/+19
* ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski2019-06-053-1/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-6/+5
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-7/+9
| |\
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
| * | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2
| * | intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-5/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
| |/
* / ixgbe: fix mdio bus registrationIvan Vecera2019-03-261-7/+9
|/
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-242-6/+28
|\
| * ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski2019-02-211-1/+2
| * ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-3/+21
| * ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher2019-02-211-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-163-22/+0
|\ \
| * | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-153-22/+0
* | | ixgbe: Use struct_size() helperGustavo A. R. Silva2019-02-081-5/+5
|/ /
* | ixgbe: remove magic constant in ixgbe_reset_hw_82599()Jiri Kosina2019-02-051-1/+1
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-12-204-0/+326
|\
| * ixgbe: use mii_bus to handle MII related ioctlsSteve Douthit2018-12-201-0/+18
| * ixgbe: register a mdiobusSteve Douthit2018-12-204-0/+308
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-1/+10
|\ \ | |/ |/|
| * ixgbe: Fix race when the VF driver does a resetRoss Lagerwall2018-12-121-1/+10
* | xfrm: prefer secpath_set over secpath_dupFlorian Westphal2018-12-191-4/+5
* | drivers: net: intel: use secpath helpers in more placesFlorian Westphal2018-12-192-4/+7
* | net: ndo_bridge_setlink: Add extackPetr Machata2018-12-121-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-1/+3
|\|
| * ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser2018-11-281-1/+3
* | ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-211-3/+3
* | ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-091-10/+44
* | i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka2018-11-071-1/+2
* | intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
* | ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson2018-11-071-1/+3
* | ixgbe: don't clear_bit on xdp_ring->state if xdp_ring is nullColin Ian King2018-11-071-1/+2
|/
* ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl2018-10-311-1/+3
* ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-313-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-261-1/+0
|\
| * drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-251-1/+0
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-10/+0
|\ \ | |/ |/|
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-10/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-5/+7
|\ \
| * | ixgbe: check return value of napi_complete_done()Song Liu2018-10-031-5/+7
* | | ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel2018-10-033-1/+195
* | | ixgbe: move common Tx functions to ixgbe_txrx_common.hBjörn Töpel2018-10-032-6/+8
* | | ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel2018-10-036-21/+745
* | | ixgbe: move common Rx functions to ixgbe_txrx_common.hBjörn Töpel2018-10-032-18/+37
OpenPOWER on IntegriCloud