aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* taskqueue: Add missing comma to TASKQUEUE_FAST_DEFINE_THREADColin Percival2021-06-011-1/+1
* rpi_ft5406: Recognize raspberrypi,firmware-ts touchscreenJuraj Lutter2021-05-231-2/+2
* netgraph/ng_checksum: Fix double free errorLutz Donnerhacke2021-05-231-1/+1
* if_firewire: fixing panic upon packet reception for VNET buildTai-hwa Liang2021-05-171-0/+2
* netgraph/ng_source: Switch queuing frameworkLutz Donnerhacke2021-05-091-13/+19
* netgraph/ng_source: If queue is full, don't enqueueLutz Donnerhacke2021-05-091-3/+6
* netgraph/ng_base: Allow larger BINARY2ASCII conversionsLutz Donnerhacke2021-05-091-5/+9
* arcmsr(4): Fix SCSI command timeout on ARC-1886.Xin LI2021-05-051-3/+9
* nfsd: fix replies from session cache for multiple retriesRick Macklem2021-04-271-4/+30
* nfsd: fix replies from session cache for retried RPCsRick Macklem2021-04-272-1/+8
* When we are about to send down to the driver layerRandall Stewart2021-04-181-0/+1
* tcp: Use sbuf_drain unconditionallyRichard Scheffenegger2021-04-161-9/+1
* tcp: Shouldn't drain empty sbufRichard Scheffenegger2021-04-161-1/+9
* tcp: For hostcache performance, use atomics instead of countersRichard Scheffenegger2021-04-162-14/+12
* tcp: Make hostcache.cache_count MPSAFE by using a counter_u64_tRichard Scheffenegger2021-04-162-18/+22
* tcp: drain tcp_hostcache_list in between per-bucket locksRichard Scheffenegger2021-04-161-2/+4
* tcp: reduce memory footprint when listing tcp hostcacheRichard Scheffenegger2021-04-161-6/+15
* Make sbuf_drain safe for external useRichard Scheffenegger2021-04-161-2/+7
* Export sbuf_drain to orchestrate lock and drain actionRichard Scheffenegger2021-04-162-1/+2
* [tcp] Fix ECN on finalizing sessions.Richard Scheffenegger2021-04-111-2/+2
* mount: Disallow mounting over a jail rootMark Johnston2021-04-061-0/+5
* vm_fault: Shoot down multiply mapped COW source page mappingsMark Johnston2021-04-061-0/+27
* Reduce chance of RCU deadlock in the LinuxKPI by implementing the sectionHans Petter Selasky2021-04-062-11/+33
* MFC 874b1a35486b570513680c3d456b062ba097e1d9:Cy Schubert2021-04-013-8/+3
* MFC 4e38478c595a:Hans Petter Selasky2021-04-013-8/+8
* MFC 31070b5bc77a:Hans Petter Selasky2021-04-011-95/+104
* Fix array out of bound panic introduced in r306219.Alexander Motin2021-03-301-4/+14
* netmap: fix issues in nm_os_extmem_create()Vincenzo Maffione2021-03-231-6/+10
* netmap: fix memory leak in NETMAP_REQ_PORT_INFO_GETVincenzo Maffione2021-03-181-0/+4
* arcmsr(4): Fixed no action of hot plugging device on type_F adapter.Xin LI2021-03-061-2/+6
* MFC 9febbc454190:Hans Petter Selasky2021-03-031-4/+12
* rmlock: Add a required compiler membar to the rlock slow pathMark Johnston2021-03-031-1/+5
* netgraph/ng_car: Add color marking codeLutz Donnerhacke2021-02-263-24/+150
* netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeLutz Donnerhacke2021-02-255-1/+586
* ether: add older ethertype definitions for QinQPhilip Paeps2021-02-251-0/+3
* netgraph/ng_nat: Add RFC 6598/Carrier Grade NAT supportNeel Chauhan2021-02-252-0/+3
* xen-blkback: fix leak of grant maps on ring setup failureRoger Pau Monné2021-02-231-0/+21
* MFC 1c808fcd859f: Allocate BAR for ENA MSIx vector tableMichal Krawczyk2021-02-222-1/+24
* MFC jail: Change both root and working directories in jail_attach(2)Jamie Gritton2021-02-223-5/+38
* MFC jail: Handle a possible race between jail_remove(2) and fork(2)Jamie Gritton2021-02-193-0/+25
* MFC 12148d4300db:Hans Petter Selasky2021-02-181-6/+17
* MFC 57785538c6e0d7e8ca0f161ab95bae10fd304047 andCy Schubert2021-02-1618-62/+58
* MFC 344f1083e128d8d41ca31853dac513ca3efd9d1f:Cy Schubert2021-02-161-1/+1
* MFC e673debe7db8ba95e4ee3b549d2570e71d19b596:Cy Schubert2021-02-164-15/+3
* MFC 0f34c80f376345b98a972940dd4757e58d7beb06:Cy Schubert2021-02-1611-44/+42
* MFC7071734fae6019d1e3e44daf7deb4478582081cc:Cy Schubert2021-02-097-214/+213
* MFC 4cd1807c7d2a67b633dd0c0bfde15091543a2514:Cy Schubert2021-02-0941-1016/+1010
* newvers: tweak uname to be more usefulWarner Losh2021-02-031-2/+2
* ixl: Permit 802.1ad frames to pass though the chipLutz Donnerhacke2021-02-021-0/+39
* netgraph/ng_tag: permit variable length dataLutz Donnerhacke2021-02-011-6/+4