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
/
raw_ip6.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the last susers calls in netinet6/ with privilege checks.
bz
2008-01-24
1
-7
/
+4
*
un-__P()
obrien
2008-01-08
1
-1
/
+1
*
Clean up VCS Ids.
obrien
2007-12-10
1
-2
/
+3
*
Space cleanup
delphij
2007-07-05
1
-1
/
+1
*
ANSIfy[1] plus some style cleanup nearby.
delphij
2007-07-05
1
-10
/
+3
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-6
/
+6
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-13
/
+4
*
Include priv.h to pick up suser(9) definitions, missed in an earlier
rwatson
2007-06-13
1
-1
/
+1
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
1
-1
/
+1
*
Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr
rwatson
2007-05-11
1
-2
/
+2
*
Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it is
bms
2007-02-24
1
-3
/
+1
*
Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.
bms
2007-02-24
1
-4
/
+18
*
Change semantics of socket close and detach. Add a new protocol switch
rwatson
2006-07-21
1
-3
/
+21
*
Fix race conditions on enumerating pcb lists by moving the initialization
ups
2006-07-18
1
-2
/
+1
*
Use suser_cred() instead of a direct comparison of cr_uid with 0 in
rwatson
2006-06-25
1
-1
/
+1
*
Don't use spl around call to in_pcballoc() in IPv6 raw socket support;
rwatson
2006-04-12
1
-3
/
+1
*
Update in_pcb-derived basic socket types following changes to
rwatson
2006-04-01
1
-22
/
+13
*
Chance protocol switch method pru_detach() so that it returns void
rwatson
2006-04-01
1
-2
/
+1
*
Change protocol switch pru_abort() API so that it returns void rather
rwatson
2006-04-01
1
-3
/
+4
*
Raw IPv6 checksum must use the protocol number of the last header, instead of...
suz
2005-10-19
1
-1
/
+1
*
added a missing unlock
suz
2005-10-15
1
-1
/
+3
*
added a missing unlock (just do the same thing as in netinet/raw_ip.c)
suz
2005-08-18
1
-0
/
+1
*
scope cleanup. with this change
ume
2005-07-25
1
-67
/
+81
*
always copy ip6_pktopt. remove needcopy and needfree
ume
2005-07-21
1
-1
/
+1
*
simplified udp6_output() and rip6_output(): do not override
ume
2005-07-21
1
-13
/
+11
*
be consistent on naming advanced API functions; use ip6_XXXpktopt(s).
ume
2005-07-21
1
-4
/
+3
*
check for malloc failure (also move malloc up to simplify error recovery)
sam
2005-03-29
1
-2
/
+7
*
Remove a comment from the raw IPv6 output function regarding
rwatson
2005-02-06
1
-6
/
+0
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-2
/
+2
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
1
-5
/
+11
*
Unlock rather than lock the ripcbinfo lock at the end of rip6_input().
rwatson
2004-09-02
1
-1
/
+1
*
When allocating the IPv6 header to stick in front of raw packet being
rwatson
2004-08-12
1
-1
/
+5
*
Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead
rwatson
2004-08-06
1
-1
/
+2
*
Commit a first pass at in6pcb and pcbinfo locking for IPv6,
rwatson
2004-07-27
1
-13
/
+70
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Remove unused argument.
pjd
2004-03-27
1
-1
/
+1
*
IPSEC and FAST_IPSEC have the same internal API now;
ume
2004-02-17
1
-21
/
+6
*
supported IPV6_RECVPATHMTU socket option.
ume
2004-02-13
1
-1
/
+4
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
1
-9
/
+2
*
Split the "inp" mutex class into separate classes for each of divert,
sam
2003-11-26
1
-1
/
+1
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-6
/
+3
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
1
-1
/
+1
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-2
/
+9
*
rename variables.
ume
2003-11-02
1
-4
/
+4
*
ip6_savecontrol() argument is redundant
ume
2003-10-29
1
-2
/
+2
*
re-add wrongly disappered IPV6_CHECKSUM stuff by introducing
ume
2003-10-26
1
-0
/
+6
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
1
-23
/
+25
*
- typo in comment
ume
2003-10-09
1
-11
/
+7
*
return(code) -> return (code)
ume
2003-10-06
1
-3
/
+3
*
Add a TCP TIMEWAIT state which uses less space than a fullblown TCP
jlemon
2003-02-19
1
-2
/
+2
[next]