3777 results
Order by date - Order by pertinence
All (3777)
Press (4)
High-tech (3773)
 
[PATCH] drivers/net: remove network drivers' last few uses of IRQF_SAMPLE_RANDOM
feature-removal-schedule.txt says a new /dev/random entropy model is planned (for July 2009). Until then, this patch removes the few remaining uses of IRQF_SAMPLE_RANDOM from drivers/net/*. 12 network drivers are affected, one more than last year ...
Message posted on the April 10th, 2010 - 1:40 AM ET
Safeguard Scientifics Announces Third Quarter 2012 Financial Results
Partner Companies Continue to Achieve Major Milestones, Increasing Aggregate Revenue Guidance for 2012 Live Conference Call and Webcast Today at 9:00 a.m. EDT.
Press published on the October 25th, 2012 - 4:00 AM ET
Safeguard Scientifics Announces First Quarter 2013 Financial Results
Capital deployments in Pneuron and Sotera Wireless bring partner company roster to 20 Live conference call and webcast today at 9:00 a.m. EDT.
Press published on the April 25th, 2013 - 4:01 AM ET
Safeguard Scientifics Announces Fourth Quarter and Full Year 2012 Financial Results
Partner Companies Continue to Grow; 2012 Partner Company Aggregate Revenue at $197.3 million, up 38% from $142.7 million in 2011; Projected to be $250 Million to $270 Million in 2013, an increase of 27% to 37% from 2012 ...
Press published on the March 7th, 2013 - 5:00 AM ET
2011 Be Together: The Bentley User Conference ‘Keynote Report’
Bentley and its Software Users ‘Work Smarter Together for Integrated Projects’ Through the ‘V8i Advantage’.
Press published on the June 7th, 2011 - 8:30 AM ET
Other results are also available in our forums :
[PATCH] drivers/net/: ll_temac_main.c & ll_temac.h: Adding ethtool interface
This patch adds an interface to the ethtool subsystem and implements read/write functionality for handling settings with the ethtool_cmd structure. "Speed" is the only setting implemented so far. Other settings (like reading the duplex ...
Message posted on the August 26th, 2010 - 2:30 PM ET
[net-next PATCH] drivers/net/enic: Use (pr|netdev)_ macro helpers
Compile tested only Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Remove #define PFX Use pr_<level> Use netdev_<level> Remove trailing periods from most formats Signed-off-by: Joe Perches <joe@perches.com> ...
Message posted on the June 2nd, 2010 - 11:40 AM ET
[PATCH] drivers/net/igb: remove unused variable in igb_xmit_frame_ring_adv.
drivers/net/igb/igb_main.c: In function ‘igb_xmit_frame_ring_adv’: drivers/net/igb/igb_main.c:4110: warning: unused variable ‘adapter’ Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Tao Ma ...
Message posted on the October 28th, 2010 - 11:00 PM ET
[PATCH] drivers/net/e1000/e1000_main.c: Fix message logging defect
commit 675ad47375c76a7c3be4ace9554d92cd55518ced removed the capability to use ethtool.set_msglevel to control the types of messages emitted by the driver. That commit should probably be reverted. If not, then this patch fixes a message logging ...
Message posted on the June 11th, 2010 - 2:30 AM ET
[PATCH] drivers/net/arcnet/capmode.c: clean up code
- shuffle around functions to get rid of forward declarations - fix some CodingStyle and indentation issues - last but not least, get rid of the following CONFIG_MODULE=n warning: drivers/net/arcnet/capmode.c:52: warning: ...
Message posted on the May 19th, 2010 - 12:10 PM ET
[PATCH] drivers/net: sgiseeq: fix return on error
If we continue on error, we'd likely free the IRQ that we didn't get, right? Signed-off-by: Nicolas Kaiser <nikai@nikai.net> drivers/net/sgiseeq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/sgiseeq.c ...
Message posted on the October 26th, 2010 - 12:50 PM ET
[PATCH] drivers/net/Makefile: conditionally descend to wireless
Don't descend to wireless unless it is actually used. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> drivers/net/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/Makefile b/drivers/net/Makefile ...
Message posted on the June 27th, 2010 - 6:00 PM ET
[PATCH] drivers/net/wireless/b43/main.c:4351: Fixed coding style
WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Daniel Ngu <daniel.dy.ngu@gmail.com> drivers/net/wireless/b43/main.c | 5 ++ 1 files changed, 2 insertions(+), 3 deletions(-) diff --git ...
Message posted on the March 22nd, 2010 - 7:20 AM ET
Re: [PATCH] drivers/net/wimax/i2400m/fw.c fix possible double free
On Wed, Mar 17, 2010 at 8:14 AM, David Miller <davem@davemloft.net> wrote: Therefore the krealloc() failure handling in this driver should NULL out i2400m->fw_hdrs and that will fix the double kfree problem as well as trap any stray ...
Message posted on the March 17th, 2010 - 7:50 AM ET