summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-7/+17
|\
| * ixgbe: avoid premature Rx buffer reuseBjörn Töpel2020-12-091-7/+17
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-11/+26
|\
| * net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-11/+26
* | net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior2020-09-291-1/+0
* | intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-17/+17
|\ \
| * | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-311-3/+3
| * | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-17/+17
| |/
* / net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-8/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-4/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-4/+0
* | ixgbe: use generic power managementVaibhav Gupta2020-07-301-46/+15
|/
* ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-101-136/+44
* ixgbe: don't clear UDP tunnel ports when RXCSUM is disabledJakub Kicinski2020-07-101-20/+0
* ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl2020-07-011-1/+5
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-15/+15
* net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski2020-06-301-1/+5
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-06-261-6/+4
|\
| * net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-6/+4
* | ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2020-06-181-3/+11
|/
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing2020-05-281-29/+0
* ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel2020-05-211-9/+6
* ixgbe: Add XDP frame size to driverJesper Dangaard Brouer2020-05-141-8/+26
* ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer2020-05-141-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-10/+27
|\
| * ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu2020-01-091-10/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+6
|\|
| * net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-191-1/+6
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-1/+2
* ixgbe: protect TX timestamping from API misuseManjunath Patil2019-11-041-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+0
|\
| * ixgbe: Remove duplicate clear_bit() callIgor Pylypiv2019-11-011-1/+0
* | ixgbe: Add UDP segmentation offload supportJosh Hunt2019-10-291-6/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-2/+5
|\
| * ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert2019-09-121-1/+2
| * 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-061-2/+3
|\ \
| * | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-171-2/+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
* | 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