summaryrefslogtreecommitdiff
path: root/sys/src/9/ip
AgeCommit message (Expand)Author
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
2016-11-15ip: get rid of update_mtucache() and restrict_mtu() prototypescinap_lenrek
2016-11-15ip/pktmedium: no mintu, no maclen... thi is ip packetscinap_lenrek
2016-11-15ip/pktmedium: fix wrong hsize, theres no ethernet header on packet mediacinap_lenrek
2016-11-15ip/tcp: only calculae mss from interface mtu when directly reachable for v6cinap_lenrek
2016-11-08kernel/ip: fix typo (rfc -> ifc)cinap_lenrek
2016-11-08gre: check nil for pullupblock()cinap_lenrek
2016-11-08kernel/ip: remove nil checks for allocb() and padblock()cinap_lenrek
2016-11-07ip: always pass a single block to Medium.bwrite(), avoid concatblock() calls ...cinap_lenrek
2016-11-07ip/nullmedium: free passed block in nullbwrite()cinap_lenrek
2016-11-07ip/tcp: remove useless nil checks for padblock() and allocb() return valuecinap_lenrek
2016-10-23ip: simplify code as packblock() and concatblock() will never errorcinap_lenrek
2016-10-23devip: simplify ipbwrite() by using retun value of qbwrite()cinap_lenrek
2016-10-23ip/icmp: only reply to echo request when directed to us and source is unicastcinap_lenrek
2016-09-11kernel: replace various custom random iv buffer filling functions with calls ...cinap_lenrek
2016-08-27ip/esp: allocate cipher states in secret memorycinap_lenrek
2016-08-14ip/il: dont attept to connect over IPv6, IL only supports IPv4 packetscinap_lenrek
2016-05-05kernel: fix cb->f[0] nil dereferences due to short control requestcinap_lenrek
2016-03-28devip: applying changes for bug: multicasts_and_udp_bufferscinap_lenrek
2016-03-12devip: handle ignoreadvice flag for all protocolscinap_lenrek
2016-02-21fix ipv6 icmphostunr() locking and memory free bugs (from sources)cinap_lenrek
2016-02-12ip/chandial: fail with Ebadarg instead of printing memory contentsftrvxmtrx
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2015-09-27devip: declare cleanarpent() staticcinap_lenrek
2015-09-27devip: various bugfixes and cleanups for arp codecinap_lenrek
2015-09-02tcp: fix mtu on server sockets again (thans mycroftix)cinap_lenrek
2015-09-01libsec: remove flawed aes() digest and hmac_aes() implementations (thanks aiju)cinap_lenrek
2015-06-09ip: fix wrong radix for iphash() (thanks yoann padioleau)cinap_lenrek
2015-05-14tcp: fix loopback slowness issue / set tcb->mss for incoming connections (tha...cinap_lenrek
2014-12-21ip: exclude "don't fragment" bit from ipv4 reassembly testcinap_lenrek
2014-11-13ip: implement "hangup" ctl for udp protocolcinap_lenrek
2014-09-21devip: sanity check Nchan in Fsproto()cinap_lenrek
2014-09-21devip: print protocol name in garbage collection notificationcinap_lenrek
2014-08-26ip: set arp entry for own v6 address when not tentativecinap_lenrek
2014-08-21ip: fix memory leak in ipicadd6()cinap_lenrek
2014-08-12ip: fix missed unlocks and waserror handlerscinap_lenrek
2014-06-08kernel: remove Block refcounting (thanks erik)cinap_lenrek
2014-04-12icmp: use snprint, add more unreachable error messages (from erik quanstro)cinap_lenrek
2014-02-03ipmux: fix 6c complaintscinap_lenrek
2013-11-22kernel: more kproc pexit() and sleep error handlingcinap_lenrek
2013-07-21apply erik quanstros tcp-bdp patch (from sources)cinap_lenrek
2013-06-17ip/ethermedium: drop short packets instead of producing negative size blockscinap_lenrek