summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2021-03-30ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu
2021-03-17ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony
2020-12-30ixgbe: avoid premature Rx buffer reuseBjörn Töpel
2020-09-03scsi: fcoe: Fix I/O path allocationMike Christie
2020-07-16ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-06-22ixgbe: fix signed-integer-overflow warningXie XiuQi
2020-06-22ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer
2020-02-05ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu
2020-01-12net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-31ixgbe: protect TX timestamping from API misuseManjunath Patil
2019-11-08ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-01ixgbe: Remove duplicate clear_bit() callIgor Pylypiv
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-16ixgbe: fix xdp handle calculationsCiara Loftus
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-12ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert
2019-09-11ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets
2019-09-11ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck
2019-09-11ixgbe: use skb_get_queue_mapping in tx pathTonghao Zhang
2019-09-11ixgbe: fix memory leaksWenwen Wang
2019-09-09ixgbe: sync the first fragment unconditionallyFiro Yang
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-05ixgbe: fix xdp handle calculationsKevin Laatz
2019-09-05ixgbe: Use kzfree() rather than its implementation.zhong jiang
2019-08-31ixgbe: modify driver for handling offsetsKevin Laatz
2019-08-31ixgbe: simplify Rx buffer recycleKevin Laatz
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-08-10ixgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-09ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-28ixgbe: fix potential u32 overflow on shiftColin Ian King
2019-06-28ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2019-06-05ixgbe: implement support for SDP/PPS output on X550 hardwareJacob Keller
2019-06-05ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan
2019-06-05ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_configJacob Keller
2019-06-05ixgbe: use 'cc' instead of 'hw_cc' for local variableJacob Keller
2019-06-05ixgbe: fix PTP SDP pin setup on X540 hardwareJacob Keller
2019-06-05ixgbe: reduce PTP Tx timestamp timeout to 1 secondJacob Keller
2019-06-05ixgbe: fix AF_XDP tx packet countWilliam Tu
2019-06-05ixgbe: fix AF_XDP tx byte countWilliam Tu
2019-06-05ixgbe: remove umem from adapterJan Sokolowski
2019-06-05ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski