openbsd
2016-07-21 reykAdd basic support for OpenFlow 1.3 PACKET_IN+PACKET_OUT,
2016-07-21 jmczap trailing whitespace;
2016-07-21 mikebRemove a few debugging leftovers
2016-07-21 claudioRemove a fatal() in peer_up when the local addrs of...
2016-07-21 claudioAdd AF_UNIX support to tcpbench and also make it possib...
2016-07-21 krwUse explicit idiom when testing the result of strcmp...
2016-07-21 reyklong to uint32_t port
2016-07-21 reykWith uint32_t ports, we cannot sneak the port into...
2016-07-21 stspMake rtwn(4) and urtwn(4) respect the RTS threshold...
2016-07-21 reykTurn ofp*_debug functions into ofp*_validate functions...
2016-07-21 deraadt2004 privsep caused "tcpdump -r" to became a priviledge...
2016-07-21 jsgset and clear the 10baseT bit in statchg
2016-07-21 dtuckerSkip passwords longer than 1k in length so clients...
2016-07-20 reykfix typos in comments
2016-07-20 reykpledge switchctl
2016-07-20 reykpledge(2) all the switchd processes.
2016-07-20 krwPlug potential leak of device list.
2016-07-20 bennos/sudo/doas/
2016-07-20 reykHandle ports as uint32_t instead of in_port_t: OpenFlow...
2016-07-20 reykParse and print OpenFlow 1.3 PACKET_IN and OXM (Openflo...
2016-07-20 bluhmTo tune the TCP SYN cache we need more information...
2016-07-20 krwUse more compact idiom to select architecture dependent...
2016-07-20 deraadtShrink priv_write_file() API so that it does less,...
2016-07-20 deraadtAs a general rule, fchown before fchmod is a safer...
2016-07-20 vgrossSplit in6_selectsrc() into a low-level part and a pcb...
2016-07-20 stspDisable the beacon filter in iwm(4). This allows beacon...
2016-07-20 stspMake the iwn(4) LED flash 10 times slower in monitor...
2016-07-20 stspIn net80211, enable RTS for frames above a particular...
2016-07-20 jmcstrip back openssl ciphers:
2016-07-20 reykUpdate OpenFlow 1.3 stub based on the 1.0 code.
2016-07-20 reykFix dependencies of generated map files.
2016-07-20 schwarzetag_signal() is dead; from LLVM via Christos Zoulas
2016-07-20 reykWhen parsing the configuration. initialize the auth...
2016-07-20 jsgAdd a -n flag to check the configuration and exit....
2016-07-20 naddyDo not clobber the global jump_host variables when...
2016-07-20 stspBring iwn_update_htprot() back, so iwn(4) will properly...
2016-07-20 stspUnbreak ural(4), which had been dropping frames on...
2016-07-20 mpiATI controllers seem to need the same workaround as...
2016-07-20 bluhmMake the size for the syn cache hash array tunable...
2016-07-20 yasuokaFix typo
2016-07-19 bluhmPlug an mbuf leak in the error path of tcp signature...
2016-07-19 jmcstrip back openssl ca: in particular remove some excess...
2016-07-19 reykThe -DNAME=switch flag is an artifact from the PoC...
2016-07-19 reykCorrectly use ssize_t instead of size_t for read/write...
2016-07-19 reykRemove unused variable
2016-07-19 reykA bit of cleanup and style changes. ofcconn needs more...
2016-07-19 reykL2 tun is tap now
2016-07-19 reykDon't use .p_shutdown in the proc struct
2016-07-19 reykComment out device/switch(4) for now
2016-07-19 krwNarrow the BPF read filter rules so only packets sent...
2016-07-19 reykAdd two more tests that use traffic that was captured...
2016-07-19 reykAdd simple OpenFlow tests for switchd.
2016-07-19 reykImport switchd(8), a basic WIP OpenFlow implementation...
2016-07-19 schwarzeSince the mdoc/man parser unification, the parser is...
2016-07-19 mpiFix the check supposed to prevent 'ip' and 'ip-stealth...
2016-07-19 phesslerprotect a pf specific function with the correct #if...
2016-07-19 mpiNULLify a route pointer after calling rtfree(9).
2016-07-19 henningstyle: no spaces after # for define/include, ok phessle...
2016-07-19 henningdon't hide globals between function prototypes; ok...
2016-07-19 schwarzeUse __attribute__((__format__ throughout.
2016-07-19 jmctweak previous;
2016-07-19 henningremove wrong and misleading comment, ok phessler
2016-07-19 dtuckerAllow wildcard for PermitOpen hosts as well as ports...
2016-07-19 mpiAdapt test to the srp_swap() area.
2016-07-19 mpiRevert use of the _SAFE version of SRPL_FOREACH() now...
2016-07-19 mpiUpdate counters & unbreak now that rtrequest(RTM_ADD...
2016-07-19 mpiReturn EAGAIN for every deleted route when detaching...
2016-07-19 natanoReplace malloc() + memset() with calloc().
2016-07-19 bluhmIn ip6_input() use a shortcut to detect our own address...
2016-07-19 sthenIn rcctl ls, skip all files with a '.' in the name...
2016-07-19 mpiUse a flag to indicate that a packet has been received...
2016-07-19 bennoremove bogus attributes from ifstated, spooted by guenther@
2016-07-19 mpiDo not consider tap(4) a special interface and start...
2016-07-19 bennoremove bogus attributes on fatal* spotted by guenther@
2016-07-19 deraadtCleanup close(open idioms.
2016-07-19 teduinstead of messing about with pointer arithmetic, add...
2016-07-19 sfvirtio_pci: Always allow MSI/MSI-X
2016-07-19 tomRemove what appears to be a copy-paste error setting...
2016-07-18 bennoadd format attributes to log functions and fix some...
2016-07-18 bennoadd format attributes to log functions
2016-07-18 bennoadd format attributes to log functions
2016-07-18 bennoadd format attributes to log functions
2016-07-18 bennoadd format attributes to log functions and fix two...
2016-07-18 bennoadd format attributes to log functions and fix am error...
2016-07-18 bluhmKill the rtableid variable in ip6_input(). It does...
2016-07-18 kettenisApparently we need to explicitly stop the timers before...
2016-07-18 henningno more cbq_opts - CBQ is gone, ok mpi phessler benno
2016-07-18 guentherWe have __weak_alias() everywhere; remove obsolete...
2016-07-18 jmcrework the first sentence of this page;
2016-07-18 zhukThe string with path to shell could be taken directly...
2016-07-18 henningg/c unused (global!) var: oqueues isn't used any more...
2016-07-18 jsgAdd additional i2c and mmc prcm module enum values...
2016-07-18 tomDon't need a separate flags variable in armv7 pmap_clea...
2016-07-18 bluhmHide pf internals by moving code from in_ouraddr()...
2016-07-18 stspExplicitly set iwm(4) firmware Tx aggregation limit...
2016-07-18 stspFix inverted logic in iwm_tx(). The PROT_REQUIRE flag...
2016-07-18 stspMake iwm(4) retry Tx of management frames less often...
2016-07-18 patrickSome SoCs have a ranges property set in their device...
2016-07-18 guentherFix VFLAG formatting
2016-07-18 markusReduce timing attack against obsolete CBC modes by...
next