Age | Commit message (Expand) | Author |
2024-07-14 | Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock. | Alexander Bluhm |
2024-06-20 | Read IPv6 forwarding value only once while processing a packet. | Alexander Bluhm |
2024-02-06 | Invert broken check of panic string in if_linkstate(). | Alexander Bluhm |
2024-02-05 | Don't send route messages while rebooting after panic. Syskaller exposed | Vitaliy Makkoveev |
2024-01-06 | Do not count packets though multicast loopback and simplex interfaces. | Alexander Bluhm |
2024-01-06 | Take net lock before kernel lock. | Alexander Bluhm |
2023-12-29 | Make loopback interface counters MP safe. | Alexander Bluhm |
2023-12-23 | Backout always allocate per-CPU statistics counters for network | Alexander Bluhm |
2023-12-22 | Always allocate per-CPU statistics counters for network interface | Vitaliy Makkoveev |
2023-11-11 | Pass constant struct sockaddr to interface lookup functions. | Alexander Bluhm |
2023-11-10 | Make ifq and ifiq interface MP safe. | Alexander Bluhm |
2023-10-27 | Forward TCP LRO disabling to parent devices. | Jan Klemkow |
2023-09-16 | Allow counters_read(9) to take an optional scratch buffer. | Martin Pieuchot |
2023-08-18 | maximium -> maximum | Jonathan Gray |
2023-07-07 | Keep mbuf header field ph_mss during loopback TCP with LRO/TSO. | Alexander Bluhm |
2023-07-07 | Fix path MTU discovery for TCP LRO/TSO when forwarding. | Alexander Bluhm |
2023-07-06 | big update to pfsync to try and clean up locking in particular. | David Gwynne |
2023-07-04 | Check for interface type ethernet before call ether_brport_isset() | Jan Klemkow |
2023-07-02 | Use TSO and LRO on the loopback interface to transfer TCP faster. | Alexander Bluhm |
2023-06-27 | Introduce M_IFGROUP type of memory allocation. M_TEMP is unreasonable | Vitaliy Makkoveev |
2023-06-12 | Move nd6_ifdetach() out of netlock. In this point, the interface is | Vitaliy Makkoveev |
2023-06-05 | Do not calculate IP, TCP, UDP checksums on loopback interface. | Alexander Bluhm |
2023-05-30 | add net_tq_barriers | David Gwynne |
2023-05-16 | Use separate IFCAPs for LRO and TSO. | Jan Klemkow |
2023-05-14 | give softnet threads unique names by suffixing softnet with their index. | David Gwynne |
2023-05-07 | I preparation for TSO in software, cleanup the fragment code. Use | Alexander Bluhm |
2023-04-26 | Introduce `rtlabel_mtx' mutex(9) to protect route labels storage. This | Vitaliy Makkoveev |
2023-04-26 | Also set TSO flag on vlan interfaces. | Jan Klemkow |
2023-04-22 | revert vlan(4) inherits TSO flags | David Gwynne |
2023-04-21 | vlan(4) inherits TSO flags | Jan Klemkow |
2023-04-18 | Remove kernel lock from ifa_ifwithaddr() and ifa_ifwithdstaddr(). | Vitaliy Makkoveev |
2023-04-18 | Document `ifnetlist' locking. | Vitaliy Makkoveev |
2023-04-08 | Move rtm_ifannounce(IFAN_DEPARTURE) outside netlock within if_detach(). | Vitaliy Makkoveev |
2023-04-07 | Remove kernel locks from the ARP input path. Caller if_netisr() | Alexander Bluhm |
2023-04-05 | ARP has a queue of packets that should be sent after name resolution. | Alexander Bluhm |
2023-03-07 | Avoid enabling TSO on interfaces which are already attached to a bridge. | Jan Klemkow |
2023-02-27 | Turn off TSO if interface is added to layer 2 devices. | Jan Klemkow |
2022-11-23 | Let nd6_if{at,de}tach() be void and take an ifp argument | Klemens Nanni |
2022-11-23 | Remove unused struct ifnet's *if_afdata[] and struct domain's dom_if{at,de}ta... | Klemens Nanni |
2022-11-23 | Add *if_nd to struct ifnet, call nd6_if{at,de}tach() directly | Klemens Nanni |
2022-11-14 | Unlock SIOCGIFG{MEMB,ATTR,LIST} | Klemens Nanni |
2022-11-14 | Unlock SIOCGIFCONF | Klemens Nanni |
2022-11-14 | Document global interface group list locking | Klemens Nanni |
2022-11-10 | bring back r1.673: replace SRP with SMR in the if_idxmap. | David Gwynne |
2022-11-09 | revert r1.673: replace SRP with SMR in the if_idxmap. | David Gwynne |
2022-11-09 | Recommit r1.669 "Unlock SIOCIFGCLONERS" | Klemens Nanni |
2022-11-09 | Push kernel lock from ifioctl() into ifioctl_get() | Klemens Nanni |
2022-11-09 | replace SRP with SMR in the if_idxmap. | David Gwynne |
2022-11-08 | Revert lock changes inside ifioctl_get() | Klemens Nanni |
2022-11-08 | Use four spaces not tabs on line break | Klemens Nanni |