summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-053-2/+14
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+1
* Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6rwatson2008-07-033-7/+1
* Set the IPv6 netisr handler as NETISR_MPSAFE on the basis that, despiterwatson2008-07-021-1/+1
* Try to fix errors introduced in svn180085/cvs rev. 1.10:bz2008-06-291-1/+2
* Repair botched variable rename.kan2008-06-291-4/+4
* Oops, we've been incrementing the wrong cantforward variable.julian2008-06-291-1/+2
* Rename two vars so that they are different from the same vars in ipv4.julian2008-06-291-7/+7
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-6/+20
* Employ read locks on UDP inpcbs, rather than write locks, whenrwatson2008-05-291-11/+12
* Factor out the v4-only vs. the v6-only inp_flags processing inbz2008-05-242-16/+34
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-3/+3
* Add code to allow the system to handle multiple routing tables.julian2008-05-094-9/+15
* Acquire a read lock, rather than a write lock, on a UDPv6 inpcb whenrwatson2008-04-221-9/+9
* In ICMPv6, read lock rather than write lock the inpcb on receive.rwatson2008-04-211-4/+4
OpenPOWER on IntegriCloud