summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: liquidio: Add missing null pointer checksTom Seewald2021-05-132-15/+40
* Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman2021-05-131-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+1
|\
| * cavium/liquidio: Fix duplicate argumentWan Jiabing2021-04-141-1/+1
* | of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-10/+3
* | net: thunderx: Fix unintentional sign extension issueColin Ian King2021-04-121-1/+1
* | liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King2021-04-071-1/+1
|/
* net/ethernet: convert to use module_platform_driver in octeon_mgmt.cdingsenjie2021-01-301-12/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+4
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+2
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-072-4/+0
* liquidio: Use kzalloc for allocating only one thingZheng Yongjun2021-01-061-1/+1
* cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-061-2/+1
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-154-2/+3
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
| |\
| | * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
| * | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-242-0/+2
| |/
| * liquidio: cn68xx: Remove duplicated includeYueHaibing2020-11-031-1/+0
* | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-7/+2
|/
* net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva2020-10-101-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-2/+4
|\
| * net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stopIvan Khoronzhuk2020-09-261-2/+4
* | drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-267-303/+321
* | drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2020-09-261-0/+1
* | net: liquidio: Remove set but not used variableZheng Yongjun2020-09-191-5/+4
* | liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai2020-09-182-0/+2
* | liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-146-19/+18
* | net: cavium: Fix a bunch of kerneldoc parameter issuesWang Hai2020-09-091-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-054-31/+29
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-244-31/+29
* | liquidio: Remove unneeded cast from memory allocationYueHaibing2020-09-011-6/+3
|/
* net: thunderx: initialize VF's mailbox mutex before first usageDean Nelson2020-08-061-1/+3
* net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long2020-08-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-041-3/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-261-3/+0
* | liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang2020-08-041-1/+1
* | liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()Wang Hai2020-07-311-7/+4
|/
* liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-151-26/+33
* liquidio: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-151-26/+33
* net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn2020-07-071-5/+2
* liquidio: use generic power managementVaibhav Gupta2020-07-011-26/+5
* liquidio: use list_empty_careful in lio_list_delete_headGeliang Tang2020-06-291-1/+1
* net: tso: cache transport header lengthEric Dumazet2020-06-191-2/+3
* liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva2020-06-181-7/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-8/+8
* net: octeon: mgmt: Repair filling of RX ringAlexander Sverdlin2020-06-011-0/+5
* net: thunderx: Add XDP frame sizeJesper Dangaard Brouer2020-05-151-0/+1
* net: lio_core: remove redundant assignment to variable tx_doneColin Ian King2020-05-091-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-071-1/+1
|\
| * net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure2020-05-021-1/+1