Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
531a6a941745e1e045dd2a6bd09e1dc01247a5f3
/
drivers
/
net
/
ibmveth.c
c6f59d1
ibmveth: Fix leak when recycling skb and hypervisor returns error
by Anton Blanchard
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
b801a4e
net: ibmveth: force reconfiguring checksum settings on startup
by Michał Mirosław
· 14 years ago
b9367bf
net: ibmveth: convert to hw_features
by Michał Mirosław
· 14 years ago
ed4ba4b
netdev: Use default implementation of ethtool_ops::get_link where possible
by Ben Hutchings
· 14 years ago
e0e8ab5
ibmveth: Free irq on error path
by Denis Kirjanov
· 14 years ago
88426f2
ibmveth: Cleanup error handling inside ibmveth_open
by Denis Kirjanov
· 14 years ago
9d348af
ibmveth: Update module information and version
by Santiago Leon
· 14 years ago
c229609
ibmveth: Remove some unnecessary include files
by Santiago Leon
· 14 years ago
6485911
ibmveth: Convert driver specific assert to BUG_ON
by Santiago Leon
· 14 years ago
be35ae9
ibmveth: Return -EINVAL on all ->probe errors
by Santiago Leon
· 14 years ago
f148f61
ibmveth: Coding style fixes
by Santiago Leon
· 14 years ago
517e80e
ibmveth: Some formatting fixes
by Santiago Leon
· 14 years ago
21c2dec
ibmveth: Convert driver specific error functions to netdev_err
by Santiago Leon
· 14 years ago
c43ced1
ibmveth: Convert driver specific debug to netdev_dbg
by Santiago Leon
· 14 years ago
e295fe8
ibmveth: Remove redundant function prototypes
by Santiago Leon
· 14 years ago
003212c
ibmveth: Convert to netdev_alloc_skb
by Santiago Leon
· 14 years ago
d2684b5
ibmveth: remove procfs code
by Santiago Leon
· 14 years ago
ab78df7
ibmveth: Enable IPv6 checksum offload
by Santiago Leon
· 14 years ago
bc4c6f5
ibmveth: Remove duplicate checksum offload setup code
by Santiago Leon
· 14 years ago
0c26b67
ibmveth: Add optional flush of rx buffer
by Santiago Leon
· 14 years ago
6e8ab30
ibmveth: Add scatter-gather support
by Santiago Leon
· 14 years ago
f89e49e
ibmveth: Use lighter weight read memory barrier in ibmveth_poll
by Anton Blanchard
· 14 years ago
8d86c61
ibmveth: Add rx_copybreak
by Santiago Leon
· 14 years ago
c08cc3c
ibmveth: Add tx_copybreak
by Santiago Leon
· 14 years ago
e8cb7eb
ibmveth: Remove LLTX
by Santiago Leon
· 14 years ago
c033a6d
ibmveth: batch rx buffer replacement
by Santiago Leon
· 14 years ago
a613f58
ibmveth: Remove integer divide caused by modulus
by Santiago Leon
· 14 years ago
0645bab
ibmveth: Fix opps during MTU change on an active device
by Robert Jennings
· 14 years ago
ee2e611
ibmveth: lost IRQ while closing/opening device leads to service loss
by Robert Jennings
· 14 years ago
a05abcb
drivers/net: Use kcalloc or kzalloc
by Julia Lawall
· 14 years ago
e7a3af5
ibmveth: Add suspend/resume support
by Brian King
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
48e2f18
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
d44b5e0
net/ibmveth: fix panic in probe
by Stephen Rothwell
· 15 years ago
3a6d54c
net: remove needless (now buggy) & from dev->dev_addr
by Jiri Pirko
· 15 years ago
c7ae011
net: remove driver_data direct access of struct device from more drivers
by Greg Kroah-Hartman
· 16 years ago
e186d17
ibmveth: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
a1c5a89
powerpc: Cleanup from l64 to ll64 change: drivers/net
by Stephen Rothwell
· 16 years ago
ff5bfc3
ibmveth: use consistent types
by Stephen Rothwell
· 16 years ago
c4c9f01
net: ehea NAPI interface cleanup fix
by Stephen Rothwell
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
4cf1653
netdevice: safe convert to netdev_priv() #part-2
by Wang Chen
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
45e15bb
ibmveth: fix bad UDP checksums
by Santiago Leon
· 16 years ago
c713e7c
ibmveth: Fix multiple errors with dma_mapping_error conversion
by Stephen Rothwell
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
1096d63
ibmveth: enable driver for CMO
by Robert Jennings
· 16 years ago
ea866e6
ibmveth: Automatically enable larger rx buffer pools for larger mtu
by Santiago Leon
· 16 years ago
a95609c
netdev: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
5f090dc
net: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
1119d57
Use single_open instead of manual manipulations.
by Pavel Emelyanov
· 17 years ago
c10997f
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
8dde2a9
Kobject: change drivers/net/ibmveth.c to use kobject_init_and_add
by Greg Kroah-Hartman
· 17 years ago
19c38de
kobjects: fix up improper use of the kobject name field
by Greg Kroah-Hartman
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
88d3aaf
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
by Jeff Garzik
· 17 years ago
09f75cd
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
by Jeff Garzik
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
79ef4a4
ibmveth: Remove use of bitfields
by Brian King
· 17 years ago
3449a2a
ibmveth: Remove dead frag processing code
by Brian King
· 17 years ago
ddbb4de
ibmveth: Add ethtool driver stats hooks
by Brian King
· 17 years ago
80e5367
ibmveth: Add ethtool TSO handlers
by Brian King
· 17 years ago
5fc7e01
ibmveth: Implement ethtool hooks to enable/disable checksum offload
by Brian King
· 17 years ago
f4ff287
ibmveth: Enable TCP checksum offload
by Brian King
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
9dc83af
drivers/net/ibmveth.c: memset fix
by Mariusz Kozlowski
· 17 years ago
76b9cfc
ibmveth: Fix rx pool deactivate oops
by Brian King
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
ce6eea5
ibmveth: Automatically enable larger rx buffer pools for larger mtu
by Brian King
· 17 years ago
4aa9c93
ibmveth: Fix h_free_logical_lan error on pool resize
by Brian King
· 17 years ago
493a684
Fix sparse errors in drivers/net/ibmveth.c
by Michael Ellerman
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
d54b1fd
[PATCH] mark struct file_operations const 5
by Arjan van de Ven
· 18 years ago
7c71987
[PATCH] ibmveth: Remove ibmveth "liobn" field
by Benjamin Herrenschmidt
· 18 years ago
047a66d
[PATCH] ibmveth: Fix index increment calculation
by David Gibson
· 18 years ago
5f77113
[PATCH] ibmveth irq fix
by Andrew Morton
· 18 years ago
24fcbac
Merge branch 'master' into upstream-fixes
by Jeff Garzik
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
751ae21
[PATCH] ibmveth: fix int rollover panic
by Santiago Leon
· 18 years ago
03a85d0
[PATCH] ibmveth: rename proc entry name
by Santiago Leon
· 18 years ago
4347ef1
[PATCH] ibmveth: kdump interrupt fix
by Santiago Leon
· 18 years ago
6b42237
[PATCH] ibmveth: Add netpoll function
by Santiago Leon
· 18 years ago
bbedefc
[PATCH] ibmveth: Harden driver initilisation
by Michael Ellerman
· 18 years ago
28eb177
Merge branch 'master' into upstream
by Jeff Garzik
· 18 years ago
Next »