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
*
Rather than passing around a cached 'priv', pass in an ucred to
bz
2008-02-02
1
-26
/
+9
*
Replace the last susers calls in netinet6/ with privilege checks.
bz
2008-01-24
1
-44
/
+75
*
un-__P()
obrien
2008-01-08
1
-7
/
+7
*
Clean up VCS Ids.
obrien
2007-12-10
1
-3
/
+5
*
Instead of manually freeing the packet options structure (and not even doing
mtm
2007-11-21
1
-6
/
+1
*
Space cleanup
delphij
2007-07-05
1
-28
/
+28
*
ANSIfy[1] plus some style cleanup nearby.
delphij
2007-07-05
1
-85
/
+34
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-18
/
+15
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-254
/
+181
*
Include priv.h to pick up suser(9) definitions, missed in an earlier
rwatson
2007-06-13
1
-1
/
+1
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
1
-2
/
+0
*
Remove ip6fw. Since ipfw has full functional IPv6 support now and - in
mlaier
2006-05-12
1
-58
/
+0
*
Somewhat re-factor the read/write locking mechanism associated with the packet
csjp
2006-02-02
1
-1
/
+1
*
When storing the results of malloc() in a pointer to a pointer, check
rwatson
2006-01-14
1
-1
/
+1
*
sync with KAME regarding NDP
suz
2005-10-21
1
-13
/
+14
*
sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)
suz
2005-10-21
1
-1
/
+1
*
IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,
obrien
2005-09-07
1
-8
/
+8
*
Use the correct mbuf type for MGET().
andre
2005-08-30
1
-1
/
+1
*
simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worried
ume
2005-07-28
1
-35
/
+9
*
scope cleanup. with this change
ume
2005-07-25
1
-242
/
+212
*
always copy ip6_pktopt. remove needcopy and needfree
ume
2005-07-21
1
-70
/
+64
*
be consistent on naming advanced API functions; use ip6_XXXpktopt(s).
ume
2005-07-21
1
-10
/
+10
*
NULL is not zero.
ume
2005-07-21
1
-1
/
+1
*
update comments:
ume
2005-07-20
1
-11
/
+11
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Fixes for various nits found by the Coverity tool.
gnn
2005-05-15
1
-1
/
+1
*
Add IPv6 support to IPFW and Dummynet.
brooks
2005-04-18
1
-0
/
+26
*
initialized the last arg to ip6_process_hopopts(), because the recent
ume
2005-02-27
1
-3
/
+3
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-2
/
+2
*
Disable MTU feedback in IPv6 if the sender writes data that must be fragmented.
dwhite
2004-10-02
1
-0
/
+14
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-1
/
+1
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
1
-8
/
+6
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
1
-5
/
+0
*
Fix a bug which I discovered recently while doing IPv6 testing at
wpaul
2004-05-14
1
-0
/
+12
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Validate IPv6 socket options more carefully to avoid a panic.
ume
2004-03-26
1
-1
/
+37
*
IPSEC and FAST_IPSEC have the same internal API now;
ume
2004-02-17
1
-6
/
+2
*
- obey ip6po_minmtu.
ume
2004-02-08
1
-3
/
+30
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
1
-7
/
+2
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
ume
2003-12-23
1
-2
/
+2
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
1
-3
/
+3
*
fixed a bug that IPv6 routing header does not work properly if specified from...
suz
2003-12-22
1
-1
/
+1
*
fixed an IPv6 path MTU discovery failure owing to a lack of initialization
suz
2003-12-17
1
-1
/
+1
*
pktopt may be null.
ume
2003-11-24
1
-0
/
+3
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-7
/
+20
*
correct to look right interface.
ume
2003-11-17
1
-1
/
+1
*
replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF
sam
2003-11-08
1
-1
/
+1
*
correct behavior when ipv6mr_interface is 0. Matthias Drochner
ume
2003-11-06
1
-4
/
+4
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-7
/
+10
*
do not insert a dest option header (even specified by a user) that
ume
2003-10-31
1
-1
/
+13
[next]