Age | Commit message (Expand) | Author | Files | Lines |
2020-06-19 | net: tso: cache transport header length | Eric Dumazet | 1 | -3/+3 |
2020-06-19 | octeontx2-af: change (struct qmem)->entry_sz from u8 to u16 | Eric Dumazet | 1 | -1/+1 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+6 |
2020-05-10 | octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffers | Kevin Hao | 4 | -50/+24 |
2020-05-09 | octeontx2-vf: Fix error return code in otx2vf_probe() | Wei Yongjun | 1 | -2/+6 |
2020-05-01 | octeontx2-pf: Fix error return code in otx2_probe() | Wei Yongjun | 1 | -2/+6 |
2020-04-26 | octeontx2-pf: Remove unneeded semicolon | Zheng Bin | 1 | -1/+1 |
2020-03-25 | octeontx2-pf: Fix ndo_set_rx_mode | Sunil Goutham | 2 | -2/+29 |
2020-03-25 | octeontx2-pf: Fix rx buffer page refcount | Sunil Goutham | 1 | -0/+1 |
2020-03-24 | octeontx2-pf: Remove wrapper APIs for mutex lock and unlock | Sunil Goutham | 5 | -89/+75 |
2020-03-24 | octeontx2-af: Remove driver version and fix authorship | Sunil Goutham | 2 | -6/+2 |
2020-03-24 | octeontx2-pf: Cleanup all receive buffers in SG descriptor | Geetha sowjanya | 2 | -9/+34 |
2020-03-24 | octeontx2-vf: Link event notification support | Tomasz Duszynski | 2 | -2/+93 |
2020-03-24 | octeontx2-vf: Ethtool support | Tomasz Duszynski | 3 | -14/+117 |
2020-03-24 | octeontx2-vf: Virtual function driver support | Tomasz Duszynski | 8 | -1/+699 |
2020-03-24 | octeontx2-pf: Handle VF function level reset | Geetha sowjanya | 2 | -3/+239 |
2020-03-24 | octeontx2-pf: Enable SRIOV and added VF mbox handling | Sunil Goutham | 2 | -0/+446 |
2020-03-15 | net: octeontx2-pf: let core reject the unsupported coalescing parameters | Jakub Kicinski | 1 | -11/+2 |
2020-03-13 | octeontx2-pf: unlock on error path in otx2_config_pause_frm() | Dan Carpenter | 1 | -2/+5 |
2020-03-04 | octeontx2-af: fix spelling mistake "backpessure" -> "backpressure" | Colin Ian King | 1 | -1/+1 |
2020-03-02 | octeontx2-af: Modify rvu_reg_poll() to check reg atleast twice | Sunil Goutham | 1 | -6/+8 |
2020-03-02 | octeontx2-af: Enable PCI master | Sunil Goutham | 1 | -7/+6 |
2020-03-02 | octeontx2-af: Set discovery ID for RVUM block | Sunil Goutham | 2 | -1/+20 |
2020-03-02 | octeontx2-af: Optimize data retrieval from firmware | Linu Cherian | 7 | -65/+173 |
2020-03-02 | octeontx2-pf: Support to enable/disable pause frames via ethtool | Geetha sowjanya | 4 | -0/+125 |
2020-03-02 | octeontx2-af: Pause frame configuration at cgx | Geetha sowjanya | 5 | -0/+157 |
2020-03-02 | octeontx2-af: Interface backpressure configuration | Geetha sowjanya | 3 | -6/+182 |
2020-02-19 | octeontx2-af: Cleanup nixlf and blkaddr retrieval logic | Sunil Goutham | 2 | -83/+50 |
2020-02-19 | octeontx2-af: Cleanup CGX config permission checks | Sunil Goutham | 1 | -31/+24 |
2020-02-19 | octeontx2-af: Remove unnecessary export symbols in CGX driver | Sunil Goutham | 1 | -18/+0 |
2020-02-01 | octeontx2-pf: Fix an IS_ERR() vs NULL bug | Dan Carpenter | 1 | -2/+2 |
2020-01-27 | octeontx2-pf: ethtool RSS config support | Sunil Goutham | 4 | -4/+269 |
2020-01-27 | octeontx2-pf: Add basic ethtool support | Christina Jacob | 6 | -4/+525 |
2020-01-27 | octeontx2-pf: Add ndo_get_stats64 | Geetha sowjanya | 3 | -0/+97 |
2020-01-27 | octeontx2-pf: TCP segmentation offload support | Sunil Goutham | 5 | -4/+273 |
2020-01-27 | octeontx2-pf: Receive side scaling support | Sunil Goutham | 4 | -1/+167 |
2020-01-27 | octeontx2-pf: Error handling support | Geetha sowjanya | 6 | -3/+255 |
2020-01-27 | octeontx2-pf: MTU, MAC and RX mode config support | Sunil Goutham | 6 | -6/+242 |
2020-01-27 | octeontx2-pf: Register and handle link notifications | Linu Cherian | 3 | -0/+109 |
2020-01-27 | octeontx2-pf: Add packet transmission support | Sunil Goutham | 6 | -2/+470 |
2020-01-27 | octeontx2-pf: Receive packet handling support | Sunil Goutham | 6 | -3/+349 |
2020-01-27 | octeontx2-pf: Setup interrupts and NAPI handler | Sunil Goutham | 6 | -10/+332 |
2020-01-27 | octeontx2-pf: Initialize and config queues | Sunil Goutham | 7 | -17/+1290 |
2020-01-27 | octeontx2-pf: Attach NIX and NPA block LFs | Sunil Goutham | 4 | -4/+286 |
2020-01-27 | octeontx2-pf: Mailbox communication with AF | Sunil Goutham | 4 | -3/+552 |
2020-01-27 | octeontx2-pf: Add Marvell OcteonTX2 NIC driver | Sunil Goutham | 6 | -0/+362 |
2019-11-21 | octeontx2-af: Fix uninitialized variable in debugfs | Dan Carpenter | 1 | -1/+2 |
2019-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 9 | -18/+18 |
2019-11-16 | octeontx2-af: Use the correct style for SPDX License Identifier | Nishad Kamdar | 9 | -18/+18 |