Re: Network drivers that don't suspend on interface down

2006-12-21 Thread Matt Domsch
cult. Think of it as an embedded advertisement - you too could have bluetooth and mobile broadband... :-) -Matt -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com - To unsubscribe from this list: se

Re: [IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls

2006-07-30 Thread Matt Domsch
On Sun, Jul 30, 2006 at 10:32:10PM -0500, Matt Domsch wrote: > On Sun, Jul 30, 2006 at 03:44:16PM -0700, David Miller wrote: > > From: Herbert Xu <[EMAIL PROTECTED]> > > Date: Sat, 29 Jul 2006 14:33:25 +1000 > > > > > [IPV6]: Audit all ip6_dst_lookup/ip6_dst_

Re: [IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls

2006-07-30 Thread Matt Domsch
ryone except UDP/datagram) that don't > > need an extra lock. > > > > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> > > Applied, thanks Herbert. I applied this on 2.6.18-rc3, and it panics immediately as the first IPv6 TCP (ssh) session is initiated to

lockdep tcp_v6_rcv message

2006-07-28 Thread Matt Domsch
_rcv+0x71f/0x770 [] :ipv6:ip6_input+0x223/0x315 [] :ipv6:ipv6_rcv+0x254/0x2af [] netif_receive_skb+0x260/0x2dd [] :e1000:e1000_clean_rx_irq+0x423/0x4c2 [] :e1000:e1000_clean+0x88/0x15b [] net_rx_action+0xac/0x1c7 [] __do_softirq+0x68/0xf5 [] call_softirq+0x1e/0x28 Thanks, Matt -- Matt Domsc

Re: [PATCH] MPPE probably doesn't need to be EXPERIMENTAL

2006-05-19 Thread Matt Domsch
On Fri, May 19, 2006 at 07:53:08PM -0700, Chris Wedgwood wrote: > A lot of people use MPPE and I'm not aware of too many complaints with > this. Remove it's EXPERIMENTAL status. > > > Signed-off-by: Chris Wedgwood <[EMAIL PROTECTED]> Acked-by: Matt Domsch &l

[PATCH ppp-2.4.3] add SC_MUST_COMP flag

2005-08-14 Thread Matt Domsch
.c |4 +-- 6 files changed, 21 insertions(+), 12 deletions(-) Lightly tested, review much appeciated. Signed-off-by: Matt Domsch <[EMAIL PROTECTED]> -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http:/

Re: [PATCH ppp-2.4.3] add SC_MUST_COMPRESS flag

2005-08-14 Thread Matt Domsch
On Sun, Aug 14, 2005 at 04:31:47PM +0200, Patrick McHardy wrote: > Patrick McHardy wrote: > > Matt Domsch wrote: > > > >> include/linux/if_ppp.h | 62 > >> + > > > > > > - * 2. Redistribution

[PATCH ppp-2.4.3] add SC_MUST_COMPRESS flag

2005-08-14 Thread Matt Domsch
letions(-) Lightly tested, review much appeciated. Signed-off-by: Matt Domsch <[EMAIL PROTECTED]> -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com diff -urNp --exclude-from=/mdomsch2/excl

[PATCH 2.6.13-rc] ppp_mppe: add PPP MPPE encryption module

2005-08-14 Thread Matt Domsch
files changed, 904 insertions(+), 26 deletions(-) Signed-off-by: Matt Domsch <[EMAIL PROTECTED]> -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com diff -urNp --exclude-from=/mdomsch2/excludes

Re: [Fwd: [patch 02/15] ppp_mppe: add PPP MPPE encryption module]

2005-08-14 Thread Matt Domsch
er than relying on the compressor telling you > that. I've added a new flag SC_MUST_COMPRESS, which pppd sets on CCP UP with MPPE enabled, and never clears it. The new kernel code checks for this flag at both compression and decompression time, and drops the packets if compression or dec

Re: [Patch 2.6 3/3]ioctl: Add support for getting a permanent hardware address

2005-07-18 Thread Matt Domsch
> If we want to create new facilities, they should be done via > netlink and possibly the ethtool interfaces. Jon's patch 1/3 created the ethtool interface, 2/3 fixed up e1000 to use it. 3/3 can be dropped as you desire. Do you want a patch for netlink too then, given the ethtool kernel w