summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-02-23ixgbe: Refactor overtemp event handlingJedrzej Jagielski1-10/+6
2024-02-23ixgbe: Refactor returning internal error codesJedrzej Jagielski1-13/+13
2024-02-23ixgbe: Remove non-inclusive languagePiotr Skajewski1-2/+2
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-08-11vxlan: calculate correct header length for GPEJiri Benc1-1/+1
2023-02-22ixgbe: add double of VLAN header when computing the max MTUJason Xing1-2/+1
2023-02-22ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing1-9/+16
2022-07-29ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski1-0/+3
2021-12-22ixgbe: Document how to enable NBASE-T supportRobert Schlabbach1-0/+4
2021-10-06ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou1-2/+6
2021-07-28ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme1-1/+2
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET1-0/+1
2021-06-10ixgbe: add correct exception tracing for XDPMagnus Karlsson1-8/+8
2021-04-21ixgbe: fix unbalanced device enable/disable in suspend/resumeYongxin Liu1-0/+5
2021-03-30ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2020-12-10ixgbe: avoid premature Rx buffer reuseBjörn Töpel1-7/+17
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+26
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-11/+26
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+2
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-17/+17
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-3/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-17/+17
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-8/+3
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+0
2020-07-30ixgbe: use generic power managementVaibhav Gupta1-46/+15
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-4/+0
2020-07-10ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski1-136/+44
2020-07-10ixgbe: don't clear UDP tunnel ports when RXCSUM is disabledJakub Kicinski1-20/+0
2020-07-02ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl1-1/+5
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-15/+15
2020-07-01net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski1-1/+5
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-6/+4
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-6/+4
2020-06-19ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-3/+11
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-29ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing1-29/+0
2020-05-22ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-9/+6
2020-05-15ixgbe: Add XDP frame size to driverJesper Dangaard Brouer1-8/+26
2020-05-15ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer1-1/+2
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+27
2020-01-09ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu1-10/+27
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+6
2019-12-19net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy1-1/+6
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-08net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-1/+2
2019-11-05ixgbe: protect TX timestamping from API misuseManjunath Patil1-1/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2019-11-01ixgbe: Remove duplicate clear_bit() callIgor Pylypiv1-1/+0