summaryrefslogtreecommitdiff
path: root/sys/src/9
AgeCommit message (Expand)Author
2018-03-07usbehci: catch interrupt in tsleepaiju
2018-03-06usbehci: add uframes control request to return uframes one at a timeaiju
2018-03-05usbehci: fix medium- to low quality highspeed isochronous transferscinap_lenrek
2018-02-25devloopback: reassign device letter from #X to #λ to avoid collision with de...cinap_lenrek
2018-02-25kernel: properly handle bad attach specifierscinap_lenrek
2018-02-25devether: remove (unimplemented) detach, allow device creation on attachcinap_lenrek
2018-02-25devip: fix crash on negative dev id on attachcinap_lenrek
2018-02-25ns, devproc: quote path and spec arguments for /proc/$pid/ns, namespace(6) do...cinap_lenrek
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-18kernel: fix missing header dependency for ethersink.$Ocinap_lenrek
2018-02-16audiohda: add device id for x260's Intel Sunrise Point-LP. (thanks rodri)cinap_lenrek
2018-02-12if ether, then etherif.hcinap_lenrek
2018-02-12ethersink: after the experiment, the zeros get dismantled. and then destroyed.cinap_lenrek
2018-02-11ethersink: provide promisc and multicast functions for v6, set out queue limi...cinap_lenrek
2018-02-11kernel: move devether and wifi to port/cinap_lenrek
2018-02-10zynq: fix 10BASE-T and 100BASE-TX supportaiju
2018-02-07usbxhci: fix mistake in completering()cinap_lenrek
2018-01-29pc64: fix kmap() and invlpg()cinap_lenrek
2018-01-27kernel: initialize cyclefreq for machno > 0 in guesscpuhz()cinap_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
2018-01-13ether79c970: dont disable promisc mode when multicast table is not emptycinap_lenrek
2018-01-13ether82557: don't turn off promisc mode when mcast table is not emptycinap_lenrek
2018-01-12wifi: learn target ip address from neighbor advertisements in dmat proxycinap_lenrek
2018-01-12wifi: filter out loopback traffic from myselfcinap_lenrek
2018-01-08ether8169: deal with kernel memory exhautioncinap_lenrek
2018-01-05stats: show amount of reclaimable pages (add -r flag)cinap_lenrek
2018-01-04pc kernel: fix wrong simd exception mask (fixes go bootstrap)cinap_lenrek
2017-12-31wifi: get rid of custom hextob() routine, use dec16(), avoid copies in parsek...cinap_lenrek
2017-12-29usbxhci: add missing pexit() in xhcirecover proc (thanks sam-d)cinap_lenrek
2017-12-29wifi: revert rate adoption divider, breaks arpunks wificinap_lenrek
2017-12-28devtls, devssl: avoid ~0UL comparsion (from drawterm)cinap_lenrek
2017-12-28devmnt: use u32int for tagmask, simplify alloctag()cinap_lenrek
2017-12-28wifi: don't implicitely update lastseen timestamp on nodelookup()cinap_lenrek
2017-12-28etheriwl, etherwpi: limit transmit queue buffer bloat to 48k (at 22Mbit ≅ 2...cinap_lenrek
2017-12-28wifi: don't assume Wifi.rates[] is sorted, return net data rate for mbps (50%...cinap_lenrek
2017-12-23devvga: removing #v/vgabios, use /dev/realmodemem insteadcinap_lenrek
2017-12-23kernel: convert textmode cga screen contents to kmesg only oncecinap_lenrek
2017-12-23kernel: remove Ipifc.mbps, unused.cinap_lenrek
2017-12-19ether8169: add Macv45 for RTL8111HN, rename Macv45 -> Macv42 (thanks qeed, sa...cinap_lenrek
2017-12-18devether: dont forward loopback packets on bridgescinap_lenrek
2017-12-18devbridge: disable write blocking on ethernetscinap_lenrek
2017-12-17pc, pc64: add devbridge to kernel configurationcinap_lenrek
2017-12-17devbridge: fix mss clampingcinap_lenrek
2017-12-17wifi: use protocol constants from ip/ip.h and ip/ipv6.h for dmatproxy()cinap_lenrek
2017-12-16wifi: matt damon wifi bridging supportcinap_lenrek
2017-12-15ether: allow spoofing of source mac address for bridges; used by vmxcinap_lenrek
2017-12-09devether: remove duplicated parseether() implementation (pull from libip)cinap_lenrek
2017-12-03devvga: properly handle physical screen size and panningcinap_lenrek