aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-29ehea: add kexec supportJan-Bernd Themann2-1/+22
2007-10-25ehea: fix port_napi_disable/enableJan-Bernd Themann2-5/+4
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-4/+4
2007-10-17[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA driversJoachim Fenkes2-37/+37
2007-10-10ehea: use kernel event queueJan-Bernd Themann3-24/+10
2007-10-10ehea: DLPAR memory add fixJan-Bernd Themann5-46/+259
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-4/+9
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[EHEA]: Use LRO.Jan-Bernd Themann3-7/+99
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2-65/+66
2007-09-13ehea: fix last_rx updateJan-Bernd Themann1-1/+1
2007-09-13ehea: propagate physical port stateJan-Bernd Themann2-2/+17
2007-08-25ehea: fix queue destructorJan-Bernd Themann1-0/+6
2007-08-25ehea: fix module parameter descriptionJan-Bernd Themann1-1/+1
2007-08-25ehea: fix interface to DLPAR toolsJan-Bernd Themann1-3/+3
2007-08-07ehea: Eliminated some compiler warningsThomas Klein1-15/+10
2007-08-07ehea: Simplify resource usage checkThomas Klein1-12/+6
2007-08-07ehea: Fix workqueue handlingThomas Klein2-1/+2
2007-07-24eHEA: net_poll supportJan-Bernd Themann2-2/+22
2007-07-18eHEA: Fix bonding supportThomas Klein2-19/+20
2007-07-16eHEA: Introducing support vor DLPAR memory addThomas Klein5-65/+275
2007-07-10eHEA: Capability flag for DLPAR supportJan-Bernd Themann2-2/+29
2007-07-08ehea: Whitespace cleanupJan-Bernd Themann4-62/+64
2007-06-09ehea: Fixed possible kernel panic on VLAN packet recvThomas Klein2-8/+6
2007-05-30ehea: Fixed multi queue RX bugThomas Klein2-2/+2
2007-05-08Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-3/+3
2007-05-08ehea: Fix skb header accessThomas Klein1-3/+3
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-3/+3
2007-05-02[POWERPC] get_property returns constStephen Rothwell1-7/+6
2007-04-28ehea: fix for dlpar supportThomas Klein2-23/+46
2007-04-28ehea: fix for sysfs entriesThomas Klein2-17/+62
2007-04-28ehea: removing unused functionalityJan-Bernd Themann4-124/+69
2007-04-28strlcpy is smart enoughJean Delvare1-2/+2
2007-04-28ehea: code cleanupJan-Bernd Themann6-114/+187
2007-04-28ehea: fix for dynamic lpar supportJan-Bernd Themann2-21/+20
2007-04-28ehea: NAPI multi queue TX/RX path for SMPJan-Bernd Themann3-129/+169
2007-04-28ehea: dynamic add / remove portJan-Bernd Themann2-125/+323
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-5/+6
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-9/+11
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo1-2/+2
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-2/+1
2007-02-17Merge branch 'master' into upstreamJeff Garzik1-4/+4
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-4/+4
2007-02-09ehea: Fixed error recoveryJan-Bernd Themann6-2/+68
2007-01-30ehea: Fixed missing tasklet_kill() callThomas Klein1-0/+1
2007-01-30ehea: Fixed wrong jumbo frames status queryThomas Klein2-8/+24
2007-01-23ehea: Fixed possible nullpointer accessThomas Klein1-2/+3