Age | Commit message (Expand) | Author | Files | Lines |
2017-09-26 | bpf: add meta pointer for direct access | Daniel Borkmann | 1 | -0/+1 |
2017-09-25 | liquidio: update module parameter fw_type to reflect firmware type loaded | Rick Farrington | 1 | -2/+4 |
2017-09-25 | liquidio: verify firmware version when auto-loaded from flash. | Rick Farrington | 1 | -1/+17 |
2017-09-25 | liquidio: allow override of firmware present in flash | Rick Farrington | 4 | -26/+64 |
2017-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 17 | -1431/+1576 |
2017-08-30 | liquidio: fix crash in presence of zeroed-out base address regs | Rick Farrington | 1 | -0/+20 |
2017-08-29 | liquidio: show NIC's U-Boot version in a dev_info() message | Weilin Chang | 1 | -0/+78 |
2017-08-29 | smp: Avoid using two cache lines for struct call_single_data | Ying Huang | 2 | -2/+2 |
2017-08-23 | net: define the TSO header size in net/tso.h | Antoine Ténart | 1 | -1/+0 |
2017-08-23 | liquidio: change manner of detecting whether or not NIC firmware is loaded | Felix Manlunas | 3 | -9/+15 |
2017-08-22 | liquidio: make VF driver notify NIC firmware of MTU change | Veerasenareddy Burru | 1 | -5/+22 |
2017-08-22 | liquidio: move macro definition to a proper place | Veerasenareddy Burru | 2 | -2/+2 |
2017-08-20 | liquidio: fix use of pf in pass-through mode in a virtual machine | Rick Farrington | 2 | -5/+44 |
2017-08-18 | liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PF | Rick Farrington | 2 | -10/+0 |
2017-08-18 | liquidio: fix Smatch error | Intiyaz Basha | 1 | -2/+2 |
2017-08-18 | liquidio: with embedded f/w, issue droq credits before enablement | Rick Farrington | 1 | -8/+12 |
2017-08-18 | liquidio: with embedded f/w, don't reload f/w, issue pf flr at exit | Rick Farrington | 1 | -24/+46 |
2017-08-17 | liquidio: fix spelling mistake: "interuupt" -> "interrupt" | Colin Ian King | 1 | -1/+1 |
2017-08-16 | liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU | Veerasenareddy Burru | 2 | -6/+6 |
2017-08-15 | liquidio: added support for ethtool --set-channels feature | Intiyaz Basha | 6 | -50/+226 |
2017-08-15 | liquidio: moved octeon_setup_interrupt to lio_core.c | Intiyaz Basha | 4 | -263/+202 |
2017-08-15 | liquidio: moved liquidio_legacy_intr_handler to lio_core.c | Intiyaz Basha | 3 | -56/+57 |
2017-08-15 | liquidio: moved liquidio_msix_intr_handler to lio_core.c | Intiyaz Basha | 5 | -88/+50 |
2017-08-14 | liquidio: fix issues with fw_type module parameter | Derek Chickles | 1 | -3/+3 |
2017-08-14 | liquidio: added support for ethtool --set-ring feature | Intiyaz Basha | 6 | -11/+160 |
2017-08-14 | liquidio: moved liquidio_setup_io_queues to lio_core.c | Intiyaz Basha | 4 | -216/+118 |
2017-08-14 | liquidio: moved liquidio_napi_poll to lio_core.c | Intiyaz Basha | 4 | -108/+61 |
2017-08-14 | liquidio: moved liquidio_napi_drv_callback to lio_core.c | Intiyaz Basha | 4 | -50/+41 |
2017-08-14 | liquidio: moved liquidio_push_packet to lio_core.c | Intiyaz Basha | 4 | -275/+156 |
2017-08-14 | liquidio: moved octeon_setup_droq to lio_core.c | Intiyaz Basha | 4 | -72/+37 |
2017-08-14 | liquidio: moved update_txq_status to lio_core.c | Intiyaz Basha | 4 | -59/+36 |
2017-08-14 | liquidio: moved wait_for_pending_requests to octeon_network.h | Intiyaz Basha | 5 | -55/+29 |
2017-08-14 | liquidio: fix duplicated code for different branches | Gustavo A. R. Silva | 1 | -8/+3 |
2017-08-14 | liquidio: update debug console logging mechanism | Rick Farrington | 3 | -25/+90 |
2017-08-11 | liquidio: moved ptp_enable to octeon_device structure | Intiyaz Basha | 2 | -9/+11 |
2017-08-11 | liquidio: removed check for queue size alignment | Intiyaz Basha | 1 | -7/+0 |
2017-08-11 | liquidio: rx/tx queue cleanup | Intiyaz Basha | 2 | -0/+8 |
2017-08-09 | liquidio: napi cleanup | Intiyaz Basha | 2 | -0/+29 |
2017-08-08 | liquidio: fix misspelled firmware image filenames | Derek Chickles | 1 | -4/+8 |
2017-08-08 | liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtool | Intiyaz Basha | 1 | -21/+9 |
2017-08-06 | liquidio: moved console_bitmask module param to lio_main.c | Intiyaz Basha | 3 | -14/+17 |
2017-08-06 | liquidio: add missing strings in oct_dev_state_str array | Intiyaz Basha | 1 | -2/+3 |
2017-08-02 | liquidio: set sriov_totalvfs correctly | Derek Chickles | 1 | -0/+5 |
2017-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+24 |
2017-07-29 | liquidio: bump up driver version to match newer NIC firmware | Felix Manlunas | 1 | -2/+3 |
2017-07-29 | net: thunderx: Fix BGX transmit stall due to underflow | Sunil Goutham | 2 | -5/+24 |
2017-07-27 | liquidio: cleanup: removed cryptic and misleading macro | Rick Farrington | 1 | -3/+1 |
2017-07-27 | liquidio: standardization: use min_t instead of custom macro | Rick Farrington | 1 | -2/+1 |
2017-07-24 | liquidio: fix implicit irq include causing build failures | Paul Gortmaker | 1 | -0/+2 |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+2 |