Age | Commit message (Expand) | Author | Files | Lines |
2015-12-19 | netcp: fix regression in receive processing | Arnd Bergmann | 1 | -3/+7 |
2015-12-11 | netcp: add more __le32 annotations | Arnd Bergmann | 1 | -4/+5 |
2015-12-11 | netcp: try to reduce type confusion in descriptors | Arnd Bergmann | 1 | -52/+71 |
2015-11-18 | net: add netif_tx_napi_add() | Eric Dumazet | 1 | -1/+1 |
2015-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2015-09-29 | drivers: net: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 1 | -2/+2 |
2015-09-23 | net: netcp: fix deadlock reported by lockup detector | Karicheri, Muralidharan | 1 | -16/+10 |
2015-09-23 | net: netcp: allocate buffers to desc before re-enable interrupt | Karicheri, Muralidharan | 1 | -1/+1 |
2015-09-23 | net: netcp: check for interface handle in netcp_module_probe() | Karicheri, Muralidharan | 1 | -0/+5 |
2015-09-23 | net: netcp: add error check to netcp_allocate_rx_buf() | Karicheri, Muralidharan | 1 | -6/+7 |
2015-09-23 | net: netcp: move netcp_register_interface() to after attach module | Karicheri, Muralidharan | 1 | -7/+12 |
2015-09-23 | net: netcp: remove dead code from the driver | Karicheri, Muralidharan | 1 | -9/+0 |
2015-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -22/+13 |
2015-08-07 | net: netcp: fix unused interface rx buffer size configuration | WingMan Kwok | 1 | -22/+13 |
2015-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+11 |
2015-07-29 | net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functions | Karicheri, Muralidharan | 1 | -1/+0 |
2015-07-29 | net: netcp: fix cleanup interface list in netcp_remove() | Karicheri, Muralidharan | 1 | -2/+11 |
2015-07-29 | net: netcp: Fixes efuse mac addr swap on k2e and k2l | WingMan Kwok | 1 | -2/+13 |
2015-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-07-20 | net: netcp: fix improper initialization in netcp_ndo_open() | Karicheri, Muralidharan | 1 | -1/+1 |
2015-07-10 | net: Drop owner assignment from platform_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2015-05-14 | net: batch of last_rx update avoidance in ethernet drivers. | françois romieu | 1 | -1/+0 |
2015-05-12 | netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag | Alexander Duyck | 1 | -1/+1 |
2015-03-20 | net: netcp: fix forward port number usage for 10G ethss | Karicheri, Muralidharan | 1 | -8/+15 |
2015-03-17 | net: netcp: constify of_device_id array | Fabian Frederick | 1 | -1/+1 |
2015-03-03 | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches | 1 | -1/+1 |
2015-01-31 | drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on Keystone | Karicheri, Muralidharan | 1 | -0/+8 |
2015-01-19 | net: netcp: Add Keystone NetCP core ethernet driver | Karicheri, Muralidharan | 1 | -0/+2141 |