Age | Commit message (Expand) | Author |
2023-04-23 | net: vlan: introduce skb_vlan_eth_hdr() | Vladimir Oltean |
2023-03-08 | netxen_nic: Drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas |
2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski |
2022-07-02 | net: add skb_[inner_]tcp_all_headers helpers | Eric Dumazet |
2021-10-29 | net: netxen: fix code indentation | Jean Sacren |
2021-10-19 | ethernet: netxen: use eth_hw_addr_set() | Jakub Kicinski |
2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski |
2021-06-14 | netxen_nic: Fix an error handling path in 'netxen_nic_probe()' | Christophe JAILLET |
2021-01-15 | netxen_nic: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2021-01-09 | netxen_nic: fix MSI/MSI-x interrupts | Manish Chopra |
2020-07-04 | netxen_nic: use generic power management | Vaibhav Gupta |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) |
2019-06-02 | drivers: use in_dev_for_each_ifa_rtnl/rcu | Florian Westphal |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15 | Thomas Gleixner |
2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-10-02 | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep |
2018-09-28 | qlogic: netxen: remove ndo_poll_controller | Eric Dumazet |
2018-07-05 | qlogic: netxen: remove various redundant variables | Colin Ian King |
2018-03-26 | ethernet: Use octal not symbolic permissions | Joe Perches |
2017-08-21 | qlogic: make device_attribute const | Bhumika Goyal |
2017-02-22 | qlogic: netxen: constify bin_attribute structures | Bhumika Goyal |
2017-02-06 | net-next: treewide use is_vlan_dev() helper function. | Parav Pandit |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger |
2016-10-20 | ethernet: use net core MTU range checking in more drivers | Jarod Wilson |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-05-07 | netxen: netxen_rom_fast_read() doesn't return -1 | Dan Carpenter |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal |
2016-02-25 | netxen: Use kobj_to_dev() | Amitoj Kaur Chawla |
2015-05-27 | net: netxen: correct sysfs bin attribute return code | Vladimir Zapolskiy |
2015-02-05 | netxen: Delete an unnecessary check before the function call "kfree" | Markus Elfring |
2015-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-01-25 | netxen: fix netxen_nic_poll() logic | Eric Dumazet |
2015-01-13 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko |
2014-11-06 | netxen: Fix link event handling. | Manish Chopra |
2014-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-09-30 | netxen: Fix BUG "sleeping function called from invalid context" | Manish Chopra |
2014-09-09 | drivers/net: Convert remaining uses of pr_warning to pr_warn | Joe Perches |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine |
2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe |
2014-02-18 | netxen: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev |
2013-12-06 | ethernet: Fix FSF address in file headers | Jeff Kirsher |
2013-10-22 | net: netxen: remove unnecessary pci_set_drvdata() | Jingoo Han |
2013-09-27 | netxen_nic: Print ULA information | Shahed Shaikh |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-08-27 | netxen: lower NAPI weight | Michal Schmidt |
2013-08-09 | netxen: clean up unnecessary MSI/MSI-X capability find | Yijing Wang |
2013-06-03 | net: ethernet: replace strict_strtoul() with kstrtoul() | Jingoo Han |
2013-05-30 | netxen_nic: Avoid mixed mode interrupts | Manish Chopra |