Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8080699a3649cb0a0aed2c650a7a3a76c2025b30
/
drivers
/
net
/
ethernet
/
cavium
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
453f85d
mm: remove __GFP_COLD
by Mel Gorman
· 7 years ago
228aa01
liquidio: Missing error code in liquidio_init_nic_module()
by Dan Carpenter
· 7 years ago
3d67a50
net: thunderx: fix double free error
by Aleksey Makarov
· 7 years ago
9524846
liquidio: do not consider packets dropped by network stack as driver Rx dropped
by Intiyaz Basha
· 7 years ago
f4e6352
net: bpf: rename ndo_xdp to ndo_bpf
by Jakub Kicinski
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bf53458
liquidio: Fix an issue with multiple switchdev enable disables
by Vijaya Mohan Guvva
· 7 years ago
25c5f71
liquidio: bump up driver version to 1.7.0 to match newer NIC firmware
by Felix Manlunas
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e20f469
liquidio: synchronize VF representor names with NIC firmware
by Vijaya Mohan Guvva
· 7 years ago
a666960
liquidio: remove redundant setting of inst_processed to zero
by Colin Ian King
· 7 years ago
a95157d
net: thunderx: remove a couple of redundant assignments
by Colin Ian King
· 7 years ago
d4be8eb
liquidio: Configure switchdev with devlink
by Vijaya Mohan Guvva
· 7 years ago
1f233f3
liquidio: switchdev support for LiquidIO NIC
by Vijaya Mohan Guvva
· 7 years ago
641da8e
liquidio: get rid of false alarm "Unknown cmd 27" in dmesg
by Felix Manlunas
· 7 years ago
aa28667
liquidio: fix kernel panic in VF driver
by Felix Manlunas
· 7 years ago
c859e21
liquidio: xmit_more support
by Intiyaz Basha
· 7 years ago
392209f
liquidio: deprecate 1-bit flag indicating watchdog kernel thread is running
by Felix Manlunas
· 7 years ago
1769af4
ethernet: cavium: octeon: Switch to using netdev_info().
by Steven J. Hill
· 7 years ago
907aaa6
liquidio: pass date and time info to NIC firmware
by Veerasenareddy Burru
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
48acc9e
liquidio: mark expected switch fall-through in octeon_destroy_resources
by Gustavo A. R. Silva
· 7 years ago
b14bec8
liquidio: remove unnecessary NULL check before kfree in delete_glists
by Gustavo A. R. Silva
· 7 years ago
e7ad979
liquidio: fix timespec64_to_ns typo
by Arnd Bergmann
· 7 years ago
d93fa2b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1a2ace5
net: thunderx: mark expected switch fall-throughs in nicvf_main()
by Gustavo A. R. Silva
· 7 years ago
de8f3a8
bpf: add meta pointer for direct access
by Daniel Borkmann
· 7 years ago
429cbf6
liquidio: update module parameter fw_type to reflect firmware type loaded
by Rick Farrington
· 7 years ago
b36e482
liquidio: verify firmware version when auto-loaded from flash.
by Rick Farrington
· 7 years ago
088b874
liquidio: allow override of firmware present in flash
by Rick Farrington
· 7 years ago
aae3dbb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
acfb98b
liquidio: fix crash in presence of zeroed-out base address regs
by Rick Farrington
· 8 years ago
b6eb9d5
liquidio: show NIC's U-Boot version in a dev_info() message
by Weilin Chang
· 8 years ago
966a967
smp: Avoid using two cache lines for struct call_single_data
by Ying Huang
· 8 years ago
f9cbe9a
net: define the TSO header size in net/tso.h
by Antoine Ténart
· 8 years ago
b285477
liquidio: change manner of detecting whether or not NIC firmware is loaded
by Felix Manlunas
· 8 years ago
ee5b1fa
liquidio: make VF driver notify NIC firmware of MTU change
by Veerasenareddy Burru
· 8 years ago
ad530a1
liquidio: move macro definition to a proper place
by Veerasenareddy Burru
· 8 years ago
0c45d7f
liquidio: fix use of pf in pass-through mode in a virtual machine
by Rick Farrington
· 8 years ago
3de42f5
liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PF
by Rick Farrington
· 8 years ago
d289611
liquidio: fix Smatch error
by Intiyaz Basha
· 8 years ago
3c57f61
liquidio: with embedded f/w, issue droq credits before enablement
by Rick Farrington
· 8 years ago
7053535
liquidio: with embedded f/w, don't reload f/w, issue pf flr at exit
by Rick Farrington
· 8 years ago
93345c0
liquidio: fix spelling mistake: "interuupt" -> "interrupt"
by Colin Ian King
· 8 years ago
251564f
liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU
by Veerasenareddy Burru
· 8 years ago
a82457f
liquidio: added support for ethtool --set-channels feature
by Intiyaz Basha
· 8 years ago
14aec73
liquidio: moved octeon_setup_interrupt to lio_core.c
by Intiyaz Basha
· 8 years ago
5ef4ddb
liquidio: moved liquidio_legacy_intr_handler to lio_core.c
by Intiyaz Basha
· 8 years ago
1ff3926
liquidio: moved liquidio_msix_intr_handler to lio_core.c
by Intiyaz Basha
· 8 years ago
d396179
liquidio: fix issues with fw_type module parameter
by Derek Chickles
· 8 years ago
d18ca7d
liquidio: added support for ethtool --set-ring feature
by Intiyaz Basha
· 8 years ago
8974de1
liquidio: moved liquidio_setup_io_queues to lio_core.c
by Intiyaz Basha
· 8 years ago
d314ac2
liquidio: moved liquidio_napi_poll to lio_core.c
by Intiyaz Basha
· 8 years ago
d1d97ee
liquidio: moved liquidio_napi_drv_callback to lio_core.c
by Intiyaz Basha
· 8 years ago
21f0888
liquidio: moved liquidio_push_packet to lio_core.c
by Intiyaz Basha
· 8 years ago
69f9c60
liquidio: moved octeon_setup_droq to lio_core.c
by Intiyaz Basha
· 8 years ago
25d43f1
liquidio: moved update_txq_status to lio_core.c
by Intiyaz Basha
· 8 years ago
e65a8cc
liquidio: moved wait_for_pending_requests to octeon_network.h
by Intiyaz Basha
· 8 years ago
b5e7dc4
liquidio: fix duplicated code for different branches
by Gustavo A. R. Silva
· 8 years ago
da1542b
liquidio: update debug console logging mechanism
by Rick Farrington
· 8 years ago
aa69ff9
liquidio: moved ptp_enable to octeon_device structure
by Intiyaz Basha
· 8 years ago
35c7ad3
liquidio: removed check for queue size alignment
by Intiyaz Basha
· 8 years ago
c1550fd
liquidio: rx/tx queue cleanup
by Intiyaz Basha
· 8 years ago
42013e9
liquidio: napi cleanup
by Intiyaz Basha
· 8 years ago
ea6404c8
liquidio: fix misspelled firmware image filenames
by Derek Chickles
· 8 years ago
c99c287
liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtool
by Intiyaz Basha
· 8 years ago
2470f3a
liquidio: moved console_bitmask module param to lio_main.c
by Intiyaz Basha
· 8 years ago
9060e6b
liquidio: add missing strings in oct_dev_state_str array
by Intiyaz Basha
· 8 years ago
cf19a8c
liquidio: set sriov_totalvfs correctly
by Derek Chickles
· 8 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a847135
liquidio: bump up driver version to match newer NIC firmware
by Felix Manlunas
· 8 years ago
500268e
net: thunderx: Fix BGX transmit stall due to underflow
by Sunil Goutham
· 8 years ago
19d5c35
liquidio: cleanup: removed cryptic and misleading macro
by Rick Farrington
· 8 years ago
ade0a79
liquidio: standardization: use min_t instead of custom macro
by Rick Farrington
· 8 years ago
ba3fb10
liquidio: fix implicit irq include causing build failures
by Paul Gortmaker
· 8 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
eb2b987
liquidio: lio_main: remove unnecessary static in setup_io_queues()
by Gustavo A. R. Silva
· 8 years ago
93fe07e
liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()
by Gustavo A. R. Silva
· 8 years ago
2c4aac7
liquidio: lowmem: init allocated memory to 0
by Rick Farrington
· 8 years ago
689062a
liquidio: lowmem: do not dereference null ptr
by Rick Farrington
· 8 years ago
00587f2
liquidio: lowmem: init allocated memory to 0
by Rick Farrington
· 8 years ago
741912c
liquidio: support new firmware statistic fw_err_pki
by Rick Farrington
· 8 years ago
56c0da4
liquidio: fix possible eeprom format string overflow
by Arnd Bergmann
· 8 years ago
c41626c
net: thunder_bgx: avoid format string overflow warning
by Arnd Bergmann
· 8 years ago
05a6b4c
liquidio: fix bug in soft reset failure detection
by Derek Chickles
· 8 years ago
5518b69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
bf24e13
cavium: thunder: Remove duplicate "netdev->name" logging output
by Joe Perches
· 8 years ago
b381f78
liquidio: stop using huge static buffer, save 4096k in .data
by Denys Vlasenko
· 8 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 8 years ago
c4ee5d8
liquidio: replace info-pointer mode with buffer-pointer-only mode
by Prasad Kanneganti
· 8 years ago
836d57e
liquidio: implement vlan filter enable and disable
by Prasad Kanneganti
· 8 years ago
1efde2b
bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROG
by Martin KaFai Lau
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
0430a26
liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-frames
by Weilin Chang
· 8 years ago
7fa1365
liquidio: disallow enabling firmware debug from a VF
by Derek Chickles
· 8 years ago
9ae122c
liquidio: Fix checkpatch errors with references crossing single line
by Satanand Burla
· 8 years ago
4c1588a
liquidio: VF interrupt initialization cleanup
by Rick Farrington
· 8 years ago
a55667e
liquidio: fix inaccurate count of napi-processed rx packets reported to Octeon
by Prasad Kanneganti
· 8 years ago
d5c7d9b
liquidio: fix rare pci_driver.probe failure of VF driver
by Prasad Kanneganti
· 8 years ago
Next »