summaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Fix DoS in listen syscall over IPv6 socket. [EN-18:11.listen]Gordon Tetlow2018-09-272-7/+37
* Fix regression in IPv6 fragment reassembly. [EN-18:09.ip]Gordon Tetlow2018-09-271-1/+3
* Revis manual pages. [SA-18:08.tcp]Xin LI2018-08-154-108/+266
* MFC r318649:Michael Tuexen2017-06-011-0/+9
* MFC 317464:Michael Tuexen2017-06-011-3/+3
* MFC r317457:Michael Tuexen2017-06-012-3/+3
* MFC r318124:Navdeep Parhar2017-05-251-0/+1
* MFC r317186Kristof Provost2017-04-231-0/+2
* MFC r313025, r313395, r314113, r314442, r315458, r315656Alan Somers2017-04-177-68/+140
* MFC r316313, r316328:Steven Hartland2017-04-141-10/+9
* MFC r303863:Steven Hartland2017-04-141-0/+419
* MFC r306829, r310286, r311695:Mark Johnston2017-04-115-148/+334
* Fix reference count leak with L2 caching.Mike Karels2017-04-101-2/+1
* MFC r304041:Andrey V. Elsukov2017-04-031-0/+154
* MFC r303012:Andrey V. Elsukov2017-04-031-0/+51
* MFC r304572 (by bz):Andrey V. Elsukov2017-03-1810-711/+85
* MFC r314430:Andrey V. Elsukov2017-03-071-0/+9
* MFC r312307:Mark Johnston2017-02-031-6/+10
* MFC r309888:Andrey V. Elsukov2017-01-241-33/+27
* MFC r310258:Andrey V. Elsukov2017-01-101-11/+24
* MFC r309883:Andrey V. Elsukov2017-01-083-4/+312
* MFC r310590:Michael Tuexen2016-12-291-3/+3
* MFC r309607:Michael Tuexen2016-12-182-7/+0
* MFC r307726:Michael Tuexen2016-12-182-3/+3
* MFC: 307541George V. Neville-Neil2016-11-231-0/+15
* MFC r306792-r306795, r306826, r306828:Mark Johnston2016-10-192-47/+23
* MFC r306459:Andrey V. Elsukov2016-10-061-1/+1
* MFC r306046:Mark Johnston2016-10-041-108/+51
* MFC r306285:Mark Johnston2016-10-024-12/+12
* MFC r304713:Mike Karels2016-09-212-1/+11
* MFC r303626 (by gallatin)Hiren Panchasara2016-08-292-11/+14
* MFC r304545: Disable L2 caching for UDP over IPv6Mike Karels2016-08-201-1/+1
* MFC r302906:Andrey V. Elsukov2016-08-142-1/+41
* MFC r303657:Andrey V. Elsukov2016-08-051-1/+2
* MFC r303171: Fix per-connection L2 caching in fast pathMike Karels2016-08-031-2/+9
* MFC r302784:Dimitry Andric2016-07-161-2/+2
* Don't consider the socket when processing an incoming ICMP/ICMP6 packet,Michael Tuexen2016-06-231-2/+1
* Fix the NULL pointer dereference for unresolved link layer entries inAndrey V. Elsukov2016-06-221-2/+8
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-218-26/+85
* Remove the SIOCSIFALIFETIME_IN6 ioctl.Pedro F. Giffuni2016-06-132-45/+0
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-094-4/+0
* Make KASSERT message more useful by printing the variables on whichBjoern A. Zeeb2016-06-061-1/+2
* Move the callout_reset() to the end of the work not having it stickBjoern A. Zeeb2016-06-061-3/+4
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.Bjoern A. Zeeb2016-06-031-1/+13
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-025-7/+24
* Exploit r301213 to fix in6 ifaddr locking in pfxlist_onlink_check().Mark Johnston2016-06-021-5/+6
* Always start IPv6 DAD asynchronously.Mark Johnston2016-06-021-7/+1
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-013-8/+4
* Add PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.Michael Tuexen2016-05-301-1/+1
* Plug route reference underleak that happens with FLOWTABLE after r297225.Gleb Smirnoff2016-05-271-1/+5