summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Put a global variables, which were virtualized but formerlybz2008-12-116-12/+15
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-104-8/+20
* Add missing include to sys/lock.h before sys/rwlock.himp2008-12-082-0/+2
* - convert radix node head lock from mutex to rwlockkmacy2008-12-072-0/+2
* Code from the hack-session known as the IETF (and arrs2008-12-061-0/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-0224-10/+60
* MFp4:bz2008-11-294-23/+136
* Unhide declarations of network stack virtualization structs fromzec2008-11-282-5/+0
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-274-42/+2
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-271-1/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-268-19/+17
* Remove in6_pcbdetach() as it is exactly the same functionbz2008-11-264-13/+2
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodbz2008-11-261-3/+6
* Plug a credential leak in case the inpcb is freed bybz2008-11-261-0/+1
* Change the initialization methodology for global variables scheduledzec2008-11-1916-112/+256
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6rwatson2008-10-262-2/+31
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-234-10/+9
* Bring over the change switching from using sequential to randombz2008-10-201-47/+52
* Check that the mbuf len is positive (like we do in the v4 case).bz2008-10-151-1/+1
* When disconnecting a UDPv6 socket, acquire the socket lock around therwatson2008-10-121-1/+2
* Style changes: compare pointer to NULL and move a }.bz2008-10-041-3/+2
* Cache so_cred as inp_cred in the inpcb.bz2008-10-042-7/+7
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-0224-106/+591
* Default to ignoring potentially evil IPv6 Neighbor Solicitationcperciva2008-10-024-1/+26
* When invoking the udp_send() from udp6_send() due to use of a v6-mappedrwatson2008-09-221-3/+13
* mld_timerresid() returns ms so instead of doing the maths in usecbz2008-09-101-1/+1
* - Fix amd64 local privilege escalation. [08:07]simon2008-09-031-0/+9
* Fix a bug, when a specially crafted ICMPV6 MLD packet could leadbz2008-09-031-4/+4
* In UDPv6, reduce scope of global udbinfo lock during append to lastrwatson2008-08-311-3/+1
* another missed V_julian2008-08-251-1/+1
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-204-4/+4
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-206-10/+12
* As part of step 1.5 of the vimage framework resolve conflicts withbz2008-08-181-19/+19
* Commit step 1 of the vimage project, (network stack)bz2008-08-1724-631/+654
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-162-7/+16
* Adopt the slightly weaker consistency locking approach used in IPv4 rawrwatson2008-07-301-7/+3
* When copying in and out current ICMPv6 filters on a raw IPv6 socket,rwatson2008-07-291-6/+14
* Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can'trwatson2008-07-292-15/+3
* Marginally decomplicate set/getsockopt code in ip6_output.c by simplyrwatson2008-07-291-18/+11
* Move inpcb lock higher to protect some nonbinding fields reading.mav2008-07-282-3/+6
* According to in_pcb.h protocol binding information has double locking.mav2008-07-272-20/+14
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-103-10/+11
* For consistency take lport as u_short in in{,6}_pcblookup_local.bz2008-07-102-3/+2
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-092-4/+5
* Document required locking in in6_sleectsrc() in case an inp isbz2008-07-091-2/+4
* Change the parameters to in6_selectsrc():bz2008-07-085-15/+23
* Use soreceive_dgram() and sosend_dgram() with UDPv6, as we do with UDPv4.rwatson2008-07-081-0/+2
* Drop read lock on udbinfo earlier during delivery to the last matchingrwatson2008-07-071-1/+1
* Improve approximation of style(9) in raw socket code.rwatson2008-07-051-57/+75
OpenPOWER on IntegriCloud