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
*
check pointers against NULL
kmacy
2008-12-16
1
-3
/
+3
*
convert more pointer validation checks to checking against NULL
kmacy
2008-12-16
1
-2
/
+2
*
Another step assimilating IPv[46] PCB code - directly use
bz
2008-12-15
1
-15
/
+15
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-1
/
+5
*
MFp4:
bz
2008-11-29
1
-0
/
+13
*
Merge in6_pcbfree() into in_pcbfree() which after the previous
bz
2008-11-27
1
-1
/
+1
*
Merge more of currently non-functional (i.e. resolving to
zec
2008-11-26
1
-5
/
+4
*
Remove in6_pcbdetach() as it is exactly the same function
bz
2008-11-26
1
-1
/
+1
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
1
-0
/
+2
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+1
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-4
/
+3
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+16
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-36
/
+37
*
Adopt the slightly weaker consistency locking approach used in IPv4 raw
rwatson
2008-07-30
1
-7
/
+3
*
Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can't
rwatson
2008-07-29
1
-4
/
+1
*
Move inpcb lock higher to protect some nonbinding fields reading.
mav
2008-07-28
1
-1
/
+2
*
According to in_pcb.h protocol binding information has double locking.
mav
2008-07-27
1
-10
/
+7
*
Change the parameters to in6_selectsrc():
bz
2008-07-08
1
-4
/
+4
*
Improve approximation of style(9) in raw socket code.
rwatson
2008-07-05
1
-57
/
+75
*
With IPv4 raw sockets, read lock rather than write lock the inpcb when
rwatson
2008-04-21
1
-5
/
+5
*
Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to
rwatson
2008-04-17
1
-17
/
+17
*
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
[next]