cvs commit: src/sys/netinet ip_gre.c

2008-07-04 Thread Oleksandr Tymoshenko
gonzo 2008-07-04 21:01:30 UTC FreeBSD src repository Modified files: sys/netinet ip_gre.c Log: SVN rev 180264 on 2008-07-04 21:01:30Z by gonzo Enqueue de-capsulated packet instead of performing direct dispatch. It's possible to exhaust and garble stack with a pa

cvs commit: src/sys/netinet ip_gre.c

2006-08-10 Thread Gleb Smirnoff
glebius 2006-08-10 10:51:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet ip_gre.c Log: MFC rev. 1.23: Since m_pullup() can return a new mbuf, change gre_input2() to return mbuf back to gre_input(). If the former returns mbuf ba

cvs commit: src/sys/netinet ip_gre.c

2006-05-16 Thread Gleb Smirnoff
glebius 2006-05-16 11:15:24 UTC FreeBSD src repository Modified files: sys/netinet ip_gre.c Log: Since m_pullup() can return a new mbuf, change gre_input2() to return mbuf back to gre_input(). If the former returns mbuf back to the latter, then pass it to raw_input()

cvs commit: src/sys/netinet ip_gre.c

2006-01-21 Thread Robert Watson
rwatson 2006-01-22 01:08:30 UTC FreeBSD src repository Modified files: sys/netinet ip_gre.c Log: Convert last remaining function in ip_gre.c to ANSI C function declaration. MFC after: 1 week Revision ChangesPath 1.22 +1 -3 src/sys/netine