Age | Commit message (Expand) | Author |
2017-06-08 | net: propagate tc filter chain index down the ndo_setup_tc call | Jiri Pirko |
2017-05-11 | net: ethernet: ti: netcp_core: return error while dma channel open issue | Ivan Khoronzhuk |
2017-04-25 | net: ethernet: ti: netcp_core: remove unused compl queue mapping | Ivan Khoronzhuk |
2017-03-15 | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. | Amritha Nambiar |
2017-02-10 | net: ethernet: ti: netcp_core: remove netif_trans_update | Ivan Khoronzhuk |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet |
2017-01-11 | net: netcp: correct netcp_get_stats function signature | Keerthy |
2017-01-07 | net: netcp: use hw capability to remove FCS word from rx packets | Karicheri, Muralidharan |
2017-01-07 | net: netcp: store network statistics in 64 bits | Michael Scherban |
2017-01-07 | net: netcp: remove the redundant memmov() | Karicheri, Muralidharan |
2017-01-07 | net: netcp: extract eflag from desc for rx_hook handling | Karicheri, Muralidharan |
2016-12-10 | net: ethernet: ti: netcp: add support of cpts | WingMan Kwok |
2016-11-16 | net: netcp: replace IS_ERR_OR_NULL by IS_ERR | Julia Lawall |
2016-10-26 | net: netcp: add missing of_node_put() in netcp_probe() | Wei Yongjun |
2016-10-26 | net: netcp: drop kfree for memory allocated with devm_kzalloc | Wei Yongjun |
2016-10-18 | ethernet: use core min/max MTU checking | Jarod Wilson |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal |
2016-03-03 | net: relax setup_tc ndo op handle restriction | John Fastabend |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-02-22 | netcp: use pointer to fix build fail | Sudip Mukherjee |
2016-02-21 | net: netcp: rework the code for get/set sw_data in dma desc | Karicheri, Muralidharan |
2016-02-21 | soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data | Karicheri, Muralidharan |
2016-02-21 | net: ti: netcp: restore get/set_pad_info() functionality | Karicheri, Muralidharan |
2016-02-17 | net: rework setup_tc ndo op to consume general tc operand | John Fastabend |
2016-02-17 | net: rework ndo tc op to consume additional qdisc handle parameter | John Fastabend |
2015-12-19 | netcp: fix regression in receive processing | Arnd Bergmann |
2015-12-11 | netcp: add more __le32 annotations | Arnd Bergmann |
2015-12-11 | netcp: try to reduce type confusion in descriptors | Arnd Bergmann |
2015-11-18 | net: add netif_tx_napi_add() | Eric Dumazet |
2015-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2015-09-29 | drivers: net: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar |
2015-09-23 | net: netcp: fix deadlock reported by lockup detector | Karicheri, Muralidharan |
2015-09-23 | net: netcp: allocate buffers to desc before re-enable interrupt | Karicheri, Muralidharan |
2015-09-23 | net: netcp: check for interface handle in netcp_module_probe() | Karicheri, Muralidharan |
2015-09-23 | net: netcp: add error check to netcp_allocate_rx_buf() | Karicheri, Muralidharan |
2015-09-23 | net: netcp: move netcp_register_interface() to after attach module | Karicheri, Muralidharan |
2015-09-23 | net: netcp: remove dead code from the driver | Karicheri, Muralidharan |
2015-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-08-07 | net: netcp: fix unused interface rx buffer size configuration | WingMan Kwok |
2015-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-07-29 | net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functions | Karicheri, Muralidharan |
2015-07-29 | net: netcp: fix cleanup interface list in netcp_remove() | Karicheri, Muralidharan |
2015-07-29 | net: netcp: Fixes efuse mac addr swap on k2e and k2l | WingMan Kwok |
2015-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-07-20 | net: netcp: fix improper initialization in netcp_ndo_open() | Karicheri, Muralidharan |
2015-07-10 | net: Drop owner assignment from platform_driver | Krzysztof Kozlowski |
2015-05-14 | net: batch of last_rx update avoidance in ethernet drivers. | françois romieu |
2015-05-12 | netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag | Alexander Duyck |
2015-03-20 | net: netcp: fix forward port number usage for 10G ethss | Karicheri, Muralidharan |
2015-03-17 | net: netcp: constify of_device_id array | Fabian Frederick |