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
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
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;
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
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:
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
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
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
___
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
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
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
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
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
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
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
> 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
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
+
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
> 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
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
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
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
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
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
__
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
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
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
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
28 matches
Mail list logo