aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* iflib: actually disable simple_tx when ALTQ is in useAndrew Gallatin25 hours1-0/+1
* iflib: Initialize the VFLR task unconditionallyKevin Bowling25 hours1-1/+1
* iflib: Add an admin task detach fail pointKevin Bowling26 hours1-0/+11
* iflib: Drain configuration tasks before interface detachNick Price26 hours1-0/+7
* iflib: Add registration failure injection pointsKevin Bowling26 hours1-0/+46
* iflib: Complete registration failure cleanupKevin Bowling26 hours2-33/+111
* iflib: Fix several memory handling issues around iflib_encap()Andrew Gallatin28 hours1-22/+28
* routing: Fix table sizesDag-Erling Smørgrav47 hours1-9/+9
* iflib: Allow conditional LED device supportKevin Bowling3 days2-1/+11
* iflib: Create led(4) devicesKevin Bowling4 days1-0/+7
* iflib: Defer LED control to the device taskqueueKevin Bowling4 days1-3/+32
* SYSINIT: add explicit SI_ORDER_LASTGleb Smirnoff4 days1-1/+1
* net: Revert the ioctl SR-IOV VF status interfaceKevin Bowling5 days5-268/+11
* net: Add ifmedia support for 10GBase-BX BiDiKevin Bowling5 days1-0/+3
* if_ovpn: free crp, mbuf, and release refcount on crypto_dispatch() failureLuisCastellanos-dev5 days1-0/+6
* iflib: Support recoverable initialization failureKevin Bowling6 days2-6/+48
* iflib: Avoid locking for unsupported VF status queriesKevin Bowling7 days1-0/+17
* ifconfig: Use nvlist to report SR-IOV VF statusKevin Bowling7 days5-39/+240
* ifconfig: Add SR-IOV VF status outputEric Joyner7 days3-0/+39
* iflib: Add sysctl stat for TX watchdog reset eventsKevin Bowling8 days1-2/+5
* net: don't panic on ifconfig pfsync0 mtu 9000Kristof Provost8 days1-1/+3
* iflib: Permit SR-IOV configuration on a down interfaceKevin Bowling9 days1-11/+11
* iflib: clear the deferred TX descriptor state when a queue is stoppedAlexander Leidinger11 days1-0/+2
* iflib: remove the unused TX queue state machineAlexander Leidinger11 days1-20/+1
* iflib: restore TX watchdog functionalityAlexander Leidinger11 days1-26/+107
* sys/socket.h: Fix AF_MAXDag-Erling Smørgrav12 days4-6/+6
* if_gif: Add netlink support with testsPouria Mousavizadeh Tehrani2026-07-311-34/+270
* if_gre(4): Fix link state announcement in SIOCDIFPHYADDRPouria Mousavizadeh Tehrani2026-07-301-2/+1
* if_gre(4): Fix races by changing initialization order and locksPouria Mousavizadeh Tehrani2026-07-302-37/+62
* if_vxlan(4): Fix panic by validating unused drvspec valuesPouria Mousavizadeh Tehrani2026-07-301-1/+2
* routing: Remove unused rib_head membersPouria Mousavizadeh Tehrani2026-07-301-4/+2
* iflib: Add restart transactions for IOV reconfigurationKevin Bowling2026-07-302-0/+55
* netlink: Add RTA_PREFSRC supportPouria Mousavizadeh Tehrani2026-07-282-3/+5
* routing: Limit enumeration of ifas to fib in rt_getifa_fibPouria Mousavizadeh Tehrani2026-07-281-2/+1
* if_geneve: Ensure there is no mbuf leak if EAFNOSUPPORTPouria Mousavizadeh Tehrani2026-07-221-0/+1
* if_geneve: Fix mbuf leak on ip_ecn_egressPouria Mousavizadeh Tehrani2026-07-201-16/+5
* net/if.c: Add fib-aware ifa_ifwithaddr()Pouria Mousavizadeh Tehrani2026-07-202-6/+25
* iflib: Remove an unused field from struct iflib_rxqMark Johnston2026-07-151-1/+0
* routing: Include <sys/eventhandler.h> in nhop_ctl.hPouria Mousavizadeh Tehrani2026-07-131-0/+1
* routing: Replace unreachable nhops in nhgrpPouria Mousavizadeh Tehrani2026-07-113-8/+74
* routing: Subscribe nhops to ifnet link eventsPouria Mousavizadeh Tehrani2026-07-114-12/+69
* lagg: re-check port caps after bringing up a portAndrew Gallatin2026-07-081-0/+2
* if_epair: support IFCAP_MEXTPGKristof Provost2026-07-081-1/+6
* if_bridge: Remove unused disable parameter in bridge_stopAcesp252026-07-071-5/+5
* if_ovpn: Fix memory leak in VNET during unloadPouria Mousavizadeh Tehrani2026-07-061-8/+12
* netinet6: cleanse safeguards against IFT_PFLOGGleb Smirnoff2026-06-291-5/+0
* loopback: use new names for checksum offloading flagsTimo Völker2026-06-291-6/+5
* pflog: create bpf tapping points without ifnet(9)Kristof Provost2026-06-281-0/+2
* loopback: improve checksum offloadingTimo Völker2026-06-281-36/+6
* iflib: handle transient errors from isc_txd_encap()Andrew Gallatin2026-06-231-2/+5