summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2020-12-09ixgbe: avoid premature Rx buffer reuseBjörn Töpel
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-30ixgbe: use generic power managementVaibhav Gupta
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-10ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-10ixgbe: don't clear UDP tunnel ports when RXCSUM is disabledJakub Kicinski
2020-07-01ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-30net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-18ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-28ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing
2020-05-21ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel
2020-05-14ixgbe: Add XDP frame size to driverJesper Dangaard Brouer
2020-05-14ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-19net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-11-04ixgbe: protect TX timestamping from API misuseManjunath Patil
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01ixgbe: Remove duplicate clear_bit() callIgor Pylypiv
2019-10-29ixgbe: Add UDP segmentation offload supportJosh Hunt
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: 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-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
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-06-05ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski