Age | Commit message (Expand) | Author |
18 hours | During IP deliver, propagate correct address family. | Alexander Bluhm |
2024-11-08 | Use PCB iterator for raw IPv6 input loop. | Alexander Bluhm |
2024-11-05 | Replace rwlock with iterator in UDP input multicast loop. | Alexander Bluhm |
2024-10-17 | remove unneeded task.h include, missed in rev 1.67 | Jonathan Gray |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
2024-08-20 | Unlock igmp_sysctl(), pfsync_sysctl() and rip6_sysctl(). Each of them is | Vitaliy Makkoveev |
2024-08-19 | avoid uninitialised var use introduced in rev 1.63 | Jonathan Gray |
2024-08-16 | Introduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl)() handlers and | Vitaliy Makkoveev |
2024-08-12 | Run network protocol timer without kernel lock. | Alexander Bluhm |
2024-07-29 | Use shared net lock instead of exclusive when frag6 calls icmp6_error(). | Alexander Bluhm |
2024-07-26 | Run UDP input on multiple CPU in parallel. | Alexander Bluhm |
2024-07-19 | Unlock sysctl net.inet.ip.redirect and net.inet6.ip6.redirect. | Alexander Bluhm |
2024-07-14 | Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock. | Alexander Bluhm |
2024-07-13 | Previous commit broke RAMDISK_CD kernel build. Always include udp.h | Alexander Bluhm |
2024-07-13 | Do not store full IPv6 packet in common forwarding case. | Alexander Bluhm |
2024-07-12 | Remove internet PCB mutex. | Alexander Bluhm |
2024-07-09 | IPv6 forward copies small packet content on the stack. | Alexander Bluhm |
2024-07-04 | Implement IPv6 forwarding IPsec only. | Alexander Bluhm |
2024-06-20 | Read IPv6 forwarding value only once while processing a packet. | Alexander Bluhm |
2024-06-07 | Read IP forwarding variables only once. | Alexander Bluhm |
2024-06-07 | Fix slaac on P2P interfaces | Florian Obser |
2024-06-07 | remove unused defines | Jonathan Gray |
2024-05-21 | Inform user land when vltime / pltime changes. | Florian Obser |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-05-08 | Fix route leak in ip input. | Alexander Bluhm |
2024-04-21 | Implement rule 5.5 of RFC 6724 (Default Address Selection for IPv6) | Florian Obser |
2024-04-17 | Use struct ipsec_level within inpcb. | Alexander Bluhm |
2024-04-17 | Revert previous, it breaks IPv6 on loopback interfaces. | Florian Obser |
2024-04-16 | Destination addresses make no sense on loopback interfaces. | Florian Obser |
2024-04-16 | Use route cache function in IP input. | Alexander Bluhm |
2024-04-16 | Run raw IPv6 input in parallel. | Alexander Bluhm |
2024-04-14 | Run raw IP input in parallel. | Alexander Bluhm |
2024-04-12 | Split single TCP inpcb table into IPv4 and IPv6 parts. | Alexander Bluhm |
2024-04-09 | Plug route leak in IP output. | Alexander Bluhm |
2024-04-06 | IP multicast sysctl mrtmfc must not write outside of allocation. | Alexander Bluhm |
2024-03-31 | Combine route_cache() and rtalloc_mpath() in new route_mpath(). | Alexander Bluhm |
2024-03-26 | Additional length check for IPv6 reassembled fragments. | Alexander Bluhm |
2024-03-22 | Make local port which is bound during connect(2) unique per laddr. | Alexander Bluhm |
2024-02-29 | revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()" | Christian Weisgerber |
2024-02-28 | Cleanup IP input, forward, output. | Alexander Bluhm |
2024-02-27 | Combine route_cache() and rtalloc_mpath() in new route_mpath(). | Alexander Bluhm |
2024-02-22 | Make the route cache aware of multipath routing. | Alexander Bluhm |
2024-02-14 | Hide struct ip6q, struct ip6asfrag, struct ip6_moptions, | Claudio Jeker |
2024-02-13 | Merge struct route and struct route_in6. | Alexander Bluhm |
2024-02-11 | Use `sb_mtx' instead of `inp_mtx' in receive path for inet sockets. | Vitaliy Makkoveev |
2024-02-11 | Remove include netinet6/ip6_var.h from netinet/in_pcb.h. | Alexander Bluhm |
2024-02-09 | Route cache function returns hit or miss. | Alexander Bluhm |
2024-02-07 | Use the route generation number also for IPv6. | Alexander Bluhm |
2024-02-05 | Add netstat counter for route cache. | Alexander Bluhm |