index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ip6_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not insert a dest option header (even specified by a user) that
ume
2003-10-31
1
-1
/
+13
*
re-add wrongly disappered IPV6_CHECKSUM stuff by introducing
ume
2003-10-26
1
-0
/
+76
*
remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}
ume
2003-10-24
1
-4
/
+6
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
1
-248
/
+987
*
- change scope to zone.
ume
2003-10-21
1
-5
/
+5
*
correct linkmtu handling.
ume
2003-10-20
1
-45
/
+68
*
- add dom_if{attach,detach} framework.
ume
2003-10-17
1
-2
/
+2
*
nuke SCOPEDROUTING. Though it was there for a long time,
ume
2003-10-10
1
-9
/
+0
*
- fix typo in comments.
ume
2003-10-08
1
-63
/
+60
*
must lock route when the caller provided a route but not
sam
2003-10-07
1
-2
/
+4
*
return(code) -> return (code)
ume
2003-10-06
1
-52
/
+52
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
1
-1
/
+2
*
Obey RANDOM_IP_ID.
ume
2003-10-01
1
-0
/
+5
*
randomize IPv6 fragment ID.
ume
2003-10-01
1
-1
/
+1
*
Correct pfil_run_hooks return handling: if the return value is non-zero
sam
2003-09-30
1
-5
/
+2
*
o update PFIL_HOOKS support to current API used by netbsd
sam
2003-09-23
1
-19
/
+7
*
Remove unused variables in the IPSEC case.
jlemon
2003-02-20
1
-1
/
+0
*
Add a TCP TIMEWAIT state which uses less space than a fullblown TCP
jlemon
2003-02-19
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-20
/
+20
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-20
/
+20
*
purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this already
sam
2003-01-06
1
-1
/
+0
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-1
/
+1
*
plugged memory leakage in some erroneous cases
ume
2002-10-31
1
-5
/
+6
*
Tie new "Fast IPsec" code into the build. This involves the usual
sam
2002-10-16
1
-4
/
+63
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-5
/
+3
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-5
/
+5
*
make sure to set/unset INP_IPV4 according to a value
ume
2002-07-24
1
-0
/
+4
*
do not refer to IN6P_BINDV6ONLY anymore.
ume
2002-07-22
1
-7
/
+1
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-11
/
+12
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-4
/
+4
*
Fix cached route problem.
ume
2002-03-29
1
-0
/
+1
*
Remove duplicate extern declarations to silence warnings.
alfred
2002-03-19
1
-3
/
+0
*
- Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.
arr
2001-12-09
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+10
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-6
/
+6
*
soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it is
ume
2001-07-08
1
-2
/
+6
*
The m_free call in the ip6_fw_ctl_ptr == NULL case apparently
ume
2001-07-07
1
-2
/
+0
*
disallow setsockopt(IPV6_V6ONLY) for already bound sockets.
ume
2001-06-24
1
-0
/
+11
*
decrease warning
ume
2001-06-24
1
-2
/
+4
*
Nuke the comment about MIP6. We don't have MIP6 code, yet.
ume
2001-06-24
1
-12
/
+0
*
Sync with recent KAME.
ume
2001-06-11
1
-244
/
+556
*
Fix memory leak.
ume
2001-05-23
1
-0
/
+2
*
When ip6_fw_ctl() or soopt_mcopyout() return without success,
ume
2001-01-20
1
-1
/
+1
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-2
/
+2
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Count per-address statistics for IP fragments.
joe
2000-10-29
1
-0
/
+6
*
Augment the 'ifaddr' structure with a 'struct if_data' to keep
joe
2000-10-19
1
-1
/
+7
*
Make ip6fw as loadable module.
ume
2000-09-23
1
-9
/
+1
*
Make compilable with -DIPFILTER.
ume
2000-08-12
1
-1
/
+6
*
activate pfil_hooks and covert ipfilter to use it
darrenr
2000-07-31
1
-0
/
+28
[next]