aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* iflib: Unlock ctx lock around call to ether_ifattach()Przemyslaw Lewandowski2023-07-201-0/+6
* if_bridge: fix potential panicKristof Provost2023-07-091-1/+3
* ether_demux: Defer stripping the Ethernet header.John Baldwin2023-06-281-7/+4
* if_stf: Delete unreachable codeZhenlei Huang2023-05-171-6/+0
* net/pfkeyv2.h: fix typo, meNberKonstantin Belousov2023-05-131-1/+1
* bridge: Log MAC address port flappingZhenlei Huang2023-04-211-2/+29
* lagg(4): Correctly define some sysctl variablesZhenlei Huang2023-04-211-6/+6
* vnet: Fix a typo in a source code commentZhenlei Huang2023-04-211-1/+1
* infiniband: Opt-in for net epochZhenlei Huang2023-04-211-2/+7
* bridge: Try to make the GRAB_OUR_PACKETS macro a bit more readableMark Johnston2023-04-191-27/+22
* if_epair: also remove vlan metadata from mbufsKristof Provost2023-04-181-0/+6
* netisr: Remove the now-unused NETISR_EPAIR queue indexMark Johnston2023-04-121-1/+0
* infiniband: Widen NET_EPOCH coverageZhenlei Huang2023-04-102-6/+3
* lagg(4): Tap traffic after protocol processingZhenlei Huang2023-04-101-10/+14
* lacp: Use C99 bool for boolean return valueZhenlei Huang2023-04-103-31/+24
* lagg(4): Do not enter net epoch recursivelyZhenlei Huang2023-04-101-18/+5
* lagg(4): Refactor out some lagg protocol input routines into a default oneZhenlei Huang2023-04-101-43/+21
* lagg(4): Make lagg_list and lagg_detach_cookie staticZhenlei Huang2023-04-101-2/+2
* lagg: Various style fixesZhenlei Huang2023-04-102-24/+23
* routing: add public rt_is_exportable() version to check ifAlexander V. Chernikov2023-04-093-25/+30
* routing: fix panic when adding an interface route to the p2p interfaceAlexander V. Chernikov2023-04-081-1/+1
* netlink: add rtsock-compatible header to use with netlink snl(3).Alexander V. Chernikov2023-04-081-0/+7
* if_epair: Use ANSI C definitionLi-Wen Hsu2023-03-221-2/+2
* epair: Remove unneeded includes and sort some of the restMark Johnston2023-03-201-4/+2
* epair: Fix the RSS buildMark Johnston2023-03-141-1/+1
* epair: Simplify the transmit path and address lost wakeupsMark Johnston2023-03-131-83/+79
* epair: Avoid loading m_flags into a shortMark Johnston2023-03-131-41/+54
* vnet: Make vnet_sys[un]init() staticZhenlei Huang2023-02-282-8/+8
* netlink: fix NOINET6 build.Alexander V. Chernikov2023-02-271-0/+4
* netlink: fix addition of blackhole/reject routes.Alexander V. Chernikov2023-02-271-0/+23
* netinet6: Fix mbuf leak in NDPArseny Smalyuk2023-02-202-5/+40
* fibs: restrict jail_attach(2) if process fibnum >= numfibs in the jail.Alexander V. Chernikov2023-02-201-0/+34
* routing: always pass rtentry to add_route_flags().Alexander V. Chernikov2023-02-181-1/+13
* bridge: Make the ioctl table local to if_bridge.cMark Johnston2023-02-161-2/+2
* iflib: Add null check to iflib_stop()Przemyslaw Lewandowski2023-02-071-2/+3
* bridge: Fix whitespaceMark Johnston2023-02-061-7/+7
* pf: fix syncookies in conjunction with tcp fast port reuseKristof Provost2023-01-281-0/+1
* Add device and ifnet logging methods, similar to device_printf / if_printfAdrian Chadd2023-01-242-3/+24
* nhop: hash ifnet pointer instead of if_indexGleb Smirnoff2023-01-231-18/+12
* if_clone: rework cloning KPIAlexander V. Chernikov2023-01-232-88/+215
* net: add if_allocdescr() to permit updating iface description from the kernelAlexander V. Chernikov2023-01-232-2/+9
* ifp: add if_setdescr() / if_freedesrt() methodsAlexander V. Chernikov2023-01-232-9/+23
* netlink: add interface notification on link status / flags change.Alexander V. Chernikov2023-01-236-9/+39
* netlink: store user-provided rtm_protocolAlexander V. Chernikov2023-01-231-0/+1
* netlink: add netlink supportAlexander V. Chernikov2023-01-233-0/+60
* debugnet: remove spurious message on bootFranco Fichtner2023-01-231-0/+3
* if_ipsec(4): handle situations where there are no policy or SADB entry for ifKonstantin Belousov2023-01-221-0/+6
* if_ipsec(4): protect against user supplying unknown address familyKonstantin Belousov2023-01-221-2/+12
* routing: Use NET_EPOCH_[CALL|WAIT] macrosZhenlei Huang2023-01-197-16/+9
* routing: unbreak the build of a bunch of kernelsMateusz Guzik2023-01-131-0/+1