Age | Commit message (Expand) | Author |
2020-07-04 | netxen_nic: use generic power management | Vaibhav Gupta |
2020-03-14 | net: netxen: let core reject the unsupported coalescing parameters | Jakub Kicinski |
2020-02-26 | qlogic: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
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-07-15 | ethernet: remove redundant memset | Fuqian Huang |
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-12-21 | net: netxen: fix a missing check and an uninitialized use | Kangjie Lu |
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-08-07 | netxen_nic: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-07-05 | qlogic: netxen: remove various redundant variables | Colin Ian King |
2018-05-30 | drivers/net: Fix various unnecessary characters after logging newlines | Joe Perches |
2018-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2018-03-26 | ethernet: Use octal not symbolic permissions | Joe Perches |
2018-03-26 | treewide: Align function definition open/close braces | Joe Perches |
2017-11-30 | netxen: remove timespec usage | Arnd Bergmann |
2017-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-21 | qlogic: make device_attribute const | Bhumika Goyal |
2017-08-18 | netxen: fix incorrect loop counter decrement | Colin Ian King |
2017-07-03 | netxen_nic: Remove unused pointer hdr in netxen_setup_minidump() | Christos Gkekas |
2017-06-04 | netxen: remove writeq/readq function definitions | LABBE Corentin |
2017-05-11 | netxen_nic: set rcode to the return status from the call to netxen_issue_cmd | Colin Ian King |
2017-03-15 | netxen_nic: remove redundant check if retries is zero | Colin Ian King |
2017-02-22 | qlogic: netxen: constify bin_attribute structures | Bhumika Goyal |
2017-02-17 | net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
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-07 | netxen: reversed condition in netxen_nic_set_link_parameters() | Dan Carpenter |
2016-05-07 | netxen: fix error handling in netxen_get_flash_block() | 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-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera |
2015-05-27 | net: netxen: correct sysfs bin attribute return code | Vladimir Zapolskiy |
2015-05-09 | netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2) | Tony Camuso |
2015-04-30 | netxen_nic: use spin_[un]lock_bh around tx_clean_lock | Tony Camuso |
2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-03-03 | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches |
2015-03-01 | netxen_nic: Fix trivial typos in comments | Yannick Guerrini |
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 |