| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-25 | net: Fix typos | Bjorn Helgaas | 4 | -5/+5 |
| 2025-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -1/+34 |
| 2025-07-02 | nui: Fix dma_mapping_error() check | Thomas Fourier | 2 | -1/+34 |
| 2025-06-18 | eth: niu: migrate to new RXFH callbacks | Jakub Kicinski | 1 | -8/+9 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 6 | -6/+6 |
| 2025-04-15 | net/niu: Niu requires MSIX ENTRY_DATA fields touch before entry reads | Jonathan Currier | 1 | -0/+2 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 8 | -19/+19 |
| 2025-01-27 | eth: niu: fix calling napi_enable() in atomic context | Jakub Kicinski | 1 | -1/+9 |
| 2024-12-17 | niu: Use page->private instead of page->index | Matthew Wilcox (Oracle) | 1 | -11/+11 |
| 2024-10-04 | net: ethernet: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 3 | -3/+3 |
| 2024-08-12 | net: sunvnet: use ethtool_sprintf/puts | Rosen Penev | 1 | -24/+10 |
| 2024-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -14/+0 |
| 2024-05-10 | eth: sungem: remove .ndo_poll_controller to avoid deadlocks | Jakub Kicinski | 1 | -14/+0 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 3 | -3/+3 |
| 2024-05-03 | Revert "net: mirror skb frag ref/unref helpers" | Mina Almasry | 1 | -2/+2 |
| 2024-04-11 | net: mirror skb frag ref/unref helpers | Mina Almasry | 1 | -2/+2 |
| 2024-04-11 | net: move skb ref helpers to new header | Mina Almasry | 1 | -0/+1 |
| 2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 5 | -5/+5 |
| 2024-03-06 | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia Ziemiańska | 5 | -5/+5 |
| 2024-03-04 | net: adopt skb_network_offset() and similar helpers | Eric Dumazet | 1 | -2/+2 |
| 2023-09-20 | net: ethernet: sun: Convert to platform remove callback returning void | Uwe Kleine-König | 3 | -11/+6 |
| 2023-08-11 | ethernet: ldmvsw: mark ldmvsw_open() static | Arnd Bergmann | 1 | -2/+1 |
| 2023-07-27 | net: Explicitly include correct DT includes | Rob Herring | 5 | -4/+6 |
| 2023-06-15 | sunvnet: fix sparc64 build error after gso code split | Stephen Rothwell | 1 | -0/+1 |
| 2023-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2023-05-17 | cassini: Fix a memory leak in the error handling path of cas_init_one() | Christophe JAILLET | 1 | -0/+2 |
| 2023-05-13 | net: introduce and use skb_frag_fill_page_desc() | Yunsheng Lin | 1 | -6/+2 |
| 2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2023-04-07 | niu: Fix missing unwind goto in niu_alloc_channels() | Harshit Mogalapalli | 1 | -1/+1 |
| 2023-04-06 | net: sunhme: move asm includes to below linux includes | Simon Horman | 1 | -3/+4 |
| 2023-03-27 | net: sunhme: Consolidate common probe tasks | Sean Anderson | 1 | -93/+64 |
| 2023-03-27 | net: sunhme: Inline error returns | Sean Anderson | 1 | -12/+6 |
| 2023-03-27 | net: sunhme: Clean up mac address init | Sean Anderson | 1 | -5/+4 |
| 2023-03-27 | net: sunhme: Consolidate mac address initialization | Sean Anderson | 1 | -148/+134 |
| 2023-03-27 | net: sunhme: Switch SBUS to devres | Sean Anderson | 1 | -83/+35 |
| 2023-03-27 | net: sunhme: Alphabetize includes | Sean Anderson | 1 | -30/+25 |
| 2023-03-27 | net: sunhme: Unify IRQ requesting | Sean Anderson | 1 | -121/+10 |
| 2023-03-27 | net: sunhme: Remove residual polling code | Sean Anderson | 2 | -122/+18 |
| 2023-03-27 | net: sunhme: Just restart autonegotiation if we can't bring the link up | Sean Anderson | 1 | -126/+119 |
| 2023-03-27 | net: sunhme: Fix uninitialized return code | Sean Anderson | 1 | -1/+1 |
| 2023-03-17 | ethernet: sun: add check for the mdesc_grab() | Liang He | 2 | -0/+6 |
| 2023-03-16 | net: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -1/+1 |
| 2023-02-23 | net: sunhme: Fix region request | Sean Anderson | 1 | -2/+4 |
| 2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 1 | -1/+1 |
| 2022-11-25 | sunvnet: Use kmap_local_page() instead of kmap_atomic() | Anirudh Venkataramanan | 1 | -2/+2 |
| 2022-11-25 | cassini: Use memcpy_from_page() instead of k[un]map_atomic() | Anirudh Venkataramanan | 1 | -10/+4 |
| 2022-11-25 | cassini: Use page_address() instead of kmap_atomic() | Anirudh Venkataramanan | 1 | -23/+11 |
| 2022-10-15 | sunhme: Uninitialized variable in happy_meal_init() | Dan Carpenter | 1 | -1/+1 |
| 2022-10-13 | sunhme: fix an IS_ERR() vs NULL check in probe | Dan Carpenter | 1 | -2/+2 |
| 2022-09-28 | net: sunhme: Fix undersized zeroing of quattro->happy_meals | Sean Anderson | 1 | -3/+1 |
| 2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 5 | -7/+5 |
| 2022-09-26 | sunhme: Use vdbg for spam-y prints | Sean Anderson | 1 | -25/+4 |
| 2022-09-26 | sunhme: Combine continued messages | Sean Anderson | 1 | -173/+105 |
| 2022-09-26 | sunhme: Use (net)dev_foo wherever possible | Sean Anderson | 1 | -89/+85 |
| 2022-09-26 | sunhme: Convert printk(KERN_FOO ...) to pr_foo(...) | Sean Anderson | 1 | -74/+78 |
| 2022-09-26 | sunhme: Clean up debug infrastructure | Sean Anderson | 1 | -40/+32 |
| 2022-09-26 | sunhme: Convert FOO((...)) to FOO(...) | Sean Anderson | 1 | -136/+136 |
| 2022-09-26 | sunhme: switch to devres | Rolf Eike Beer | 1 | -41/+14 |
| 2022-09-26 | sunhme: Regularize probe errors | Sean Anderson | 1 | -8/+13 |
| 2022-09-26 | sunhme: Return an ERR_PTR from quattro_pci_find | Sean Anderson | 1 | -22/+27 |
| 2022-09-26 | sunhme: forward the error code from pci_enable_device() | Rolf Eike Beer | 1 | -3/+3 |
| 2022-09-26 | sunhme: Remove version | Sean Anderson | 1 | -15/+2 |
| 2022-09-26 | sunhme: remove unused tx_dump_ring() | Rolf Eike Beer | 1 | -16/+0 |
| 2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-09-22 | net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD | Sean Anderson | 1 | -2/+2 |
| 2022-08-31 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 8 | -20/+20 |
| 2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -31/+12 |
| 2022-07-13 | net: sunhme: output link status with a single print. | Nick Bowler | 1 | -31/+12 |
| 2022-07-01 | ethernet/sun: fix repeated words in comments | Jilin Yuan | 4 | -4/+4 |
| 2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -3/+2 |
| 2022-05-18 | eth: sun: cassini: remove dead code | Martin Liška | 1 | -2/+2 |
| 2022-05-16 | niu: Silence randstruct warnings | Kees Cook | 1 | -10/+31 |
| 2022-05-05 | net: ethernet: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy | 1 | -1/+0 |
| 2022-03-17 | ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched" | Colin Ian King | 1 | -1/+1 |
| 2022-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+5 |
| 2022-03-09 | net: ethernet: sun: use min_t() to make code cleaner | Changcheng Deng | 1 | -1/+1 |
| 2022-03-07 | ethernet: sun: Free the coherent when failing in probing | Zheyu Ma | 1 | -1/+5 |
| 2022-03-04 | net: ethernet: sun: Remove redundant code | Jiapeng Chong | 1 | -16/+0 |
| 2022-02-28 | net: ethernet: sun: use time_is_before_jiffies() instead of open coding it | Wang Qing | 1 | -2/+3 |
| 2022-01-02 | sun/cassini: Use dma_set_mask_and_coherent() and simplify code | Christophe JAILLET | 1 | -20/+6 |
| 2021-10-18 | ethernet: use eth_hw_addr_set() in unmaintained drivers | Jakub Kicinski | 1 | -1/+3 |
| 2021-10-14 | ethernet: replace netdev->dev_addr assignment loops | Jakub Kicinski | 1 | -3/+1 |
| 2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 2 | -2/+2 |
| 2021-10-11 | ethernet: sun: add missing semicolon, fix build | Stephen Rothwell | 1 | -1/+1 |
| 2021-10-09 | ethernet: sun: remove direct netdev->dev_addr writes | Jakub Kicinski | 5 | -34/+48 |
| 2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 2 | -2/+2 |
| 2021-10-02 | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 4 | -8/+8 |
| 2021-09-28 | net: sun: SUNVNET_COMMON should depend on INET | Randy Dunlap | 1 | -0/+1 |
| 2021-08-29 | niu: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -11/+3 |
| 2021-08-23 | net: sunhme: Remove unused macros | Christophe JAILLET | 1 | -24/+0 |
| 2021-08-02 | niu: read property length only if we use it | Martin Kaiser | 1 | -3/+3 |
| 2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 3 | -3/+3 |
| 2021-07-23 | NIU: fix incorrect error return, missed in previous revert | Paul Jakma | 1 | -1/+2 |
| 2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -5/+2 |
| 2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -12/+20 |
| 2021-05-21 | Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p... | Greg Kroah-Hartman | 1 | -12/+20 |
| 2021-05-19 | net: sun: remove leading spaces before tabs | Hui Tang | 3 | -14/+14 |
| 2021-05-14 | sparc/vio: make remove callback return void | Uwe Kleine-König | 2 | -5/+2 |
| 2021-05-13 | ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read() | Du Cheng | 1 | -10/+24 |
| 2021-05-13 | Revert "niu: fix missing checks of niu_pci_eeprom_read" | Greg Kroah-Hartman | 1 | -8/+2 |
| 2021-03-18 | Fix a typo | Bhaskar Chowdhury | 1 | -2/+2 |
| 2021-03-10 | net: cassini: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2021-03-05 | sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count | Denis Efremov | 1 | -2/+0 |
| 2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 3 | -14/+13 |
| 2020-10-12 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2020-09-29 | net: sunbmac: Replace in_interrupt() usage | Sebastian Andrzej Siewior | 1 | -9/+9 |
| 2020-09-25 | drivers/net/ethernet: clean up mis-targeted comments | Jesse Brandeburg | 1 | -2/+2 |
| 2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -4/+4 |
| 2020-09-01 | net: sungem: Remove unneeded cast from memory allocation | YueHaibing | 1 | -3/+2 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 3 | -4/+4 |
| 2020-08-20 | skb_copy_and_csum_bits(): don't bother with the last argument | Al Viro | 1 | -1/+1 |
| 2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 3 | -129/+138 |
| 2020-07-17 | net: sungem: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -26/+27 |
| 2020-07-17 | net: sun: cassini: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -50/+54 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 2 | -4/+4 |
| 2020-07-07 | sun/cassini: mark cas_resume() as __maybe_unused | Wei Yongjun | 1 | -1/+1 |
| 2020-07-07 | sun/niu: add __maybe_unused attribute to PM functions | Vaibhav Gupta | 1 | -2/+2 |
| 2020-07-06 | sun/cassini: use generic power management | Vaibhav Gupta | 1 | -10/+7 |
| 2020-07-06 | sun/niu: use generic power management | Vaibhav Gupta | 1 | -10/+7 |
| 2020-07-06 | sun/sungem: use generic power management | Vaibhav Gupta | 1 | -33/+43 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -9/+9 |
| 2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2 | -2/+2 |
| 2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2 | -2/+2 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
| 2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+1 |
| 2020-05-22 | net: sun: fix missing release regions in cas_init_one(). | Qiushi Wu | 1 | -2/+1 |
| 2020-05-05 | net: sun: cassini: Remove unused inline functions | YueHaibing | 1 | -12/+0 |
| 2020-04-20 | net: sun: Remove unneeded cast from memory allocation | Aishwarya Ramakrishnan | 1 | -1/+1 |
| 2020-03-04 | net: sun: use pci_status_get_and_clear_errors | Heiner Kallweit | 2 | -39/+19 |
| 2020-02-13 | sunvnet: use icmp_ndo_send helper | Jason A. Donenfeld | 1 | -19/+4 |
| 2020-01-08 | net: sunvnet: use skb_list_walk_safe helper for gso segments | Jason A. Donenfeld | 1 | -6/+3 |
| 2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 8 | -8/+8 |
| 2019-08-22 | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 1 | -2/+1 |
| 2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon | 3 | -7/+7 |
| 2019-07-04 | net: ethernet: sun: remove redundant assignment to variable err | Colin Ian King | 1 | -2/+0 |
| 2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 2 | -4/+2 |
| 2019-03-08 | net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_... | Nathan Chancellor | 1 | -0/+1 |
| 2019-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -3/+3 |
| 2019-02-06 | net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles | Yang Wei | 3 | -3/+3 |
| 2019-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -28/+2 |
| 2019-01-22 | net: sun: cassini: Cleanup license conflict | Thomas Gleixner | 2 | -28/+2 |
| 2019-01-16 | net: sungem: fix indentation, remove a tab | Colin Ian King | 1 | -1/+1 |
| 2018-12-27 | niu: fix missing checks of niu_pci_eeprom_read | Kangjie Lu | 1 | -2/+8 |
| 2018-12-05 | net: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -1/+1 |
| 2018-09-19 | net: sun: fix return type of ndo_start_xmit function | YueHaibing | 6 | -13/+17 |
| 2018-08-29 | net: ethernet: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -1/+1 |
| 2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 2 | -2/+4 |
| 2018-07-05 | net: ethernet: sun: remove redundant variables adv and lpa and mii_reads | Colin Ian King | 1 | -16/+0 |
| 2018-06-20 | net: sungem: fix rx checksum support | Eric Dumazet | 1 | -10/+12 |
| 2018-05-04 | net: ethernet: sun: niu set correct packet size in skb | Rob Taglang | 1 | -3/+2 |
| 2018-03-26 | ethernet: Use octal not symbolic permissions | Joe Perches | 1 | -5/+5 |
| 2018-03-14 | sunvnet: does not support GSO for sctp | Cathy Zhou | 1 | -1/+1 |
| 2018-02-07 | sun: Add SPDX license tags to Sun network drivers | Shannon Nelson | 11 | -0/+11 |
| 2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 9 | -38/+24 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 7 | -0/+7 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -0/+7 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 7 | -0/+7 |
| 2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -2/+2 |
| 2017-10-18 | net: ethernet: sun: Convert timers to use timer_setup() | Kees Cook | 9 | -31/+24 |
| 2017-09-26 | ldmvsw: Remove redundant unlikely() | Tobias Klauser | 1 | -1/+1 |
| 2017-09-21 | drivers: net: sun: use setup_timer() helper. | Allen Pais | 1 | -3/+1 |
| 2017-09-21 | drivers: net: sun: cassini: use setup_timer() helper. | Allen Pais | 1 | -4/+1 |
| 2017-09-21 | drivers : net: niu: use setup_timer() helper. | Allen Pais | 1 | -3/+1 |
| 2017-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
| 2017-07-31 | sunhme: fix up GREG_STAT and GREG_IMASK register offsets | Mark Cave-Ayland | 1 | -3/+3 |
| 2017-07-24 | net: Convert to using %pOF instead of full_name | Rob Herring | 1 | -13/+11 |
| 2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2017-07-16 | sunvnet: add support for IPv6 checksum offloads | Shannon Nelson | 3 | -13/+81 |
| 2017-07-14 | net: niu: fix format string overflow warning: | Arnd Bergmann | 1 | -2/+2 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-15 | sunvnet: restrict advertized checksum offloads to just IP | Shannon Nelson | 2 | -2/+2 |
| 2017-05-15 | ldmvsw: stop the clean timer at beginning of remove | Shannon Nelson | 1 | -1/+1 |
| 2017-05-15 | ldmvsw: unregistering netdev before disable hardware | Thomas Tai | 1 | -1/+1 |
| 2017-04-30 | net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError" | Colin Ian King | 1 | -1/+1 |
| 2017-04-07 | net: sunhme: Use net_device_stats from struct net_device | Tobias Klauser | 2 | -13/+11 |
| 2017-04-07 | net: sunbmac: Use net_device_stats from struct net_device | Tobias Klauser | 2 | -10/+9 |
| 2017-03-21 | net: sun: sungem: rix a possible null dereference | Philippe Reynes | 1 | -2/+3 |
| 2017-03-16 | sunvnet: xoff not needed when removing port link | Shannon Nelson | 1 | -4/+0 |
| 2017-03-16 | sunvnet: count multicast packets | Shannon Nelson | 1 | -0/+2 |
| 2017-03-16 | sunvnet: track port queues correctly | Shannon Nelson | 2 | -13/+22 |
| 2017-03-16 | sunvnet: add stats to track ldom to ldom packets and bytes | Shannon Nelson | 3 | -1/+136 |
| 2017-03-16 | ldmvsw: better use of link up and down on ldom vswitch | Shannon Nelson | 3 | -7/+41 |
| 2017-03-08 | net: sun: sunhme: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -28/+34 |
| 2017-03-08 | net: sun: sungem: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -41/+57 |
| 2017-03-08 | net: sun: niu: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -17/+20 |
| 2017-03-08 | net: sun: cassini: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -46/+52 |
| 2017-02-14 | ldmvsw: disable tso and gso for bridge operations | Shannon Nelson | 2 | -4/+4 |
| 2017-02-14 | ldmvsw: update and simplify version string | Shannon Nelson | 1 | -10/+4 |
| 2017-02-14 | sunvnet: remove extra rcu_read_unlocks | Shannon Nelson | 1 | -6/+2 |
| 2017-02-14 | sunvnet: straighten up message event handling logic | Shannon Nelson | 1 | -49/+45 |
| 2017-02-14 | sunvnet: add memory barrier before check for tx enable | Shannon Nelson | 1 | -0/+1 |
| 2017-02-14 | sunvnet: update version and version printing | Shannon Nelson | 1 | -10/+4 |
| 2017-02-14 | sunvnet: remove unused variable in maybe_tx_wakeup | Sowmini Varadhan | 1 | -5/+1 |
| 2017-02-14 | sunvnet: make sunvnet common code dynamically loadable | Shannon Nelson | 2 | -2/+11 |
| 2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 3 | -3/+3 |
| 2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -4/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 3 | -3/+3 |
| 2016-12-16 | linux: drop __bitwise__ everywhere | Michael S. Tsirkin | 1 | -1/+1 |
| 2016-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -10/+12 |