summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-20fix typos in commentsReyk Floeter
2016-07-20pledge switchctlReyk Floeter
2016-07-20pledge(2) all the switchd processes.Reyk Floeter
2016-07-20Plug potential leak of device list.Kenneth R Westerback
2016-07-20s/sudo/doas/Sebastian Benoit
2016-07-20Handle ports as uint32_t instead of in_port_t: OpenFlow 1.0 used 16bitReyk Floeter
2016-07-20Parse and print OpenFlow 1.3 PACKET_IN and OXM (Openflow eXtended Match) -Reyk Floeter
2016-07-20To tune the TCP SYN cache we need more information. Print theAlexander Bluhm
2016-07-20Use more compact idiom to select architecture dependent files to compile. NoKenneth R Westerback
2016-07-20Shrink priv_write_file() API so that it does less, and the callers askTheo de Raadt
2016-07-20As a general rule, fchown before fchmod is a safer order (because manyTheo de Raadt
2016-07-20Split in6_selectsrc() into a low-level part and a pcb-level part, andVincent Gross
2016-07-20Disable the beacon filter in iwm(4). This allows beacons to pass through toStefan Sperling
2016-07-20Make the iwn(4) LED flash 10 times slower in monitor mode.Stefan Sperling
2016-07-20In net80211, enable RTS for frames above a particular size (currently 512Stefan Sperling
2016-07-20strip back openssl ciphers:Jason McIntyre
2016-07-20Update OpenFlow 1.3 stub based on the 1.0 code.Reyk Floeter
2016-07-20Fix dependencies of generated map files.Reyk Floeter
2016-07-20tag_signal() is dead; from LLVM via Christos ZoulasIngo Schwarze
2016-07-20When parsing the configuration. initialize the auth structureReyk Floeter
2016-07-20Add a -n flag to check the configuration and exit. Matches what almostJonathan Gray
2016-07-20Do not clobber the global jump_host variables when parsing an inactiveChristian Weisgerber
2016-07-20Bring iwn_update_htprot() back, so iwn(4) will properly keep trackStefan Sperling
2016-07-20Unbreak ural(4), which had been dropping frames on Tx whileStefan Sperling
2016-07-20ATI controllers seem to need the same workaround as VIA controllers.Martin Pieuchot
2016-07-20Make the size for the syn cache hash array tunable. As we areAlexander Bluhm
2016-07-20Fix typoYASUOKA Masahiko
2016-07-19Plug an mbuf leak in the error path of tcp signature in tcp_output().Alexander Bluhm
2016-07-19strip back openssl ca: in particular remove some excessively wordy sections,Jason McIntyre
2016-07-19The -DNAME=switch flag is an artifact from the PoC when I couldn'tReyk Floeter
2016-07-19Correctly use ssize_t instead of size_t for read/write return values.Reyk Floeter
2016-07-19Remove unused variableReyk Floeter
2016-07-19A bit of cleanup and style changes. ofcconn needs more work.Reyk Floeter
2016-07-19L2 tun is tap nowReyk Floeter
2016-07-19Don't use .p_shutdown in the proc structReyk Floeter
2016-07-19Comment out device/switch(4) for nowReyk Floeter
2016-07-19Narrow the BPF read filter rules so only packets sent to theKenneth R Westerback
2016-07-19Add two more tests that use traffic that was captured with tcpdump.Reyk Floeter
2016-07-19Add simple OpenFlow tests for switchd.Reyk Floeter
2016-07-19Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.Reyk Floeter
2016-07-19Since the mdoc/man parser unification, the parser is always allocatedIngo Schwarze
2016-07-19Fix the check supposed to prevent 'ip' and 'ip-stealth' balancing modesMartin Pieuchot
2016-07-19protect a pf specific function with the correct #if. Fixes ramdisk building.Peter Hessler
2016-07-19NULLify a route pointer after calling rtfree(9).Martin Pieuchot
2016-07-19style: no spaces after # for define/include, ok phessler bennoHenning Brauer
2016-07-19don't hide globals between function prototypes; ok phessler bennoHenning Brauer
2016-07-19Use __attribute__((__format__ throughout.Ingo Schwarze
2016-07-19tweak previous;Jason McIntyre
2016-07-19remove wrong and misleading comment, ok phesslerHenning Brauer
2016-07-19Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch fromDarren Tucker