aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Committed without approval from mentor.Ermal Luçi2017-02-126-39/+14
* Use proper value for socket option on IPv6Ermal Luçi2017-02-101-1/+1
* Revert r313527Ermal Luçi2017-02-104-22/+12
* Correct missed variable name.Ermal Luçi2017-02-104-12/+22
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-02-106-14/+39
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-0610-701/+83
* Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)Andriy Voskoboinyk2017-01-284-6/+0
* After the in_control() changes in r257692, an existing address isLuiz Otavio O Souza2017-01-251-3/+6
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+41
* Improve some of the sysctl descriptions added in r299827.Mark Johnston2017-01-161-6/+10
* Add a new socket option SO_TS_CLOCK to pick from several different clockMaxim Sobolev2017-01-161-6/+41