aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Update the MTU in affected routes when IPv6 RA changes the MTUEric van Gyzen2018-02-121-1/+4
* Fix ICMPv6 redirectsEric van Gyzen2018-02-091-0/+8
* Modify ip6_get_prevhdr() to be able use it safely.Andrey V. Elsukov2018-02-054-44/+30
* Merge r1.120 from NetBSD:Andrey V. Elsukov2018-02-021-1/+1
* ND6: Set the correct state for new neighbor cache entriesEric van Gyzen2018-01-291-2/+3
* Do not skip scope zone violation check, when mbuf has M_FASTFWD_OURS flag.Andrey V. Elsukov2018-01-291-13/+8
* Assign IPv6 link-local address to loopback interfaces whith unit > 0.Andrey V. Elsukov2018-01-291-22/+11
* Do not generate illegal mbuf chains during IP fragment reassembly. OnlyNavdeep Parhar2018-01-241-0/+1
* sys/netinet6: fix typos in comments. No functional change.Alan Somers2018-01-232-2/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+2
* net*: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-2/+2
* Fix some typos.Pedro F. Giffuni2017-12-281-2/+2
* netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license.Pedro F. Giffuni2017-12-281-7/+2
* Start syncing changes from OpenBSD's ip6_id.c instead of ip_id.c.Pedro F. Giffuni2017-12-281-6/+3
* Revert r327293Pedro F. Giffuni2017-12-281-1/+6
* netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license.Pedro F. Giffuni2017-12-281-7/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-258-41/+11
* Silence clang analyzer false positive.Alexander Kabaev2017-12-231-1/+2
* Follow the RFC6980 and silently ignore following IPv6 NDP messagesAndrey V. Elsukov2017-12-155-0/+23
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-8/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-1/+13
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2040-0/+80
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Use hardware timestamps to report packet timestamps for SO_TIMESTAMPKonstantin Belousov2017-11-071-8/+62
* Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen2017-11-031-0/+4
* Evaluate packet size after the firewall had its chance in the ip6 fast pathKristof Provost2017-10-251-8/+10
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-1/+0
* Fix a locking issue found by Coverity scanning the usrsctp library.Michael Tuexen2017-09-091-1/+1
* After inpcb route caching was put back in place there is no need forBjoern A. Zeeb2017-07-271-8/+0
* Use memset/memcpy instead of bzero/bcopy.Michael Tuexen2017-07-191-1/+1
* Fix an unnecessary/incorrect check in the PKTOPT_EXTHDRCPY macro.Jonathan T. Looney2017-05-301-1/+1
* Fix two places in the ICMP6 code where we could dereference a NULL pointerJonathan T. Looney2017-05-301-2/+3
* Enforce the limit on ICMP messages before doing work to formulate theJonathan T. Looney2017-05-301-4/+0
* The connect() system call should return -1 and set errno to EAFNOSUPPORTMichael Tuexen2017-05-221-0/+9
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-172-9/+9
* Add missing braces around MCAST_EXCLUDE check when KTR support isEnji Cooper2017-05-131-1/+2
* ip6_output runs with the inp lock held, just like ip_output.Navdeep Parhar2017-05-101-0/+1
* Fix an issue with MTU calculation if an ICMP messaeg is receivedMichael Tuexen2017-04-261-3/+3
* Use consistently uint32_t for mtu values.Michael Tuexen2017-04-262-3/+3
* Rename variable for clarityKristof Provost2017-04-221-8/+8
* pf: Fix possible incorrect IPv6 fragmentationKristof Provost2017-04-201-0/+2
* Rework r316770 to make it protocol independent and general, like weAndrey V. Elsukov2017-04-141-3/+0
* Clear h/w csum flags on mbuf handled by UDP.Andrey V. Elsukov2017-04-131-0/+3
* Allow explicitly assigned IPv6 loopback address to be used in jailsSteven Hartland2017-03-311-10/+9
* Fix reference count leak with L2 caching.Mike Karels2017-03-251-2/+1
* Constrain IPv6 routes to single FIBs when net.add_addr_allfibs=0Alan Somers2017-03-177-68/+140
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-03-066-14/+39
* Renumber copyright clause 4Warner Losh2017-02-2821-21/+21
* When IPv6 fragments reassembly is complete, update mbuf's csum_dataAndrey V. Elsukov2017-02-281-0/+9
* Remove IPsec related PCB code from SCTP.Andrey V. Elsukov2017-02-132-6/+2