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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Space cleanup
delphij
2007-07-05
24
-163
/
+163
*
ANSIfy[1] plus some style cleanup nearby.
delphij
2007-07-05
27
-800
/
+384
*
Fix a stray splx() that caused a new warning.
peter
2007-07-05
1
-2
/
+2
*
Fix 'assignment used as truth value' warning
peter
2007-07-05
1
-1
/
+2
*
Remove a last, dangling, file from the Kame IPsec code.
gnn
2007-07-04
1
-718
/
+0
*
Link pf 4.1 to the build:
mlaier
2007-07-03
1
-0
/
+5
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
12
-88
/
+88
*
Removing old, dead, KAME IPsec files as part of the move to the
gnn
2007-07-02
13
-10928
/
+0
*
Follow on cleanup and removal of two unnecessary include files.
gnn
2007-07-01
2
-81
/
+0
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
24
-1347
/
+646
*
gcc4.2 somehow doesn't believe that finaldst can stay stable between
mjacob
2007-06-17
1
-3
/
+3
*
- For sctp_input/sctp6_input add announcment when a packet arrives (debug)
rrs
2007-06-17
1
-0
/
+3
*
Garbage collect unused variables.
mjacob
2007-06-15
1
-1
/
+0
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-2
/
+2
*
Include priv.h to pick up suser(9) definitions, missed in an earlier
rwatson
2007-06-13
3
-3
/
+3
*
Import rewrite of IPv4 socket multicast layer to support source-specific
bms
2007-06-12
3
-11
/
+44
*
- Restructure so bindx functions are not done inline to socket option
rrs
2007-06-12
1
-1
/
+0
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
5
-14
/
+9
*
cleanup about the reassembly structures and routine:
jinmei
2007-06-04
2
-25
/
+16
*
- fix initial pcb vrf setting when the initial vrf is not the
rrs
2007-06-02
1
-1
/
+4
*
fixed memory leak for IPv6 multicast membership information associated
jinmei
2007-06-02
3
-21
/
+29
*
simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK with
jinmei
2007-06-02
1
-6
/
+3
*
- Take out the broken table-id concept. Panda Routers have a M-VRF
rrs
2007-06-01
1
-10
/
+4
*
- Fixes so we won't try to start a timer when we
rrs
2007-05-29
1
-0
/
+4
*
- fixed autclose to not allow setting on 1-2-1 model.
rrs
2007-05-28
1
-2
/
+24
*
do not directly call rtfree() to meet an assumption in the callee.
jinmei
2007-05-25
1
-6
/
+9
*
Force the alignment of the chars arrays, as they are casted later to
cognet
2007-05-21
1
-2
/
+2
*
- Disabled responding to NI queries from a global address by default as
jinmei
2007-05-17
2
-7
/
+30
*
- Fixed 1-2-1 model to not worry about associd in sockopts
rrs
2007-05-17
1
-0
/
+1
*
handle IPv6 router alert option contained in an incoming packet per
jinmei
2007-05-14
1
-4
/
+18
*
Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr
rwatson
2007-05-11
3
-24
/
+14
*
Need sys/cdevs.h for the macro FBSDID to work.
mjacob
2007-05-09
1
-0
/
+1
*
Integrate the Camellia Block Cipher. For more information see RFC 4132
gnn
2007-05-09
3
-0
/
+136
*
Two major items here:
rrs
2007-05-09
1
-24
/
+18
*
Reduce the default number of header options that the IPv6 protocol
gnn
2007-05-08
1
-1
/
+1
*
- Copyright change, cisco's silly tool wants it to say:
rrs
2007-05-08
2
-2
/
+2
*
- Get rid of the sctp_inpcb_free() "magic numbers", now they
rrs
2007-05-08
1
-3
/
+6
*
- Static analyisis fixes for cisco's commit (this is equivilant
rrs
2007-05-08
1
-1
/
+1
*
- More macros for OS compatabilty
rrs
2007-05-08
1
-17
/
+26
*
some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_...
suz
2007-05-05
2
-1
/
+11
*
fixed a memory leak in unresolved ND queue processing
suz
2007-05-04
2
-22
/
+8
*
- Somehow the disable fragment option got lost. We could
rrs
2007-05-02
1
-0
/
+2
*
Remove unused pcbinfo arguments to in_setsockaddr() and
rwatson
2007-05-01
1
-2
/
+2
*
Rename some fields of struct inpcbinfo to have the ipi_ prefix,
rwatson
2007-04-30
2
-14
/
+14
*
Turn off route header processing for now due to issues pointed out
gnn
2007-04-23
1
-0
/
+7
*
Teach netinet6 to use PRIV_NETINET_REUSEPORT.
rwatson
2007-04-21
1
-4
/
+2
*
- fix source address selection when picking an acceptable address
rrs
2007-04-14
1
-28
/
+22
*
Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer set
rwatson
2007-04-11
1
-2
/
+0
*
- fixed several places where we did not release INP locks.
rrs
2007-04-03
1
-14
/
+12
*
Optimize sx locks to use simple atomic operations for the common cases of
jhb
2007-03-31
1
-0
/
+1
[next]