aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Release the ND6 list lock before making a prefix off-link in nd6_timer().Mark Johnston2017-01-081-14/+10
* Whitespace changes.Michael Tuexen2016-12-261-3/+3
* Remove a bogus KASSERT from nd6_prefix_unlink().Mark Johnston2016-12-191-2/+0
* ip[6]_tryforward does inbound and outbound packet firewall processing.Andrey V. Elsukov2016-12-191-11/+24
* Modify IPv6 statistic accounting in ip6_input().Andrey V. Elsukov2016-12-121-33/+27
* Add ip6_tryforward() - a run to completion forwarding implementationAndrey V. Elsukov2016-12-123-4/+312
* Whitespace changes.Michael Tuexen2016-12-062-7/+0
* Make ICMPv6 hard error handling for TCP consistent with the ICMPv4Michael Tuexen2016-10-212-3/+3
* Limit the number of mbufs that can be allocated for IPV6_2292PKTOPTIONSGeorge V. Neville-Neil2016-10-171-0/+15