Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
645a3abd73c2ac05d375f080d2f58d56e1502562
/
drivers
/
net
/
iseries_veth.c
b607bd9
net: Fix wrong sizeof
by Jean Delvare
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
3ef8e4e
iseries_veth: fix build breakage
by Alexander Beregalov
· 16 years ago
c277536
iseries_veth: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
a1c5a89
powerpc: Cleanup from l64 to ll64 change: drivers/net
by Stephen Rothwell
· 16 years ago
454d7c9
netdevice: safe convert to netdev_priv() #part-1
by Wang Chen
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
a2879fe
[POWERPC] properly declare onstack completion in iseries veth
by Benjamin Herrenschmidt
· 17 years ago
57f78ab3
iSeries: fix section mismatch in iseries_veth
by Stephen Rothwell
· 17 years ago
f9cb074
Kobject: rename kobject_init_ng() to kobject_init()
by Greg Kroah-Hartman
· 17 years ago
b2d6db5
Kobject: rename kobject_add_ng() to kobject_add()
by Greg Kroah-Hartman
· 17 years ago
cbe9c59
Driver: add driver_add_kobj for looney iseries_veth driver
by Greg Kroah-Hartman
· 17 years ago
78be3d2
Kobject: convert drivers/net/iseries_veth.c to use kobject_init/add_ng()
by Greg Kroah-Hartman
· 17 years ago
09f75cd
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
by Jeff Garzik
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
43cb76d
Network: convert network devices to use struct device instead of class_device
by Greg Kroah-Hartman
· 23 years ago
687d18a
[POWERPC] iSeries: fix iseries_veth init
by Stephen Rothwell
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
07fb3f4
[PATCH] powerpc: update iseries_veth device-tree information
by Stephen Rothwell
· 18 years ago
677f8c0
[PATCH] powerpc: remove bitfields from HvLpEvent
by Stephen Rothwell
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
bbc8b62
merge filename and modify references to iSeries/mf.h
by Kelly Daly
· 19 years ago
1ec65d7
merge filename and modify references to iseries/hv_types.h
by Kelly Daly
· 19 years ago
e45423e
merge filename and modify references to iseries/hv_lp_event.h
by Kelly Daly
· 19 years ago
15b1718
merge filename and modify reference to iseries/hv_lp_config.h
by Kelly Daly
· 19 years ago
915124d
powerpc: set the driver.owner field for all vio drivers
by Stephen Rothwell
· 19 years ago
6fdf539
powerpc: don't duplicate name between vio_driver and device_driver
by Stephen Rothwell
· 19 years ago
426c1a1
powerpc: move iSeries/iSeries_pci.h to platforms/iseries
by Stephen Rothwell
· 19 years ago
269cd38
[PATCH] iseries_veth: Update copyright notice
by Michael Ellerman
· 19 years ago
ee05f03
[PATCH] iseries_veth: Be consistent about driver name, increment version
by Michael Ellerman
· 19 years ago
59f17ae
[PATCH] iseries_veth: Remove studly caps from iseries_veth.c
by Michael Ellerman
· 19 years ago
642d1a4
[PATCH] iseries_veth: Incorporate iseries_veth.h in iseries_veth.c
by Michael Ellerman
· 19 years ago
07a5c17
[PATCH] iseries_veth: Add sysfs support for port structs
by Michael Ellerman
· 19 years ago
76812d812
[PATCH] iseries_veth: Add sysfs support for connection structs
by Michael Ellerman
· 19 years ago
db5e871
[PATCH] iseries_veth: Fix bogus counting of TX errors
by Michael Ellerman
· 19 years ago
e080849
[PATCH] iseries_veth: Simplify full-queue handling
by Michael Ellerman
· 19 years ago
24562ff
[PATCH] iseries_veth: Add a per-connection ack timer
by Michael Ellerman
· 19 years ago
48683d7
[PATCH] iseries_veth: Remove TX timeout code
by Michael Ellerman
· 19 years ago
f0c129c
[PATCH] iseries_veth: Use kobjects to track lifecycle of connection structs
by Michael Ellerman
· 19 years ago
ec60bee
[PATCH] iseries_veth: Make init_connection() & destroy_connection() symmetrical
by Michael Ellerman
· 19 years ago
cbf9074
[PATCH] iseries_veth: Only call dma_unmap_single() if dma_map_single() succeeded
by Michael Ellerman
· 19 years ago
b08bd5c
[PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variable
by Michael Ellerman
· 19 years ago
d7893dd
[PATCH] iseries_veth: Remove redundant message stack lock
by Michael Ellerman
· 19 years ago
2a5391a
[PATCH] iseries_veth: Fix broken promiscuous handling
by Michael Ellerman
· 19 years ago
58c5900
[PATCH] iseries_veth: Try to avoid pathological reset behaviour
by Michael Ellerman
· 19 years ago
abfda47
[PATCH] iseries_veth: Remove a FIXME WRT deletion of the ack_timer
by Michael Ellerman
· 19 years ago
61a3c69
[PATCH] iseries_veth: Cleanup error and debug messages
by Michael Ellerman
· 19 years ago
fb120da
[PATCH] Make MODULE_DEVICE_TABLE work for vio devices
by Stephen Rothwell
· 19 years ago
243cd55
[PATCH] iseries_veth: Supress spurious WARN_ON() at module unload
by Michael Ellerman
· 19 years ago
b2e0852
[PATCH] iseries_veth: Cleanup skbs to prevent unregister_netdevice() hanging
by Michael Ellerman
· 19 years ago
41664c0
[PATCH] iseries_veth: Don't leak skbs in RX path
by Michael Ellerman
· 19 years ago
eb235ae
[PATCH] iseries_veth: Set dev->trans_start so watchdog timer works right
by Michael Ellerman
· 19 years ago
f27eff1
[PATCH] iseries_veth: Don't send packets to LPARs which aren't up
by Michael Ellerman
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago