Age | Commit message (Expand) | Author |
2021-07-23 | NIU: fix incorrect error return, missed in previous revert | Paul Jakma |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-05-21 | Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p... | Greg Kroah-Hartman |
2021-05-19 | net: sun: remove leading spaces before tabs | Hui Tang |
2021-05-14 | sparc/vio: make remove callback return void | Uwe Kleine-König |
2021-05-13 | ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read() | Du Cheng |
2021-05-13 | Revert "niu: fix missing checks of niu_pci_eeprom_read" | Greg Kroah-Hartman |
2021-03-18 | Fix a typo | Bhaskar Chowdhury |
2021-03-10 | net: cassini: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2021-03-05 | sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count | Denis Efremov |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-10-12 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-09-29 | net: sunbmac: Replace in_interrupt() usage | Sebastian Andrzej Siewior |
2020-09-25 | drivers/net/ethernet: clean up mis-targeted comments | Jesse Brandeburg |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-09-01 | net: sungem: Remove unneeded cast from memory allocation | YueHaibing |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-20 | skb_copy_and_csum_bits(): don't bother with the last argument | Al Viro |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-07-17 | net: sungem: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2020-07-17 | net: sun: cassini: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-07 | sun/cassini: mark cas_resume() as __maybe_unused | Wei Yongjun |
2020-07-07 | sun/niu: add __maybe_unused attribute to PM functions | Vaibhav Gupta |
2020-07-06 | sun/cassini: use generic power management | Vaibhav Gupta |
2020-07-06 | sun/niu: use generic power management | Vaibhav Gupta |
2020-07-06 | sun/sungem: use generic power management | Vaibhav Gupta |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-22 | net: sun: fix missing release regions in cas_init_one(). | Qiushi Wu |
2020-05-05 | net: sun: cassini: Remove unused inline functions | YueHaibing |
2020-04-20 | net: sun: Remove unneeded cast from memory allocation | Aishwarya Ramakrishnan |
2020-03-04 | net: sun: use pci_status_get_and_clear_errors | Heiner Kallweit |
2020-02-13 | sunvnet: use icmp_ndo_send helper | Jason A. Donenfeld |
2020-01-08 | net: sunvnet: use skb_list_walk_safe helper for gso segments | Jason A. Donenfeld |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-08-22 | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring |
2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon |
2019-07-04 | net: ethernet: sun: remove redundant assignment to variable err | Colin Ian King |
2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni |
2019-03-08 | net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_... | Nathan Chancellor |
2019-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-02-06 | net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles | Yang Wei |
2019-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-01-22 | net: sun: cassini: Cleanup license conflict | Thomas Gleixner |
2019-01-16 | net: sungem: fix indentation, remove a tab | Colin Ian King |