summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
...
* | liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King2021-07-151-1/+1
|/
* thunderx: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-17/+37
|\
| * 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
* | net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-141-3/+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-291-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-051-1/+1
* cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-051-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-232-0/+2
| |/
| * liquidio: cn68xx: Remove duplicated includeYueHaibing2020-11-021-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-051-2/+4
|\
| * net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stopIvan Khoronzhuk2020-09-251-2/+4
* | drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-257-303/+321
* | drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2020-09-251-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-044-31/+29
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-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-051-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-031-3/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-3/+0
* | liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang2020-08-031-1/+1
* | liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()Wang Hai2020-07-301-7/+4
|/
* liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-26/+33
* liquidio: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-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-281-1/+1
* net: tso: cache transport header lengthEric Dumazet2020-06-181-2/+3
* liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva2020-06-171-7/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-8/+8
* net: octeon: mgmt: Repair filling of RX ringAlexander Sverdlin2020-06-011-0/+5