| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-14 | 1 | -14/+0 |
|\ |
|
| * | eth: sungem: remove .ndo_poll_controller to avoid deadlocks | Jakub Kicinski | 2024-05-11 | 1 | -14/+0 |
* | | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 2024-05-08 | 3 | -3/+3 |
* | | Revert "net: mirror skb frag ref/unref helpers" | Mina Almasry | 2024-05-04 | 1 | -2/+2 |
* | | net: mirror skb frag ref/unref helpers | Mina Almasry | 2024-04-12 | 1 | -2/+2 |
* | | net: move skb ref helpers to new header | Mina Almasry | 2024-04-12 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-03-15 | 5 | -5/+5 |
|\ |
|
| * | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia Ziemiańska | 2024-03-06 | 5 | -5/+5 |
* | | net: adopt skb_network_offset() and similar helpers | Eric Dumazet | 2024-03-04 | 1 | -2/+2 |
|/ |
|
* | net: ethernet: sun: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-09-20 | 3 | -11/+6 |
* | ethernet: ldmvsw: mark ldmvsw_open() static | Arnd Bergmann | 2023-08-12 | 1 | -2/+1 |
* | net: Explicitly include correct DT includes | Rob Herring | 2023-07-28 | 5 | -4/+6 |
* | sunvnet: fix sparc64 build error after gso code split | Stephen Rothwell | 2023-06-16 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-05-18 | 1 | -0/+2 |
|\ |
|
| * | cassini: Fix a memory leak in the error handling path of cas_init_one() | Christophe JAILLET | 2023-05-17 | 1 | -0/+2 |
* | | net: introduce and use skb_frag_fill_page_desc() | Yunsheng Lin | 2023-05-13 | 1 | -6/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-04-14 | 1 | -1/+1 |
|\ |
|
| * | niu: Fix missing unwind goto in niu_alloc_channels() | Harshit Mogalapalli | 2023-04-07 | 1 | -1/+1 |
* | | net: sunhme: move asm includes to below linux includes | Simon Horman | 2023-04-07 | 1 | -3/+4 |
* | | net: sunhme: Consolidate common probe tasks | Sean Anderson | 2023-03-27 | 1 | -93/+64 |
* | | net: sunhme: Inline error returns | Sean Anderson | 2023-03-27 | 1 | -12/+6 |
* | | net: sunhme: Clean up mac address init | Sean Anderson | 2023-03-27 | 1 | -5/+4 |
* | | net: sunhme: Consolidate mac address initialization | Sean Anderson | 2023-03-27 | 1 | -148/+134 |
* | | net: sunhme: Switch SBUS to devres | Sean Anderson | 2023-03-27 | 1 | -83/+35 |
* | | net: sunhme: Alphabetize includes | Sean Anderson | 2023-03-27 | 1 | -30/+25 |
* | | net: sunhme: Unify IRQ requesting | Sean Anderson | 2023-03-27 | 1 | -121/+10 |
* | | net: sunhme: Remove residual polling code | Sean Anderson | 2023-03-27 | 2 | -122/+18 |
* | | net: sunhme: Just restart autonegotiation if we can't bring the link up | Sean Anderson | 2023-03-27 | 1 | -126/+119 |
* | | net: sunhme: Fix uninitialized return code | Sean Anderson | 2023-03-27 | 1 | -1/+1 |
|/ |
|
* | ethernet: sun: add check for the mdesc_grab() | Liang He | 2023-03-17 | 2 | -0/+6 |
* | net: Use of_property_read_bool() for boolean properties | Rob Herring | 2023-03-16 | 1 | -1/+1 |
* | net: sunhme: Fix region request | Sean Anderson | 2023-02-23 | 1 | -2/+4 |
* | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 2022-12-25 | 1 | -1/+1 |
* | sunvnet: Use kmap_local_page() instead of kmap_atomic() | Anirudh Venkataramanan | 2022-11-25 | 1 | -2/+2 |
* | cassini: Use memcpy_from_page() instead of k[un]map_atomic() | Anirudh Venkataramanan | 2022-11-25 | 1 | -10/+4 |
* | cassini: Use page_address() instead of kmap_atomic() | Anirudh Venkataramanan | 2022-11-25 | 1 | -23/+11 |
* | sunhme: Uninitialized variable in happy_meal_init() | Dan Carpenter | 2022-10-15 | 1 | -1/+1 |
* | sunhme: fix an IS_ERR() vs NULL check in probe | Dan Carpenter | 2022-10-13 | 1 | -2/+2 |
* | net: sunhme: Fix undersized zeroing of quattro->happy_meals | Sean Anderson | 2022-09-29 | 1 | -3/+1 |
* | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 2022-09-29 | 5 | -7/+5 |
* | sunhme: Use vdbg for spam-y prints | Sean Anderson | 2022-09-27 | 1 | -25/+4 |
* | sunhme: Combine continued messages | Sean Anderson | 2022-09-27 | 1 | -173/+105 |
* | sunhme: Use (net)dev_foo wherever possible | Sean Anderson | 2022-09-27 | 1 | -89/+85 |
* | sunhme: Convert printk(KERN_FOO ...) to pr_foo(...) | Sean Anderson | 2022-09-27 | 1 | -74/+78 |
* | sunhme: Clean up debug infrastructure | Sean Anderson | 2022-09-27 | 1 | -40/+32 |
* | sunhme: Convert FOO((...)) to FOO(...) | Sean Anderson | 2022-09-27 | 1 | -136/+136 |
* | sunhme: switch to devres | Rolf Eike Beer | 2022-09-27 | 1 | -41/+14 |
* | sunhme: Regularize probe errors | Sean Anderson | 2022-09-27 | 1 | -8/+13 |
* | sunhme: Return an ERR_PTR from quattro_pci_find | Sean Anderson | 2022-09-27 | 1 | -22/+27 |
* | sunhme: forward the error code from pci_enable_device() | Rolf Eike Beer | 2022-09-27 | 1 | -3/+3 |