| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ethernet: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-08-29 | 1 | -14/+8 |
* | net: Add generic ndo_select_queue functions | Alexander Duyck | 2018-07-09 | 1 | -8/+1 |
* | net: drivers/net: Convert random_ether_addr to eth_random_addr | Joe Perches | 2018-06-23 | 1 | -2/+2 |
* | net: netcp: add api to support set rx mode in netcp modules | WingMan Kwok | 2018-04-18 | 1 | -0/+19 |
* | net: netcp: support probe deferral | Murali Karicheri | 2018-04-18 | 1 | -0/+4 |
* | Revert "net: netcp: remove dead code from the driver" | Murali Karicheri | 2018-04-18 | 1 | -0/+9 |
* | Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than ... | Rex Chang | 2018-01-17 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ |
|
| * | mm: remove __GFP_COLD | Mel Gorman | 2017-11-15 | 1 | -1/+1 |
* | | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO | Nogah Frankel | 2017-11-08 | 1 | -1/+1 |
|/ |
|
* | net: ethernet: ti: netcp_core: no need in netif_napi_del | Ivan Khoronzhuk | 2017-09-08 | 1 | -1/+0 |
* | net: sched: get rid of struct tc_to_netdev | Jiri Pirko | 2017-08-07 | 1 | -3/+4 |
* | net: sched: change return value of ndo_setup_tc for driver supporting mqprio ... | Jiri Pirko | 2017-08-07 | 1 | -1/+1 |
* | net: sched: push cls related args into cls_common structure | Jiri Pirko | 2017-08-07 | 1 | -1/+0 |
* | net: sched: make type an argument for ndo_setup_tc | Jiri Pirko | 2017-08-07 | 1 | -3/+4 |
* | net: propagate tc filter chain index down the ndo_setup_tc call | Jiri Pirko | 2017-06-08 | 1 | -2/+2 |
* | net: ethernet: ti: netcp_core: return error while dma channel open issue | Ivan Khoronzhuk | 2017-05-11 | 1 | -2/+4 |
* | net: ethernet: ti: netcp_core: remove unused compl queue mapping | Ivan Khoronzhuk | 2017-04-25 | 1 | -4/+0 |
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. | Amritha Nambiar | 2017-03-15 | 1 | -4/+8 |
* | net: ethernet: ti: netcp_core: remove netif_trans_update | Ivan Khoronzhuk | 2017-02-10 | 1 | -2/+0 |
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | net: netcp: correct netcp_get_stats function signature | Keerthy | 2017-01-11 | 1 | -3/+1 |
* | net: netcp: use hw capability to remove FCS word from rx packets | Karicheri, Muralidharan | 2017-01-07 | 1 | -2/+6 |
* | net: netcp: store network statistics in 64 bits | Michael Scherban | 2017-01-07 | 1 | -12/+56 |
* | net: netcp: remove the redundant memmov() | Karicheri, Muralidharan | 2017-01-07 | 1 | -3/+3 |
* | net: netcp: extract eflag from desc for rx_hook handling | Karicheri, Muralidharan | 2017-01-07 | 1 | -3/+17 |
* | net: ethernet: ti: netcp: add support of cpts | WingMan Kwok | 2016-12-10 | 1 | -1/+19 |
* | net: netcp: replace IS_ERR_OR_NULL by IS_ERR | Julia Lawall | 2016-11-16 | 1 | -3/+3 |
* | net: netcp: add missing of_node_put() in netcp_probe() | Wei Yongjun | 2016-10-26 | 1 | -0/+4 |
* | net: netcp: drop kfree for memory allocated with devm_kzalloc | Wei Yongjun | 2016-10-26 | 1 | -2/+0 |
* | ethernet: use core min/max MTU checking | Jarod Wilson | 2016-10-18 | 1 | -16/+4 |
* | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 1 | -2/+2 |
* | net: relax setup_tc ndo op handle restriction | John Fastabend | 2016-03-03 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 1 | -44/+61 |
|\ |
|
| * | net: netcp: rework the code for get/set sw_data in dma desc | Karicheri, Muralidharan | 2016-02-21 | 1 | -17/+55 |
| * | soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data | Karicheri, Muralidharan | 2016-02-21 | 1 | -19/+21 |
| * | net: ti: netcp: restore get/set_pad_info() functionality | Karicheri, Muralidharan | 2016-02-21 | 1 | -41/+18 |
* | | netcp: use pointer to fix build fail | Sudip Mukherjee | 2016-02-22 | 1 | -1/+1 |
* | | net: rework setup_tc ndo op to consume general tc operand | John Fastabend | 2016-02-17 | 1 | -6/+7 |
* | | net: rework ndo tc op to consume additional qdisc handle parameter | John Fastabend | 2016-02-17 | 1 | -1/+4 |
|/ |
|
* | netcp: fix regression in receive processing | Arnd Bergmann | 2015-12-19 | 1 | -3/+7 |
* | netcp: add more __le32 annotations | Arnd Bergmann | 2015-12-11 | 1 | -4/+5 |
* | netcp: try to reduce type confusion in descriptors | Arnd Bergmann | 2015-12-11 | 1 | -52/+71 |
* | net: add netif_tx_napi_add() | Eric Dumazet | 2015-11-18 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-11-07 | 1 | -2/+2 |
|\ |
|
| * | drivers: net: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 2015-09-29 | 1 | -2/+2 |
* | | net: netcp: fix deadlock reported by lockup detector | Karicheri, Muralidharan | 2015-09-23 | 1 | -16/+10 |
* | | net: netcp: allocate buffers to desc before re-enable interrupt | Karicheri, Muralidharan | 2015-09-23 | 1 | -1/+1 |
* | | net: netcp: check for interface handle in netcp_module_probe() | Karicheri, Muralidharan | 2015-09-23 | 1 | -0/+5 |
* | | net: netcp: add error check to netcp_allocate_rx_buf() | Karicheri, Muralidharan | 2015-09-23 | 1 | -6/+7 |