Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-17 | Add htb(4) and leioc(4). | Visa Hankala | |
2016-11-17 | Check the return value of tls_config_set_protocols(), now that it returns | Joel Sing | |
an int. | |||
2016-11-17 | Move OCSP loading into a separate function - it is not part of the keypair | Joel Sing | |
and this way we can give a separate specific error message. ok beck@ reyk@ | |||
2016-11-17 | Turn Loongson 3A bits on. | Visa Hankala | |
The work on the platform was made possible by a hardware donation from Loongson Technology. | |||
2016-11-17 | Add drivers for PCI host bridge and built-in UARTs on Loongson 3A, | Visa Hankala | |
and put the pieces together by platform glue. Feedback from miod@ | |||
2016-11-17 | Add support for OpenFlow 1.3.5 tests and make jumbo test use the new | Rafael Zalamena | |
version. ok reyk@ | |||
2016-11-17 | Make iwm(4) pass Tx/Rx MCS rates to bpf so they can be examined with tcpdump. | Stefan Sperling | |
ok mpi@ | |||
2016-11-17 | Drop priv. to the _pkgfetch (for now) user when running ftp(1) and signify(1). | Antoine Jacoutot | |
Similar to what the installer does. Listing installed patches and displaying the usage are now the only actions allowed to a non-privileged user. discussed with deraadt@ | |||
2016-11-17 | Remove splsoftnet()s in the ioctl(2) path. | Martin Pieuchot | |
Since soft-interrupt for network processing are no more, the KERNEL_LOCK() is what protect two concurrent threads from accessing data structures. ok goda@ | |||
2016-11-17 | Send fragment with Hop-by-Hop extension header after the fragment | Alexander Bluhm | |
header. I must not be processed. | |||
2016-11-17 | The pf fragment reassembly code accepted IPv6 hop-by-hop headers | Alexander Bluhm | |
after fragment headers. Add an extra check that the hop-by-hop header is always the first extension header after the IPv6 header. Found by Antonios Atlasis; OK sthen@ mpi@ | |||
2016-11-17 | Update 82598 specific module | Mike Belopuhov | |
A custom method to enable RX DMA is introduced because of the upcoming API change in the common code. Otherwise it's just a copy of the ixgbe_enable_rx_dma_generic. | |||
2016-11-17 | In oflowmod, automatically open the instructions block with the first | Reyk Floeter | |
instruction. This allows to make the grammar more flexible. | |||
2016-11-17 | Add an abstraction layer / API to create flows including all matches | Reyk Floeter | |
and instructions. This makes it easier to integrate flow features in switchd and switchctl later. Written and committed during a long flight. OK rzalamena@ | |||
2016-11-17 | Style and typo fixes; no binary change | Mike Belopuhov | |
2016-11-17 | sync | Stuart Henderson | |
2016-11-17 | Accept OFP_XM_T_ETH_TYPE. | Reyk Floeter | |
OK rzalamena@ | |||
2016-11-17 | Key running commands for #() by the unexpanded command, and run them | Nicholas Marriott | |
again if the expanded form changes (otherwise at most once per second as usual). Fixes issues reported by Gregory Pakosz. | |||
2016-11-17 | Add ofp_validate() for all supported versions. Will be used by switchctl, | Reyk Floeter | |
no functional change. | |||
2016-11-17 | Added the missing code to build flow-mod messages and to install | Rafael Zalamena | |
table-miss by default for switch(4). ok reyk@ | |||
2016-11-17 | remove IO_TLSVERIFIED which is not a io event, and inline necessary code | Eric Faurot | |
where the callback functions are called for this event. ok gilles@ | |||
2016-11-16 | Remove unused bits; no functional change | Mike Belopuhov | |
2016-11-16 | Intel X550 specific module; not hooked up to the build yet | Mike Belopuhov | |
Obtained from the Intel ixgbe driver in FreeBSD. | |||
2016-11-16 | Add new structures and new fields; no functional change | Mike Belopuhov | |
2016-11-16 | Add new register definitions from the upstream; no binary change | Mike Belopuhov | |
2016-11-16 | Set permissions of /usr/share/info/dir explicitly, so they don't depend on | Theo Buehler | |
the umask. ok millert | |||
2016-11-16 | pass the user pointer as parameter to the io callback instead of having | Eric Faurot | |
the user dereference the io structure. ok millert@ gilles@ | |||
2016-11-16 | Always attempt to restart the transmission when OACTIVE is set | Mike Belopuhov | |
There's not much point in adding an additional condition to the ifq_restart call so just get rid of those bits. Also while here, remove a debugging message and make sure to cleanup the whole RNDIS packet before sending it out to the hypervisor. | |||
2016-11-16 | sync | Theo de Raadt | |
2016-11-16 | Merge comments altogether, it's easier to understand this way. | Antoine Jacoutot | |
And drop some duplicate while here. | |||
2016-11-16 | Test multiple combinations of divert connections. The socket cleanup | Alexander Bluhm | |
of the first connection must remove the pf state so that the second connection can succeed. Disable two raw IP tests that do not work with the current implementation in the kernel. | |||
2016-11-16 | Sync switchd(8) and vmd(8) with the latest proc.c changes. This sync | Rafael Zalamena | |
basically imports the imsg_flush() fix from reyk@ in httpd(8). ok reyk@ | |||
2016-11-16 | If we install a new kernel, add /bsd twice (for size checking) when: | Antoine Jacoutot | |
- we are on an MP system (/bsd.mp does not exist there) - /bsd.syspatchXX is not present (create_rollback will add it) | |||
2016-11-16 | /bsd.rollbackXX -> bsd.syspatchXX to make it more obvious where it comes from | Antoine Jacoutot | |
and less prone to conflict. Simplify ls_installed while here. | |||
2016-11-16 | Convert gre_send_keepalive() to timeout_set_proc(9) as it calls ip_output(). | Martin Pieuchot | |
2016-11-16 | if_link_state_change() doesn't need to be called under splsoftnet(), | Martin Pieuchot | |
it just schedule a task. | |||
2016-11-16 | Kill outdated comment talking about sofnet. | Martin Pieuchot | |
2016-11-16 | Use goto in bpf{read,write}() to ease review of locked sections. | Martin Pieuchot | |
While here properly account for used reference in bpfwrite(). ok bluhm@ | |||
2016-11-16 | Be consistent and do not use braces for single line statements. | Martin Pieuchot | |
Prodded by and ok bluhm@ | |||
2016-11-16 | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), | Reyk Floeter | |
eg. tcpdump -y openflow -i switch0 Includes a minor bump for libpcap. Feedback and OK rzalamena@ | |||
2016-11-16 | Fix calculation of whether we need a region for drawing a cell (only if | Nicholas Marriott | |
full width and at the edge of the region), otherwise clear the region entirely. | |||
2016-11-16 | Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The | Alexander Bluhm | |
IPv4 dynamic route inherits the priority. Only clone from a valid IPv6 route. Do not use splsoftnet() in IPv6. Some stylistic changes to make the functions similar. OK mpi@ | |||
2016-11-16 | Inherit route label when creating dynamic routes for path MTU. | Alexander Bluhm | |
From Rivo Nurges; OK claudio@ mpi@ phessler@ | |||
2016-11-16 | Don't error if renaming a session to its current name, from shik dot | Nicholas Marriott | |
chen at gmail dot com. | |||
2016-11-16 | Do not stop dragging when the wheel is pressed, from Artem Fokin. | Nicholas Marriott | |
2016-11-16 | Add support for big reads in perl and fix the jumbo test, also remove | Rafael Zalamena | |
message type specific code from OFP encode. ok reyk@ | |||
2016-11-16 | Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin. | Nicholas Marriott | |
2016-11-16 | Allow bpf_allocbufs() to fail when allocating memory. | Martin Pieuchot | |
This will help trading the KERNEL_LOCK for a mutex. ok bluhm@ | |||
2016-11-16 | Kill recursive splsoftnet()s. | Martin Pieuchot | |
While here keep local definitions local. ok bluhm@ | |||
2016-11-16 | Kill recursive splsoftnet()s. | Martin Pieuchot | |
ok bluhm@ |