summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson2019-11-081-8/+2
* ixgbe: Remove duplicate clear_bit() callIgor Pylypiv2019-11-011-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-2/+2
|\
| * ixgbe: fix xdp handle calculationsCiara Loftus2019-09-161-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-21/+16
|\ \
| * | ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert2019-09-121-1/+2
| * | ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets2019-09-111-18/+11
| * | ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck2019-09-111-1/+3
* | | ixgbe: use skb_get_queue_mapping in tx pathTonghao Zhang2019-09-111-1/+1
* | | ixgbe: fix memory leaksWenwen Wang2019-09-111-0/+4
* | | ixgbe: sync the first fragment unconditionallyFiro Yang2019-09-091-7/+9
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-063-19/+37
|\ \
| * | ixgbe: fix xdp handle calculationsKevin Laatz2019-09-051-3/+4
| * | ixgbe: modify driver for handling offsetsKevin Laatz2019-08-311-4/+9
| * | ixgbe: simplify Rx buffer recycleKevin Laatz2019-08-311-10/+3
| * | ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson2019-08-171-0/+18
| * | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-173-5/+6
* | | ixgbe: Use kzfree() rather than its implementation.zhong jiang2019-09-051-6/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-4/+1
|\ \ \ | |/ / |/| / | |/
| * ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo2019-08-091-4/+1
* | ixgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-17/+5
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-2/+2
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-4/+5
|/
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-22/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-041-6/+9
|\
| * xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-271-6/+9
* | ixgbe: fix potential u32 overflow on shiftColin Ian King2019-06-281-10/+4
* | ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier2019-06-281-0/+3
* | ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2019-06-262-1/+3
|/
* ixgbe: implement support for SDP/PPS output on X550 hardwareJacob Keller2019-06-052-5/+108
* ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-3/+1
* ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_configJacob Keller2019-06-051-0/+9
* ixgbe: use 'cc' instead of 'hw_cc' for local variableJacob Keller2019-06-051-3/+3
* ixgbe: fix PTP SDP pin setup on X540 hardwareJacob Keller2019-06-051-29/+42
* ixgbe: reduce PTP Tx timestamp timeout to 1 secondJacob Keller2019-06-051-1/+1
* ixgbe: fix AF_XDP tx packet countWilliam Tu2019-06-051-0/+1
* 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
OpenPOWER on IntegriCloud