index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
pegasus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-10
net: usb: pegasus: don't rely on id table pointer arithmetic
Gary Guo
1
-32
/
+22
2026-05-13
net: usb: pegasus: replace simple_strtoul with kstrtouint
Sajal Gupta
1
-6
/
+10
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-6
/
+42
2026-02-25
net: usb: pegasus: validate USB endpoints
Greg Kroah-Hartman
1
-1
/
+12
2026-02-24
net: usb: pegasus: enable basic endpoint checking
Ziyi Guo
1
-5
/
+30
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-30
net: usb: remove unnecessary get_drvinfo code and driver versions
Ethan Nelson-Moore
1
-3
/
+0
2026-01-08
net: usb: pegasus: fix memory leak in update_eth_regs_async()
Petko Manolov
1
-0
/
+2
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2021-12-27
net: usb: pegasus: Do not drop long Ethernet frames
Matthias-Christian Ott
1
-2
/
+2
2021-10-14
ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))
Jakub Kicinski
1
-1
/
+1
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-08-20
net: usb: pegasus: fixes of set_register(s) return value evaluation;
Petko Manolov
1
-2
/
+2
2021-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-64
/
+88
2021-08-05
net: pegasus: fix uninit-value in get_interrupt_interval
Pavel Skripkin
1
-3
/
+11
2021-08-04
net: usb: pegasus: Remove the changelog and DRIVER_VERSION.
Petko Manolov
1
-28
/
+2
2021-08-04
net: usb: pegasus: Check the return value of get_geristers() and friends;
Petko Manolov
1
-33
/
+75
2021-07-27
net: usb: use ndo_siocdevprivate
Arnd Bergmann
1
-2
/
+3
2021-02-02
net: usb: pegasus: use new tasklet API
Emil Renner Berthing
1
-4
/
+3
2020-10-15
Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-46
/
+15
2020-10-02
net: usb: pegasus: Proper error handing when setting pegasus' MAC address
Petko Manolov
1
-8
/
+27
2020-10-02
net: pegasus: Use the new usb control message API.
Petko Manolov
1
-46
/
+15
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-04-02
pegasus: Remove pegasus' own workqueue
Petko Manolov
1
-32
/
+6
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-08-01
net: usb: pegasus: fix improper read if get_registers() fail
Denis Kirjanov
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-08
net: usb: pegasus: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-27
net: usb: pegasus: Replace mdelay() with msleep() in setup_pegasus_II()
Jia-Ju Bai
1
-1
/
+1
2017-04-07
usbnet: pegasus: Use net_device_stats from struct net_device
Tobias Klauser
1
-21
/
+15
2017-03-21
net: usb: pegasus: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-02-07
pegasus: Use heap buffers for all register access
Ben Hutchings
1
-4
/
+25
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-09-01
net: pegasus: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+2
2016-05-23
net: pegasus: simplify logical constraint
xypron.glpk@gmx.de
1
-1
/
+1
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-04-28
pegasus: fixes reported packet length
Petko Manolov
1
-2
/
+2
2016-04-28
pegasus: fixes URB buffer allocation size;
Petko Manolov
1
-3
/
+3
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2013-05-03
usbnet: pegasus: endian bug in write_mii_word()
Dan Carpenter
1
-1
/
+2
2013-04-29
drivers: net: usb: pegasus: fix control urb submission
Petko Manolov
1
-210
/
+73
2013-04-29
drivers: net: usb: pegasus: read/write_mii_word optimised
Petko Manolov
1
-50
/
+35
2013-04-29
drivers: net: usb: pegasus: remove skb pool
Petko Manolov
1
-64
/
+9
2013-02-08
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
1
-4
/
+2
2013-01-20
usbnet: pegasus: set wakeup enable in set_wol
Ming Lei
1
-1
/
+7
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-2
/
+3
2012-06-12
usbnet:pegasus: remove usb_get/put_dev in .probe and .disconnect
tom.leiming@gmail.com
1
-4
/
+0
2012-05-18
USB: Disable hub-initiated LPM for comms devices.
Sarah Sharp
1
-0
/
+1
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-3
/
+1
[next]