index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
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
*
uml: correctly handle skb allocation failures
Jeff Dike
2007-10-16
1
-0
/
+47
*
uml: network driver MTU cleanups
Jeff Dike
2007-10-16
1
-34
/
+8
*
uml: network formatting
Jeff Dike
2007-10-16
1
-100
/
+97
*
uml: more __init annotations
Jeff Dike
2007-07-24
1
-1
/
+1
*
uml: network and pcap cleanup
Jeff Dike
2007-05-08
1
-6
/
+9
*
uml: drivers get release methods
Jeff Dike
2007-05-07
1
-4
/
+15
*
uml: Replace one-element array with zero-element array
Paolo 'Blaisorblade' Giarrusso
2007-05-07
1
-11
/
+3
*
uml: Eliminate temporary buffer in eth_configure
Paolo 'Blaisorblade' Giarrusso
2007-05-07
1
-12
/
+13
*
uml: improve checking and diagnostics of ethernet MACs
Paolo 'Blaisorblade' Giarrusso
2007-05-07
1
-9
/
+29
*
uml: remove user_util.h
Jeff Dike
2007-05-07
1
-1
/
+0
*
uml: network interface hotplug error handling
Jeff Dike
2007-05-07
1
-35
/
+46
*
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[PATCH] uml: network driver locking and code cleanup
Jeff Dike
2007-02-11
1
-24
/
+18
*
[PATCH] uml: mconsole locking
Jeff Dike
2007-02-11
1
-0
/
+1
*
[PATCH] uml: network driver whitespace and style fixes
Jeff Dike
2007-02-11
1
-14
/
+15
*
[PATCH] uml: add locking to network transport registration
Jeff Dike
2007-02-11
1
-4
/
+5
*
[PATCH] uml: return hotplug errors to host
Jeff Dike
2007-02-11
1
-51
/
+46
*
[PATCH] uml: fix net_kern workqueue abuse
Peter Zijlstra
2006-12-13
1
-6
/
+9
*
um: replace kmalloc+memset with kzalloc
Yan Burman
2006-12-12
1
-2
/
+1
*
WorkQueue: Fix up arch-specific work items where possible
David Howells
2006-12-05
1
-0
/
+1
*
[PATCH] uml pt_regs fixes
Al Viro
2006-10-08
1
-1
/
+1
*
Remove all inclusions of <linux/config.h>
Dave Jones
2006-10-04
1
-1
/
+0
*
[PATCH] uml build fix
Ollie Wild
2006-09-29
1
-1
/
+1
*
[PATCH] uml: don't roll my own random MAC generator
Jeff Dike
2006-09-29
1
-3
/
+1
*
[PATCH] uml: mechanical tidying after random MACs change
Jeff Dike
2006-09-29
1
-65
/
+40
*
[PATCH] uml: assign random MACs to interfaces if necessary
Jeff Dike
2006-09-29
1
-4
/
+11
*
[IPV4]: annotate struct in_ifaddr
Al Viro
2006-09-28
1
-1
/
+1
*
[PATCH] uml: fix allocation size
Jeff Dike
2006-09-27
1
-4
/
+5
*
[PATCH] uml: fix proc-vs-interrupt context spinlock deadlock
Paolo 'Blaisorblade' Giarrusso
2006-09-27
1
-12
/
+4
*
[PATCH] uml: clean our set_ether_mac
Paolo 'Blaisorblade' Giarrusso
2006-09-26
1
-8
/
+6
*
[PATCH] irq-flags: UM: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
[PATCH] uml: balance list_add and list_del in the network driver
Jeff Dike
2006-02-07
1
-10
/
+19
*
[PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error path
Paolo 'Blaisorblade' Giarrusso
2006-01-18
1
-2
/
+13
*
[PATCH] uml: networking - clear transport-specific structure
Paolo 'Blaisorblade' Giarrusso
2006-01-18
1
-1
/
+5
*
[PATCH] uml: free network IRQ correctly
Jeff Dike
2006-01-06
1
-0
/
+2
[next]