Age | Commit message (Expand) | Author |
2019-08-18 | net: cavium: fix driver name | Stephen Hemminger |
2019-08-15 | liquidio: add cleanup in octeon_setup_iq() | Wenwen Wang |
2019-07-23 | net: thunderx: Use fwnode_get_mac_address() | Andy Shevchenko |
2019-07-18 | liquidio: Replace vmalloc + memset with vzalloc | Chuhong Yuan |
2019-06-18 | net: lio_core: fix potential sign-extension overflow on large shift | Colin Ian King |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-10 | net: ethernet: fix similar warning reported by kbuild test robot | Petr Štetiar |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2019-05-07 | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-11 | net: thunderx: don't allow jumbo frames with XDP | Matteo Croce |
2019-04-11 | net: thunderx: raise XDP MTU to 1508 | Matteo Croce |
2019-04-08 | ethtool: thunder_bgx: use ethtool.h constants for speed and duplex | Michael Zhivich |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon |
2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-04 | net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stop | Lorenzo Bianconi |
2019-04-01 | net: move skb->xmit_more hint to softnet data | Florian Westphal |
2019-03-27 | thunderx: eliminate extra calls to put_page() for pages held for recycling | Dean Nelson |
2019-03-27 | thunderx: enable page recycling for non-XDP case | Dean Nelson |
2019-03-24 | net: devlink: select NET_DEVLINK from drivers | Jiri Pirko |
2019-03-11 | net: thunder: fix a potential NULL pointer dereference | Kangjie Lu |
2019-03-11 | net: lio_core: fix two NULL pointer dereferences | Kangjie Lu |
2019-03-11 | net: liquidio: fix a NULL pointer dereference | Kangjie Lu |
2019-02-26 | net: devlink: turn devlink into a built-in | Jakub Kicinski |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-02-22 | net: thunderx: remove link change polling code and info from nicpf | Vadim Lomovtsev |
2019-02-22 | net: thunderx: move link state polling function to VF | Vadim Lomovtsev |
2019-02-22 | net: thunderx: add mutex to protect mailbox from concurrent calls for same VF | Vadim Lomovtsev |
2019-02-22 | net: thunderx: rework xcast message structure to make it fit into 64 bit | Vadim Lomovtsev |
2019-02-22 | net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_task | Vadim Lomovtsev |
2019-02-22 | net: thunderx: make CFG_DONE message to run through generic send-ack sequence | Vadim Lomovtsev |
2019-02-22 | net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv... | Vadim Lomovtsev |
2019-02-22 | net: thunderx: correct typo in macro name | Vadim Lomovtsev |
2019-02-18 | liquidio: using NULL instead of plain integer | YueHaibing |
2019-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-02-06 | net: Don't default Cavium PTP driver to 'y' | Bjorn Helgaas |
2019-02-06 | liquidio: Implement ndo_get_port_parent_id() | Florian Fainelli |
2019-01-28 | liquidio: fix the validation of rx checksum status from NIC hardware | Veerasenareddy Burru |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain |
2018-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-11-30 | liquidio: read sc->iq_no before release sc | Pan Bian |
2018-11-30 | liquidio: fix spelling mistake "deferal" -> "deferral" | Colin Ian King |
2018-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-11-27 | net: thunderx: fix NULL pointer dereference in nic_remove | Lorenzo Bianconi |
2018-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-11-23 | net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue | Lorenzo Bianconi |
2018-11-23 | net: cavium: clean up return value check in cavium_ptp_probe | YueHaibing |
2018-11-22 | net: thunderx: set xdp_prog to NULL if bpf_prog_add fails | Lorenzo Bianconi |