cvs commit: src/sys/net if_gre.c

2008-07-26 Thread Julian Elischer
julian 2008-07-27 00:44:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_gre.c Log: SVN rev 180839 on 2008-07-27 00:44:30Z by julian MFC the ability to send WCCP style GRE packets as well as just receive them. Revision Ch

cvs commit: src/sys/net if_gre.c

2008-07-26 Thread Julian Elischer
julian 2008-07-27 00:42:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_gre.c Log: SVN rev 180838 on 2008-07-27 00:42:05Z by julian MFC of a local variable change to not shadow a global config var. Revision ChangesPa

cvs commit: src/sys/net if_gre.c

2008-07-21 Thread Julian Elischer
julian 2008-07-21 22:15:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_gre.c Log: SVN rev 180679 on 2008-07-21 22:15:21Z by julian MFC code cleanup. 177416 Replace really convoluted code that simplifies to "a ^= 0x01;

cvs commit: src/sys/net if_gre.c

2008-07-20 Thread Julian Elischer
julian 2008-07-20 21:45:15 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: SVN rev 180639 on 2008-07-20 21:45:15Z by julian Add support for actually sending WCCP return packets via GRE. This MAY be combined by a clever person with the 'key' c

cvs commit: src/sys/net if_gre.c

2008-06-26 Thread Julian Elischer
julian 2008-06-26 22:59:49 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: SVN rev 180041 on 2008-06-26 22:59:49Z by julian change a variable name ot stop it from colliding with other names in some situations. (i.e. in vimage) MFC after:

cvs commit: src/sys/net if_gre.c

2008-03-19 Thread Julian Elischer
julian 2008-03-19 22:29:12 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: Replace really convoluted code that simplifies to "a ^= 0x01;" Revision ChangesPath 1.47 +2 -9 src/sys/net/if_gre.c

cvs commit: src/sys/net if_gre.c

2007-06-26 Thread Robert Watson
rwatson 2007-06-26 23:01:02 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: Sync comments to code: we now use priv_check() rather than suser() to determine privilege. Approved by:re (bmah) Revision ChangesPath 1.46 +16 -16

cvs commit: src/sys/net if_gre.c

2006-06-09 Thread Jeffrey Hsu
hsu 2006-06-09 18:19:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_gre.c Log: Merge rev 1.41 from current: correct test for fragmented packet. Revision ChangesPath 1.32.2.6 +1 -1 src/sys/net/if_gre.c ___

Re: cvs commit: src/sys/net if_gre.c

2006-05-13 Thread Wilko Bulte
On Fri, May 12, 2006 at 08:06:50AM -0400, Greg 'groggy' Lehey wrote.. > On Thursday, 11 May 2006 at 22:54:31 +0200, Poul-Henning Kamp wrote: > > In message <[EMAIL PROTECTED]>, "Jeffrey Hsu" > > writes: > > > >> because, unlike one current inner circle member who told me over > >> lunch that he do

Re: cvs commit: src/sys/net if_gre.c

2006-05-12 Thread Greg 'groggy' Lehey
On Thursday, 11 May 2006 at 22:54:31 +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, "Jeffrey Hsu" > writes: > >> because, unlike one current inner circle member who told me over >> lunch that he doesn't really care about FreeBSD and was just doing >> it because he was about to g

Re: cvs commit: src/sys/net if_gre.c

