index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
ip
Age
Commit message (
Expand
)
Author
2018-02-25
kernel: properly handle bad attach specifiers
cinap_lenrek
2018-02-25
devip: fix crash on negative dev id on attach
cinap_lenrek
2018-01-22
ip: make pkt interfaces unbind on close (from inferno)
cinap_lenrek
2018-01-20
gre: don't drop pptp packets when smaller than v4 header
cinap_lenrek
2018-01-16
set router R-flag when sendra is active for neighbor advertisement
cinap_lenrek
2017-12-23
kernel: remove Ipifc.mbps, unused.
cinap_lenrek
2017-12-09
devether: remove duplicated parseether() implementation (pull from libip)
cinap_lenrek
2017-01-12
kernel: add "close" ctl message for tcp connection to gracefully hang up a co...
cinap_lenrek
2016-11-16
ip/tcp: never raise the mss over the link mtu < 1280 for v6
cinap_lenrek
2016-11-15
ip: get rid of update_mtucache() and restrict_mtu() prototypes
cinap_lenrek
2016-11-15
ip/pktmedium: no mintu, no maclen... thi is ip packets
cinap_lenrek
2016-11-15
ip/pktmedium: fix wrong hsize, theres no ethernet header on packet media
cinap_lenrek
2016-11-15
ip/tcp: only calculae mss from interface mtu when directly reachable for v6
cinap_lenrek
2016-11-08
kernel/ip: fix typo (rfc -> ifc)
cinap_lenrek
2016-11-08
gre: check nil for pullupblock()
cinap_lenrek
2016-11-08
kernel/ip: remove nil checks for allocb() and padblock()
cinap_lenrek
2016-11-07
ip: always pass a single block to Medium.bwrite(), avoid concatblock() calls ...
cinap_lenrek
2016-11-07
ip/nullmedium: free passed block in nullbwrite()
cinap_lenrek
2016-11-07
ip/tcp: remove useless nil checks for padblock() and allocb() return value
cinap_lenrek
2016-10-23
ip: simplify code as packblock() and concatblock() will never error
cinap_lenrek
2016-10-23
devip: simplify ipbwrite() by using retun value of qbwrite()
cinap_lenrek
2016-10-23
ip/icmp: only reply to echo request when directed to us and source is unicast
cinap_lenrek
2016-09-11
kernel: replace various custom random iv buffer filling functions with calls ...
cinap_lenrek
2016-08-27
ip/esp: allocate cipher states in secret memory
cinap_lenrek
2016-08-14
ip/il: dont attept to connect over IPv6, IL only supports IPv4 packets
cinap_lenrek
2016-05-05
kernel: fix cb->f[0] nil dereferences due to short control request
cinap_lenrek
2016-03-28
devip: applying changes for bug: multicasts_and_udp_buffers
cinap_lenrek
2016-03-12
devip: handle ignoreadvice flag for all protocols
cinap_lenrek
2016-02-21
fix ipv6 icmphostunr() locking and memory free bugs (from sources)
cinap_lenrek
2016-02-12
ip/chandial: fail with Ebadarg instead of printing memory contents
ftrvxmtrx
2016-01-07
format pointer subtraction results with %zd instead of %ld (for long -> intpt...
cinap_lenrek
2015-09-27
devip: declare cleanarpent() static
cinap_lenrek
2015-09-27
devip: various bugfixes and cleanups for arp code
cinap_lenrek
2015-09-02
tcp: fix mtu on server sockets again (thans mycroftix)
cinap_lenrek
2015-09-01
libsec: remove flawed aes() digest and hmac_aes() implementations (thanks aiju)
cinap_lenrek
2015-06-09
ip: fix wrong radix for iphash() (thanks yoann padioleau)
cinap_lenrek
2015-05-14
tcp: fix loopback slowness issue / set tcb->mss for incoming connections (tha...
cinap_lenrek
2014-12-21
ip: exclude "don't fragment" bit from ipv4 reassembly test
cinap_lenrek
2014-11-13
ip: implement "hangup" ctl for udp protocol
cinap_lenrek
2014-09-21
devip: sanity check Nchan in Fsproto()
cinap_lenrek
2014-09-21
devip: print protocol name in garbage collection notification
cinap_lenrek
2014-08-26
ip: set arp entry for own v6 address when not tentative
cinap_lenrek
2014-08-21
ip: fix memory leak in ipicadd6()
cinap_lenrek
2014-08-12
ip: fix missed unlocks and waserror handlers
cinap_lenrek
2014-06-08
kernel: remove Block refcounting (thanks erik)
cinap_lenrek
2014-04-12
icmp: use snprint, add more unreachable error messages (from erik quanstro)
cinap_lenrek
2014-02-03
ipmux: fix 6c complaints
cinap_lenrek
2013-11-22
kernel: more kproc pexit() and sleep error handling
cinap_lenrek
2013-07-21
apply erik quanstros tcp-bdp patch (from sources)
cinap_lenrek
2013-06-17
ip/ethermedium: drop short packets instead of producing negative size blocks
cinap_lenrek
[next]