index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]