Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
e98bae7592a44bdce2e49ccd64f3c7ffe244a0f6
/
drivers
/
net
/
ehea
/
ehea_main.c
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
9cbc94e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
21ccc79
ehea: Fix memory hotplug oops
by Anton Blanchard
· 14 years ago
2bd93d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6f4d6dc
ehea: Fix a DLPAR bug on ehea_rereg_mrs().
by Breno Leitao
· 14 years ago
f4786a9
net: ehea: convert to hw_features
by Michał Mirosław
· 14 years ago
f76957f
ehea: Increase the skb array usage
by Breno Leitao
· 14 years ago
782615a
ehea: Fixing some message level
by Breno Leitao
· 14 years ago
8c4877a
ehea: Use the standard logging functions
by Joe Perches
· 14 years ago
f5c35cc
ehea: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
3d6b892
ehea: kill unused ehea_rereg_mr_task
by Tejun Heo
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c7757fd
ehea: Fixing LRO configuration
by Breno Leitao
· 14 years ago
cfa969e
Revert "ehea: Use the standard logging functions"
by David S. Miller
· 14 years ago
539995d
ehea: Use the standard logging functions
by Joe Perches
· 14 years ago
5c7e57f
ehea: Add some info messages and fix an issue
by Breno Leitao
· 14 years ago
89bf67f
drivers/net: use vzalloc()
by Eric Dumazet
· 14 years ago
ce45b87
ehea: Fixing statistics
by Breno Leitao
· 14 years ago
e5ccd96
ehea: fix use after free
by Eric Dumazet
· 14 years ago
2198a10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
71085ce
ehea: Fix a checksum issue on the receive path
by Breno Leitao
· 14 years ago
aa3bc6c
ehea: simplify conditional
by Nicolas Kaiser
· 14 years ago
a8bb69f
ehea: converting msleeps to waitqueue on check_sqs() function
by Breno Leitao
· 14 years ago
5b27d42
ehea: using wait queues instead of msleep on ehea_flush_sq
by Breno Leitao
· 14 years ago
b1cbd5f
ehea: Remove a silly return
by Breno Leitao
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
d1b113b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
d3c6e7a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2928db4
ehea: Fix synchronization between HW and SW send queue
by Andre Detsch
· 14 years ago
baeb2ff
drivers/net: Convert unbounded kzalloc calls to kcalloc
by Joe Perches
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
3d8009c
ehea: Allocate stats buffer with GFP_KERNEL
by Brian King
· 14 years ago
099473c
ehea: Fix kernel deadlock in DLPAR-mem processing
by Jan-Bernd Themann
· 14 years ago
a91fb14
ehea: fix delayed packet processing
by Jan-Bernd Themann
· 14 years ago
cf9b59e
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 14 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
ee289b6
drivers/net: remove useless semicolons
by Joe Perches
· 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
· 15 years ago
a7c561f2
ehea: fix possible DLPAR/mem deadlock
by Thomas Klein
· 15 years ago
ea96cea
ehea: error handling improvement
by Thomas Klein
· 15 years ago
e743d31
drivers: net: use skb_headlen()
by Eric Dumazet
· 15 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
22bedad
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
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
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
5ee2124
drivers/net: remove duplicate structure field initialization
by Julia Lawall
· 15 years ago
357eb46
ehea: Fix napi list corruption on ifconfig down
by Hannes Hering
· 15 years ago
635ecaa
netdev: restore MTU change operation
by Ben Hutchings
· 15 years ago
240c102
netdev: restore MAC address set and validate operations
by Ben Hutchings
· 15 years ago
22f6dac
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
c7ae011
net: remove driver_data direct access of struct device from more drivers
by Greg Kroah-Hartman
· 16 years ago
0b2febf
ehea: fix invalid pointer access
by Hannes Hering
· 16 years ago
32e8f9a
ehea: Fix incomplete conversion to net_device_ops
by Alexander Beregalov
· 16 years ago
52e21b1
ehea: fix circular locking problem
by Jan-Bernd Themann
· 16 years ago
3876732
ehea: Fix memory hotplug handling
by Thomas Klein
· 16 years ago
51621fb
ehea: Fix: Remove adapter from adapter list in error path
by Hannes Hering
· 16 years ago
db1d7bf
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
e287880
ehea: Improve driver behaviour in low mem conditions
by Thomas Klein
· 16 years ago
3faf269
ehea: Fix mem allocations which require page alignment
by Thomas Klein
· 16 years ago
086c1b2
ehea: Use net_device_ops structure
by Thomas Klein
· 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
48e4cc7
net/ehea: bitops work on unsigned longs
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
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
d4f12da
ehea: Fix memory hotplug support
by Hannes Hering
· 16 years ago
68905eb
drivers/net/ehea/ehea_main.c: Release mutex in error handling code
by Julia Lawall
· 16 years ago
3ff2cd2
ehea: Access iph->tot_len with correct endianness
by Roland Dreier
· 16 years ago
2f69ae0
ehea: fix race condition
by Jan-Bernd Themann
· 16 years ago
b0afffe
ehea: add MODULE_DEVICE_TABLE
by Jan-Bernd Themann
· 16 years ago
5c2cec1
ehea: fix might sleep problem
by Jan-Bernd Themann
· 16 years ago
4bb073c
net: Eliminate flush_scheduled_work() calls while RTNL is held.
by David S. Miller
· 16 years ago
00aaea2
ehea: set mac address fix
by Jan-Bernd Themann
· 16 years ago
25c16ff
drivers/net/ehea - remove unnecessary memset after kzalloc
by Joe Perches
· 16 years ago
7fb1c2a
ehea: Fix use after free on reboot
by Brian King
· 16 years ago
48cfb14
ehea: Add DLPAR memory remove support
by Hannes Hering
· 17 years ago
22559c5
ehea: make things static
by Andrew Morton
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
44fb312
ehea: Fix DLPAR memory add support
by Thomas Klein
· 17 years ago
a5af6ad
netdev: ehea: port_lock semaphore to mutex
by Daniel Walker
· 17 years ago
da59cde
netdev: ehea: bcmc_regs semaphore to mutex
by Daniel Walker
· 17 years ago
dbbcbb2
netdev: ehea: locking order correction
by Daniel Walker
· 17 years ago
9f71a56
netdev: ehea: ehea_fw_handles semaphore to mutex
by Daniel Walker
· 17 years ago
06f89ed
netdev: ehea: semaphore to mutex
by Daniel Walker
· 17 years ago
dc01c44
ehea: Fix IPv6 support
by Thomas Klein
· 17 years ago
21eee2d
ehea: add kdump support
by Thomas Klein
· 17 years ago
e87ceea
ehea: fix sysfs link compile problem
by Jan-Bernd Themann
· 17 years ago
508d2b5
ehea: fix main checkpatch complaints
by Doug Maxey
· 17 years ago
58dd825
ehea: Reworked rcv queue handling to log only fatal errors
by Thomas Klein
· 17 years ago
7393b87
ehea: Improve tx packets counting
by Thomas Klein
· 17 years ago
2a6f4e4
ehea: add kexec support
by Jan-Bernd Themann
· 17 years ago
0173b79
ehea: fix port_napi_disable/enable
by Jan-Bernd Themann
· 17 years ago
Next »