2006-05-12 Thread Gleb Smirnoff
On Thu, May 11, 2006 at 01:41:07PM -0700, Jeffrey Hsu wrote: J> > I'm questioning where you're coming from. You seem to pop-up every J> J> Ahem. I've been contributing to FreeBSD for over 10 years. I was J> one of the first ten committers and have worked in many different J> areas of FreeBSD

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Devon H. O'Dell
On Thu, May 11, 2006 at 01:41:07PM -0700, Jeffrey Hsu wrote: > > I'm questioning where you're coming from. You seem to pop-up every > > Ahem. I've been contributing to FreeBSD for over 10 years. I was > one of the first ten committers and have worked in many different > areas of FreeBSD inclu

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Tom Rhodes
On Thu, 11 May 2006 13:41:07 -0700 "Jeffrey Hsu" <[EMAIL PROTECTED]> wrote: > > I'm questioning where you're coming from. You seem to pop-up every > > Ahem. I've been contributing to FreeBSD for over 10 years. I was > one of the first ten committers and have worked in many different > areas

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Gary Jennejohn
Pawel Jakub Dawidek writes: > > --adJ1OR3c6QgCpb/j > Content-Type: text/plain; charset=iso-8859-2 > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Thu, May 11, 2006 at 03:28:52PM -0400, Paul Saab wrote: > +> Jeffrey Hsu wrote: > +> > > Hmm, interesting, I was u

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "Jeffrey Hsu" writes: >because, unlike one >current inner circle member who told me over lunch that he doesn't >really care about FreeBSD and was just doing it because he was about >to get paid for it, [...] Those of us who have mortgages, wifes and children tend

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Jeffrey Hsu
> I'm questioning where you're coming from. You seem to pop-up every Ahem. I've been contributing to FreeBSD for over 10 years. I was one of the first ten committers and have worked in many different areas of FreeBSD including participating in the initial ports architecture discussions, porti

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Pawel Jakub Dawidek
On Thu, May 11, 2006 at 03:28:52PM -0400, Paul Saab wrote: +> Jeffrey Hsu wrote: +> > > Hmm, interesting, I was under exactly the same impression. +> > +> >Oh, for heaven's sake. You're free to back it out and send just the +> >last fragment of a datagram sent through the tunnel, having dropped +

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Paul Saab
Jeffrey Hsu wrote: > Hmm, interesting, I was under exactly the same impression. Oh, for heaven's sake. You're free to back it out and send just the last fragment of a datagram sent through the tunnel, having dropped all the preceding fragments. I'm questioning where you're coming from. Yo

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Jeffrey Hsu
> Hmm, interesting, I was under exactly the same impression. Oh, for heaven's sake. You're free to back it out and send just the last fragment of a datagram sent through the tunnel, having dropped all the preceding fragments. ___ cvs-all@freebsd.org

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Pawel Jakub Dawidek
On Thu, May 11, 2006 at 01:52:10PM -0400, Paul Saab wrote: +> Jeffrey Hsu wrote: +> >hsu 2006-05-11 00:53:43 UTC +> > +> > FreeBSD src repository +> > +> > Modified files: +> >sys/net if_gre.c Log: +> > Correct test for fragmented packet. +> > +> What exactly is thi

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Paul Saab
Jeffrey Hsu wrote: hsu 2006-05-11 00:53:43 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: Correct test for fragmented packet. What exactly is this for? It seems to me that you're just committing to maintain an active commit status so t

cvs commit: src/sys/net if_gre.c

2006-05-10 Thread Jeffrey Hsu
hsu 2006-05-11 00:53:43 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: Correct test for fragmented packet. Revision ChangesPath 1.41 +1 -1 src/sys/net/if_gre.c ___ cvs-all@freebsd

cvs commit: src/sys/net if_gre.c

2006-02-16 Thread Qing Li
qingli 2006-02-16 18:10:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if_gre.c Log: Remove two unnecessary type casts, of which both had a typo in it anyways. MFC:rev 1.40 Approved by:re (scottl) Revision

cvs commit: src/sys/net if_gre.c

2006-02-15 Thread Qing Li
qingli 2006-02-16 01:08:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_gre.c Log: MFC:rev 1.40 Approved by:re (scottl) Revision ChangesPath 1.32.2.5 +2 -2 src/sys/net/if_gre.c __

cvs commit: src/sys/net if_gre.c

2006-02-07 Thread Qing Li
qingli 2006-02-07 20:09:02 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: Remove two unnecessary type casts, of which both had a typo in it anyways. Approved by: andre MFC after: 3 days Revision ChangesPath 1.40 +2 -2

cvs commit: src/sys/net if_gre.c src/sys/netinet ip_gre.c ip_gre.h src/sys/netipsec keysock.c keysock.h src/sys/netkey keysock.c keysock.h

2006-01-28 Thread Bjoern A. Zeeb
bz 2006-01-28 14:37:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if_gre.c sys/netinet ip_gre.c ip_gre.h sys/netipsec keysock.c keysock.h sys/netkey keysock.c keysock.h Log: MFC: rev

cvs commit: src/sys/net if_gre.c src/sys/netinet ip_gre.c ip_gre.h src/sys/netipsec keysock.c keysock.h src/sys/netkey keysock.c keysock.h

2006-01-27 Thread Bjoern A. Zeeb
bz 2006-01-27 21:50:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_gre.c sys/netinet ip_gre.c ip_gre.h sys/netipsec keysock.c keysock.h sys/netkey keysock.c keysock.h Log: MFC: rev

cvs commit: src/sys/net if_gre.c src/sys/netinet ip_gre.c ip_gre.h src/sys/netipsec keysock.c keysock.h src/sys/netkey keysock.c keysock.h

2006-01-21 Thread Bjoern A. Zeeb
bz 2006-01-21 10:44:35 UTC FreeBSD src repository Modified files: sys/net if_gre.c sys/netinet ip_gre.c ip_gre.h sys/netipsec keysock.c keysock.h sys/netkey keysock.c keysock.h Log: Fix stack corruptions on amd64. V