Age | Commit message (Expand) | Author |
2022-11-20 | devip: lilu dallas multicast. | cinap_lenrek |
2022-11-20 | icmp6: no need set vcf and ttl before ipoput6(), use MAXTTL instead of HOP_LIMIT | cinap_lenrek |
2022-11-02 | kernel: Do not treat IPv6 ULA's as GUA's (thanks Arne Meyer) | Jacob Moody |
2022-10-08 | devip: use port/netif.h constants for ethermedium | cinap_lenrek |
2022-09-28 | devip: get rid of Ipifc.mintu | cinap_lenrek |
2022-09-28 | arp: move arp expire logic into own function | cinap_lenrek |
2022-09-27 | arp: don't leak data in the padding of arp replies | cinap_lenrek |
2022-09-27 | arp: make sure arpresolve() only returns single packet | cinap_lenrek |
2022-09-25 | devip: fix ipv6 mss clamping | cinap_lenrek |
2022-09-18 | tcpmssclamp: pass correct size tcpmssclamp() | cinap_lenrek |
2022-09-18 | devip: less stupid hnputs_csum() | cinap_lenrek |
2022-09-17 | tcpmssclamp: only check the first ipv4 fragment for tcp header | cinap_lenrek |
2022-09-17 | devip: do tcp mss clamping when forwarding packets | cinap_lenrek |
2022-09-03 | devip: make Rproxy flag explicit | cinap_lenrek |
2022-09-03 | devip: replicate the nat-flag (Rtrans) when superceding interface route | cinap_lenrek |
2022-03-14 | ip(3): use flags instead of tag for 8 column route add/remove | cinap_lenrek |
2022-03-13 | devip: allow setting the "trans" flag on a logical interface | cinap_lenrek |
2022-03-12 | devip: implement network address translation routes | cinap_lenrek |
2022-02-16 | devip: dont hold ifc wlock during medium bind/unbind | cinap_lenrek |
2021-10-11 | devip: improve tcp error handling for ipoput | cinap_lenrek |
2021-10-11 | devip: add comment to ip.h explaining Routehint struct | cinap_lenrek |
2021-10-10 | devip: properly rlock() the routelock for v4lookup() and v6lookup() | cinap_lenrek |
2021-10-10 | devip: use top bit (type) | subnet-id for V6H() route hash macro | cinap_lenrek |
2021-10-09 | devip: cache arp entry in Routehint | cinap_lenrek |
2021-10-03 | devip: use better hashipa() macro, use RWlock for arp cache | cinap_lenrek |
2021-09-26 | devip: implement ipv4 arp timeout with icmp host unreachable notification | cinap_lenrek |
2020-06-07 | devip: implement ipv6 support in ipmux packet filter | cinap_lenrek |
2020-06-07 | devip: fix parseipmask() prototype in ip.h | cinap_lenrek |
2020-06-06 | devip: pick less surprising interface address in header for incoming UDP packets | cinap_lenrek |
2020-05-10 | devip: fix ifc recursive rlock() deadlock | cinap_lenrek |
2020-01-05 | devip: fix packet loss when interface is wlocked | cinap_lenrek |
2019-11-10 | devip: use the routing table for local source ip address selection | cinap_lenrek |
2019-09-21 | devip: fix permission checking | cinap_lenrek |
2019-05-22 | devip: if the server does not support TCP ws option, disable window scaling (... | cinap_lenrek |
2019-05-12 | devip: do not lock selftab in ipselftabread(), remove unused fields from Ipself | cinap_lenrek |
2019-05-11 | devip: reset speed and delay on bind, adjust burst on mtu change, ifc->m nil ... | cinap_lenrek |
2019-05-11 | devip: make sure ifc is bound in add6 ctl command | cinap_lenrek |
2019-05-11 | devip: remove unused c->car qlock, avoid potential deadlock in ipifcregisterp... | cinap_lenrek |
2019-05-11 | devip: avoid media bind/unbind kproc reader startup race, simplify etherbind | cinap_lenrek |
2019-04-14 | devip: reject bad numeric ports (such as 9fs -> 9) | cinap_lenrek |
2019-03-07 | devip: ignore the evil bit in fragment info field | cinap_lenrek |
2019-03-07 | devip: ignore icmp advise about laggard fragments | cinap_lenrek |
2019-03-04 | devip: ignore reserved fragment offset bits | cinap_lenrek |
2019-03-04 | devip: handle packet too big advise for icmp6, remove fragment header | cinap_lenrek |
2019-03-04 | devip: use common code in icmp for handling advise | cinap_lenrek |
2019-03-04 | devip: zero fragment offset after reassembly, remove tos magic, cleanup | cinap_lenrek |
2019-03-04 | devip: fix fragment forwarding | cinap_lenrek |
2019-03-03 | devip: simplify ip reassembly functions, getting rid of Ipfrag.hlen | cinap_lenrek |
2019-03-03 | devip: fix block list handling for icmp/icmp6, use proper MinAdvise for icmp6 | cinap_lenrek |
2019-03-03 | devip: fix ip fragmentation handling issues with header options | cinap_lenrek |