summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-8/+8
* net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab2019-12-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-201-7/+2
|\
| * bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-7/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+1
|\ \ | |/ |/|
| * net: ethernet: octeon_mgmt: Account for second possible VLAN headerAlexander Sverdlin2019-11-081-1/+1
* | cavium: thunder: Fix use true/false for bool typeSaurav Girepunje2019-10-291-6/+6
|/
* net: cavium: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-192-2/+4
|\
| * net: cavium: fix driver nameStephen Hemminger2019-08-181-1/+1
| * liquidio: add cleanup in octeon_setup_iq()Wenwen Wang2019-08-151-1/+3
* | liquidio: Use pcie_flr() instead of reimplementing itDenis Efremov2019-08-081-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-12/+6
|\|
| * net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko2019-07-231-12/+6
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-223-27/+23
|/
* liquidio: Replace vmalloc + memset with vzallocChuhong Yuan2019-07-181-4/+2
* net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-181-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3011-44/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-075-12/+13
|\
| * net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-072-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-2/+20
| |\
| * | ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich2019-04-081-8/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-052-24/+26
| |\ \
| * | | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-012-2/+2
| * | | net: devlink: select NET_DEVLINK from driversJiri Pirko2019-03-241-0/+1
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-064-16/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-084-16/+0
| |/ /
* | | net: thunderx: don't allow jumbo frames with XDPMatteo Croce2019-04-111-0/+9
* | | net: thunderx: raise XDP MTU to 1508Matteo Croce2019-04-111-2/+11
| |/ |/|
* | net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi2019-04-041-8/+12
* | thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson2019-03-271-4/+3
* | thunderx: enable page recycling for non-XDP caseDean Nelson2019-03-271-12/+11
|/
* net: thunder: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+6
* net: lio_core: fix two NULL pointer dereferencesKangjie Lu2019-03-111-0/+10
* net: liquidio: fix a NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-261-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-245-153/+142
|\
| * net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev2019-02-221-102/+12
| * net: thunderx: move link state polling function to VFVadim Lomovtsev2019-02-223-19/+74
| * net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2019-02-222-3/+12
| * net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev2019-02-223-9/+7
| * net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev2019-02-221-4/+8
| * net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2019-02-222-4/+13
| * net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev2019-02-222-15/+19
| * net: thunderx: correct typo in macro nameVadim Lomovtsev2019-02-222-2/+2
* | liquidio: using NULL instead of plain integerYueHaibing2019-02-182-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+0
|\|