index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
drivers
/
net_kern.c
Age
Commit message (
Expand
)
Author
2013-03-11
net : enable tx time stamping in the vde driver.
Paul Chavent
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-03
um: net: use eth_hw_addr_random() to generate random mac
Jiri Pirko
2012-10-09
um: get rid of pointless include "..." where include <...> will do
Al Viro
2012-07-16
arch: Use eth_random_addr
Joe Perches
2012-05-21
um: Implement um_free_irq()
Richard Weinberger
2012-03-27
Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-25
um: irq: Remove IRQF_DISABLED
Yong Zhang
2012-02-17
UML net: set addr_assign_type if random_ether_addr() used
Danny Kukawka
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-07-25
um: add netpoll support
Richard Weinberger
2010-09-29
um: Proper Fix for f25c80a4: remove duplicate structure field initialization
Boaz Harrosh
2010-07-21
arch/um/drivers: remove duplicate structure field initialization
Julia Lawall
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-06-15
uml: remove driver_data direct access of struct device
Greg Kroah-Hartman
2009-04-02
uml: fix compile error from net_device_ops conversion
Miklos Szeredi
2009-03-27
uml: convert network device to netdevice ops
Stephen Hemminger
2009-03-27
uml: convert network device to internal network device stats
Stephen Hemminger
2008-12-04
um: Kill directly reference of netdev->priv
Wang Chen
2008-10-27
net: convert more to %pM
Johannes Berg
2008-04-28
uml: make several things static
WANG Cong
2008-03-26
[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list
Patrick McHardy
2008-02-05
uml: use of a public MAC is a warning, not an error
Jeff Dike
2008-02-05
uml: SMP locking commentary
Jeff Dike
2007-12-11
[UM]: Fix use of skb after netif_rx
Julia Lawall
2007-11-14
uml: fix build for !CONFIG_TCP
Jeff Dike
2007-10-16
uml: correctly handle skb allocation failures
Jeff Dike
2007-10-16
uml: network driver MTU cleanups
Jeff Dike
2007-10-16
uml: network formatting
Jeff Dike
2007-07-24
uml: more __init annotations
Jeff Dike
2007-05-08
uml: network and pcap cleanup
Jeff Dike
2007-05-07
uml: drivers get release methods
Jeff Dike
2007-05-07
uml: Replace one-element array with zero-element array
Paolo 'Blaisorblade' Giarrusso
2007-05-07
uml: Eliminate temporary buffer in eth_configure
Paolo 'Blaisorblade' Giarrusso
2007-05-07
uml: improve checking and diagnostics of ethernet MACs
Paolo 'Blaisorblade' Giarrusso
2007-05-07
uml: remove user_util.h
Jeff Dike
2007-05-07
uml: network interface hotplug error handling
Jeff Dike
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-02-11
[PATCH] uml: network driver locking and code cleanup
Jeff Dike
2007-02-11
[PATCH] uml: mconsole locking
Jeff Dike
2007-02-11
[PATCH] uml: network driver whitespace and style fixes
Jeff Dike
2007-02-11
[PATCH] uml: add locking to network transport registration
Jeff Dike
2007-02-11
[PATCH] uml: return hotplug errors to host
Jeff Dike
2006-12-13
[PATCH] uml: fix net_kern workqueue abuse
Peter Zijlstra
2006-12-12
um: replace kmalloc+memset with kzalloc
Yan Burman
2006-12-05
WorkQueue: Fix up arch-specific work items where possible
David Howells
2006-10-08
[PATCH] uml pt_regs fixes
Al Viro
[next]