aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* divert(4): make it compilable and working without INETGleb Smirnoff2022-08-302-10/+21
* divert(4): maintain own cb database and stop using inpcb KPIGleb Smirnoff2022-08-301-180/+130
* divert(4): provide statisticsGleb Smirnoff2022-08-302-20/+32
* protosw: cleanup protocols that existed merely to provide pr_inputGleb Smirnoff2022-08-307-219/+49
* divert: declare PF_DIVERT domain and stop abusing PF_INETGleb Smirnoff2022-08-306-39/+41
* ucom(4): Make sure the open routine is executed synchronously.Dave Baukus2022-08-301-2/+2
* umodem(4): Clear stall at every open.Hans Petter Selasky2022-08-301-8/+14
* tcp: remove a dead code leftover from T/TCP,Gleb Smirnoff2022-08-301-10/+0
* divert: merge div_output() into div_send()Gleb Smirnoff2022-08-301-24/+12
* domains: merge domain_init() into domain_add()Gleb Smirnoff2022-08-302-67/+11
* domains: use queue(9) SLIST for linked list of domainsGleb Smirnoff2022-08-305-24/+16
* domains: init pr_domain in pr_init()Gleb Smirnoff2022-08-301-7/+6
* mbufs: isolate max_linkhdr and max_protohdr handling in the mbuf codeGleb Smirnoff2022-08-305-44/+52
* routing: constantify @rc in rib_decompose_notification().Alexander V. Chernikov2022-08-294-7/+7
* devstat: Remove DTrace io probes lacking a BIO referenceMark Johnston2022-08-291-10/+0
* Revert "routing: install prefix and loopback routes using new nhop-based KPI."Alexander V. Chernikov2022-08-295-208/+174
* rb_tree: avoid extra reads in rebalancingDoug Moore2022-08-292-39/+52
* routing: improve multiline debugAlexander V. Chernikov2022-08-296-57/+59
* routing: extend nhop(9) kpiAlexander V. Chernikov2022-08-297-42/+102
* routing: fix rib_add_route_px()Alexander V. Chernikov2022-08-291-17/+3
* routing: add ability to store opaque indentifiers in nhops/nhgsAlexander V. Chernikov2022-08-299-11/+41
* routing: make rib_add_redirect() use new nhop-based KPIAlexander V. Chernikov2022-08-292-27/+24
* routing: make IPv6 defrouter code use new nhop-based KPI.Alexander V. Chernikov2022-08-291-39/+24
* routing: add rib_add_default_route() wrapperAlexander V. Chernikov2022-08-292-2/+58
* routing: install prefix and loopback routes using new nhop-based KPI.Alexander V. Chernikov2022-08-295-174/+210
* mana: Fix a couple i386 build errorsWei Hu2022-08-291-0/+6
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-08-291-1/+1
* mana: some code refactoring and export apis for future RDMA driverWei Hu2022-08-295-31/+311
* nfscl: Fix setup of Sequence when all slots marked badRick Macklem2022-08-281-1/+0
* nfscl: Add a console message for session recoveryRick Macklem2022-08-281-0/+4
* USB id of yet another Lenovo USB-C ethernet dongle.Poul-Henning Kamp2022-08-282-0/+2
* tcp: fix stats counter for SYN_RCVD state when TCP-FO is usedMichael Tuexen2022-08-281-0/+1
* rb_tree: fine-tune RB_REMOVEDoug Moore2022-08-281-30/+29
* nfsd: Update console message for no session foundRick Macklem2022-08-281-2/+5
* nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSIONRick Macklem2022-08-271-0/+2
* Revert "nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION"Rick Macklem2022-08-271-3/+0
* pf: do not block new Ethernet rules for in-progress transactionsKristof Provost2022-08-271-5/+0
* nat64: fix whitespace damage in callout callsMateusz Guzik2022-08-271-2/+2
* LinuxKPI 802.11: change type of bssid in struct ieee80211_bss_confBjoern A. Zeeb2022-08-272-2/+14
* bhnd(4): Correct a typo in a source code commentGordon Bergling2022-08-271-1/+1
* usb(4): Quirk for non-compliant USB devices.Hans Petter Selasky2022-08-271-0/+10
* u3g(4): Add more USB IDs.Hans Petter Selasky2022-08-262-0/+28
* soo_stat: Ensure error is always initialized.John Baldwin2022-08-261-1/+1
* efi: Create a define for memory descriptor versionWarner Losh2022-08-261-0/+2
* domains: use struct domain as argumentGleb Smirnoff2022-08-262-10/+6
* Fix compat10 semaphore interface racefirk2022-08-261-10/+14
* sockets: for stat(2) on a socket don't report hiwat as block sizeGleb Smirnoff2022-08-262-14/+2
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-08-261-17/+53
* nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSIONRick Macklem2022-08-261-0/+3
* nfscl: Fix handling of a bad session slot (NFSv4.1/4.2)Rick Macklem2022-08-261-1/+1