summaryrefslogtreecommitdiff
path: root/sys/src/9/ip
AgeCommit message (Expand)Author
2019-02-13devip: remove unused eipconvtet.c and ptclbsum.c filescinap_lenrek
2019-02-13devip: ipv6 loopback ::1 has link-local scopecinap_lenrek
2019-02-11devip: use parseipandmask() for ipifc and route control message parsingcinap_lenrek
2019-01-27devip: tcp: Don't respond to FIN-less ACKs during TIME-WAIT (thanks Barret Rh...cinap_lenrek
2018-11-28devip: fix arpread, dont return partial entriescinap_lenrek
2018-11-18devip: fix swapped tcp snd.scale and recv.scale in tcpstate() format (thanks ...cinap_lenrek
2018-10-03devip: remove unused QLock from udp and icmpv6 control blocks (thanks brho)cinap_lenrek
2018-09-28devip: only add interface route for "on-link" prefixescinap_lenrek
2018-09-23devip, ipconfig: avoid overflow on lifetime checkscinap_lenrek
2018-09-23devip: valid and prefered life-time should be unsigned, add remove6 ctl commandcinap_lenrek
2018-09-23devip: fix default parameter calculation for router life-timecinap_lenrek
2018-09-23devip: make updating ra6 router parameters atomiccinap_lenrek
2018-08-30arp: interface address only specifies the interface, not the source address f...cinap_lenrek
2018-08-27devip: fix router adv/sol options validation (options padded to 8 bytes)cinap_lenrek
2018-08-11devip: fix multicastarp() when ipconfig assigned the 0 addresscinap_lenrek
2018-07-10devip: make il connect fail quickly when theres no routecinap_lenrek
2018-07-09devip: don't pad the tag for routing commands (fixes removing routes with < 4...cinap_lenrek
2018-06-19devip: fix flush, copy tag when replacing route entrycinap_lenrek
2018-06-14udp: fix udp checksumcinap_lenrek
2018-06-14devip: don't send arp requests from null addresscinap_lenrek
2018-06-13devip: reject incompatible multicast/interface ip address pairs for ipifcaddm...cinap_lenrek
2018-06-12devip: fix missing wunlock() for "ipifc not yet bound to device" case, don't ...cinap_lenrek
2018-06-11devip: fix use after free in ipifcremmulti()cinap_lenrek
2018-06-11devip: do not icmp reply on multicast destinationcinap_lenrek
2018-05-14devip: don't set mtu of interface to zero when not specified (thanks joe9)cinap_lenrek
2018-05-10ip: add some primitive rate limiting knobs to counteract bufferbloatcinap_lenrek
2018-04-24devip: improve arp and ndp codecinap_lenrek
2018-04-22devip: fix ipv6 icmp unreachable handling, fix retransmit, fix ifc locking, r...cinap_lenrek
2018-04-22devip: cleanup ipmux.ccinap_lenrek
2018-04-22devip: increment in counter *AFTER* acquiering the ifc lock or loopbackmediumcinap_lenrek
2018-04-22devip: cleanup rudp.ccinap_lenrek
2018-04-22devip: cleanup tcp.ccinap_lenrek
2018-04-22devip: cleanup udp.ccinap_lenrek
2018-04-22devip: various icmp stuffcinap_lenrek
2018-04-22devip: verify ifcid on routehint check, check Route.ref for free'd routescinap_lenrek
2018-04-19devip: add "reflect" ctl message, fix memory leaks in icmpv6, fix source addr...cinap_lenrek
2018-04-11devip: make v4 ifc broadcast and multicast routes specific to addresscinap_lenrek
2018-04-10devip: properly initialize the connection ignoreadvice and tos flagscinap_lenrek
2018-04-08devip: implement source specific routingcinap_lenrek
2018-03-19devip: pick source address for neighbor solicitations as of rfc4861 7.2.2, cl...cinap_lenrek
2018-03-18devip: more v6 improvementscinap_lenrek
2018-02-25kernel: properly handle bad attach specifierscinap_lenrek
2018-02-25devip: fix crash on negative dev id on attachcinap_lenrek
2018-01-22ip: make pkt interfaces unbind on close (from inferno)cinap_lenrek
2018-01-20gre: don't drop pptp packets when smaller than v4 headercinap_lenrek
2018-01-16set router R-flag when sendra is active for neighbor advertisementcinap_lenrek
2017-12-23kernel: remove Ipifc.mbps, unused.cinap_lenrek
2017-12-09devether: remove duplicated parseether() implementation (pull from libip)cinap_lenrek
2017-01-12kernel: add "close" ctl message for tcp connection to gracefully hang up a co...cinap_lenrek
2016-11-16ip/tcp: never raise the mss over the link mtu < 1280 for v6cinap_lenrek