index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ehea
/
ehea_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-02-23
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
Jiri Pirko
1
-3
/
+2
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-3
/
+3
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-10
/
+10
2009-10-13
net: Use netdev_alloc_skb_ip_align()
Eric Dumazet
1
-4
/
+5
2009-09-23
drivers/net: remove duplicate structure field initialization
Julia Lawall
1
-1
/
+0
2009-08-04
ehea: Fix napi list corruption on ifconfig down
Hannes Hering
1
-0
/
+3
2009-07-13
netdev: restore MTU change operation
Ben Hutchings
1
-0
/
+1
2009-07-13
netdev: restore MAC address set and validate operations
Ben Hutchings
1
-0
/
+1
2009-05-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-13
/
+18
2009-05-05
net: remove driver_data direct access of struct device from more drivers
Greg Kroah-Hartman
1
-4
/
+4
2009-05-04
ehea: fix invalid pointer access
Hannes Hering
1
-13
/
+18
2009-04-15
ehea: Fix incomplete conversion to net_device_ops
Alexander Beregalov
1
-2
/
+2
2009-03-13
ehea: fix circular locking problem
Jan-Bernd Themann
1
-26
/
+30
2009-02-20
ehea: Fix memory hotplug handling
Thomas Klein
1
-0
/
+2
2009-02-12
ehea: Fix: Remove adapter from adapter list in error path
Hannes Hering
1
-0
/
+1
2009-01-27
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2009-01-22
ehea: Improve driver behaviour in low mem conditions
Thomas Klein
1
-19
/
+12
2009-01-22
ehea: Fix mem allocations which require page alignment
Thomas Klein
1
-28
/
+28
2009-01-22
ehea: Use net_device_ops structure
Thomas Klein
1
-14
/
+19
2009-01-22
net: Remove redundant NAPI functions
Ben Hutchings
1
-4
/
+4
2009-01-13
powerpc: Cleanup from l64 to ll64 change: drivers/net
Stephen Rothwell
1
-4
/
+4
2009-01-06
net/ehea: bitops work on unsigned longs
Stephen Rothwell
1
-1
/
+1
2008-12-29
net: ehea NAPI interface cleanup fix
Stephen Rothwell
1
-1
/
+1
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-3
/
+3
2008-11-04
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-22
ehea: Fix memory hotplug support
Hannes Hering
1
-10
/
+15
2008-07-31
drivers/net/ehea/ehea_main.c: Release mutex in error handling code
Julia Lawall
1
-2
/
+2
2008-07-04
ehea: Access iph->tot_len with correct endianness
Roland Dreier
1
-1
/
+1
2008-07-04
ehea: fix race condition
Jan-Bernd Themann
1
-5
/
+12
2008-07-04
ehea: add MODULE_DEVICE_TABLE
Jan-Bernd Themann
1
-0
/
+1
2008-07-04
ehea: fix might sleep problem
Jan-Bernd Themann
1
-11
/
+11
2008-06-12
net: Eliminate flush_scheduled_work() calls while RTNL is held.
David S. Miller
1
-1
/
+2
2008-06-11
ehea: set mac address fix
Jan-Bernd Themann
1
-6
/
+10
2008-05-22
drivers/net/ehea - remove unnecessary memset after kzalloc
Joe Perches
1
-2
/
+0
2008-05-22
ehea: Fix use after free on reboot
Brian King
1
-1
/
+2
2008-05-13
ehea: Add DLPAR memory remove support
Hannes Hering
1
-0
/
+25
2008-04-25
ehea: make things static
Andrew Morton
1
-2
/
+2
2008-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+22
2008-04-12
ehea: Fix DLPAR memory add support
Thomas Klein
1
-2
/
+22
2008-03-29
netdev: ehea: port_lock semaphore to mutex
Daniel Walker
1
-21
/
+23
2008-03-29
netdev: ehea: bcmc_regs semaphore to mutex
Daniel Walker
1
-9
/
+9
2008-03-29
netdev: ehea: locking order correction
Daniel Walker
1
-2
/
+2
2008-03-29
netdev: ehea: ehea_fw_handles semaphore to mutex
Daniel Walker
1
-9
/
+9
2008-03-29
netdev: ehea: semaphore to mutex
Daniel Walker
1
-4
/
+4
2008-03-26
ehea: Fix IPv6 support
Thomas Klein
1
-1
/
+1
2008-02-24
ehea: add kdump support
Thomas Klein
1
-24
/
+257
2008-02-03
ehea: fix sysfs link compile problem
Jan-Bernd Themann
1
-37
/
+0
2008-02-03
ehea: fix main checkpatch complaints
Doug Maxey
1
-41
/
+46
2007-11-24
ehea: Reworked rcv queue handling to log only fatal errors
Thomas Klein
1
-6
/
+5
[next]