index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
drivers
/
net_kern.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
um: Convert strscpy() usage to 2-argument style
Kees Cook
2024-02-20
1
-1
/
+1
*
um: net: Fix return type of uml_net_start_xmit()
Nathan Chancellor
2024-01-05
1
-1
/
+1
*
um: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-19
1
-1
/
+1
*
net: um: use eth_hw_addr_set()
Jakub Kicinski
2021-10-29
1
-1
/
+2
*
um: Support dynamic IRQ allocation
Johannes Berg
2020-12-13
1
-1
/
+1
*
um: Delete never executed timer
Leon Romanovsky
2020-03-29
1
-12
/
+0
*
um: Don't overwrite ethtool driver version
Leon Romanovsky
2020-03-29
1
-1
/
+0
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
*
um: Add SPDX headers for files in arch/um/drivers
Alex Dewar
2019-09-15
1
-1
/
+1
*
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-0
/
+3
*
um: Remove obsolete reenable_XX calls
Anton Ivanov
2018-12-27
1
-2
/
+0
*
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
1
-1
/
+1
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
2018-10-31
1
-1
/
+1
*
High Performance UML Vector Network Driver
Anton Ivanov
2018-02-19
1
-2
/
+2
*
um: net: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-5
/
+4
*
net: use core MTU range checking in misc drivers
Jarod Wilson
2016-10-20
1
-8
/
+0
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-2
/
+2
*
um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held
Saurabh Sengar
2015-11-06
1
-8
/
+9
*
um: net: Eliminate NULL test after alloc_bootmem
Himangi Saraogi
2014-10-13
1
-4
/
+0
*
uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-1
/
+1
*
net : enable tx time stamping in the vde driver.
Paul Chavent
2013-03-11
1
-0
/
+2
*
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-06
1
-2
/
+2
*
um: net: use eth_hw_addr_random() to generate random mac
Jiri Pirko
2013-01-03
1
-14
/
+8
*
um: get rid of pointless include "..." where include <...> will do
Al Viro
2012-10-09
1
-5
/
+5
*
arch: Use eth_random_addr
Joe Perches
2012-07-16
1
-1
/
+1
*
um: Implement um_free_irq()
Richard Weinberger
2012-05-21
1
-2
/
+2
*
Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-27
1
-1
/
+1
|
\
|
*
um: irq: Remove IRQF_DISABLED
Yong Zhang
2012-03-25
1
-1
/
+1
*
|
UML net: set addr_assign_type if random_ether_addr() used
Danny Kukawka
2012-02-17
1
-3
/
+8
|
/
*
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-17
1
-1
/
+1
*
um: add netpoll support
Richard Weinberger
2011-07-25
1
-0
/
+12
*
um: Proper Fix for f25c80a4: remove duplicate structure field initialization
Boaz Harrosh
2010-09-29
1
-14
/
+3
*
arch/um/drivers: remove duplicate structure field initialization
Julia Lawall
2010-07-21
1
-8
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
trivial: remove unnecessary semicolons
Joe Perches
2009-09-21
1
-1
/
+1
*
netdev: drivers should make ethtool_ops const
Stephen Hemminger
2009-09-02
1
-1
/
+1
*
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
1
-1
/
+1
*
uml: remove driver_data direct access of struct device
Greg Kroah-Hartman
2009-06-15
1
-2
/
+2
*
uml: fix compile error from net_device_ops conversion
Miklos Szeredi
2009-04-02
1
-1
/
+1
*
uml: convert network device to netdevice ops
Stephen Hemminger
2009-03-27
1
-7
/
+13
*
uml: convert network device to internal network device stats
Stephen Hemminger
2009-03-27
1
-13
/
+6
*
um: Kill directly reference of netdev->priv
Wang Chen
2008-12-04
1
-11
/
+11
*
net: convert more to %pM
Johannes Berg
2008-10-27
1
-6
/
+1
*
uml: make several things static
WANG Cong
2008-04-28
1
-3
/
+3
*
[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list
Patrick McHardy
2008-03-26
1
-5
/
+1
*
uml: use of a public MAC is a warning, not an error
Jeff Dike
2008-02-05
1
-5
/
+4
*
uml: SMP locking commentary
Jeff Dike
2008-02-05
1
-1
/
+6
*
[UM]: Fix use of skb after netif_rx
Julia Lawall
2007-12-11
1
-1
/
+1
*
uml: fix build for !CONFIG_TCP
Jeff Dike
2007-11-14
1
-2
/
+12
[next]