On Sunday 10 June 2007 03:52, Jeff Garzik wrote:
> Mithlesh Thukral wrote:
> > - if ((netif_running(netdev)) && !netif_carrier_ok(netdev)) {
> > - printk(KERN_INFO "%s port %d, %s carrier is now ok\n",
> > - netxen_nic_driver_name, adapter->portnum, netdev->name);
> > +
Get it while it's hot:
kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.23.git
We have the qdisc_restart cleanup from Jama, some TIPC work
from Allan Stephens and co., and Patrick's rtnl_link work.
Also we have the removal of that multipath cached crap, and
eth_copy_and_sum() which ha
lines in the normal acx driver so it compiles with
kenrel 2.6.22 and later
http://www.hauke-m.de/fileadmin/acx/acx-20070610.tar.bz2
Bouth are loading on my system, but I can't test them because I haven't
got any acx100 chip based card any more, it would be nice to get
positive feedback,
aid, cannot
promise anything.
I also chanced some lines in the normal acx driver so it compiles with
kenrel 2.6.22 and later
http://www.hauke-m.de/fileadmin/acx/acx-20070610.tar.bz2
you might want to send a patch to acx100-devel or to Andreas Mohr for that.
I will write some pages into the Wik
> @@ -130,3 +130,5 @@ end:
> fault:
> return -EFAULT;
> }
> +
> +EXPORT_SYMBOL(dma_skb_copy_datagram_iovec);
We wouldn't want to merge this until code which actually uses the export is
also merged.
...and I recommend EXPORT_SYMBOL_GPL following the lead of the other
async dma options i
On Fri, 8 Jun 2007 18:20:02 -0700 (PDT)
Philip Romanov <[EMAIL PROTECTED]> wrote:
> Hi, Stephen
>
> We are doing pure IPv4 forwarding between two Ethernet
> interfaces:
>
> IXIA port A<--->System Under Test<--->IXIA Port B
>
> Traffic has two IP destinations for each direction and
> L4 protoco
* Mac80211 driver, which uses the seemingly
soon-to-be-included-in-kernel mac80211 stack, available on the
wireless-dev tree (the stack, not the driver).
This release is only available here [2] and needs some work before
being included in wireless-dev, since it was released at the time when
mac802
> -Original Message-
> From: J Hadi Salim [mailto:[EMAIL PROTECTED] On Behalf Of jamal
> Sent: Saturday, June 09, 2007 8:03 PM
> To: Leonid Grossman
> Cc: Waskiewicz Jr, Peter P; Patrick McHardy; [EMAIL PROTECTED];
> netdev@vger.kernel.org; [EMAIL PROTECTED]; Kok, Auke-jan H; Ramkrishna
>
Hi all,
I just wanted to mention that I have updated the ACX driver's wiki in
order to at least keep up with the current state of things regarding
the driver and the kernel.
I've rearranged the contents and added some information to the main
page at http://acx100.sourceforge.net/wiki/Main_Page.
On Sunday 10 June 2007 11:54:11 Michael Buesch wrote:
> > +int netxen_nic_set_mcast_addr(struct netxen_adapter *adapter, int index,
> > + u8 *addr)
> > +{
> > + u32 hi = 0;
> > + u32 lo = 0;
> > + u16 port = physical_port[adapter->portnum];
> > +
> > + hi = (u32)
On Thursday 07 June 2007 13:34:37 Mithlesh Thukral wrote:
> NetXen: Add multi cast filter code
> This patch adds multi cast filter code to NetXen NIC driver.
> It also adds capabilities to setup the multicast address in hardware
> from the host side.
> +int netxen_nic_enable_mcast_filter(struct ne
11 matches
Mail list logo