summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgb/ixgb_main.c
AgeCommit message (Expand)Author
2023-03-19ixgb: Remove ixgb driverTony Nguyen
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-01-27ixgb: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-10-16ethernet: ixgb: use eth_hw_addr_set()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-23ixgb: remove ndo_poll_controllerEric Dumazet
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg
2018-08-24ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers: net: ixgb: use setup_timer() helper.Allen Pais
2017-04-20ixgb: Omit private ndo_get_stats functionTobias Klauser
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2015-03-20ixgb: call netif_carrier_off early on downEliezer Tamir
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-04-11ixgb: remove open-coded skb_cow_headFrancois Romieu
2014-03-12ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman
2013-09-21DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-03net/intel: remove __dev* attributesBill Pemberton
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-07-20ixgb: use PCI_VENDOR_ID_INTELJon Mason
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger
2012-03-14ixgb: Remove unnecessary defines, use pr_debugJoe Perches
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches