Age | Commit message (Expand) | Author |
2015-12-04 | Add intr_barrier() just in case... | Mark Kettenis |
2015-12-04 | Reduce the stride length of the tables by two and use a single page | Martin Pieuchot |
2015-12-04 | Move the KERNEL_LOCK from rt_match() to rtable_match(). | Martin Pieuchot |
2015-12-04 | remove PLEDGE_INET granting when using "getpw" in YP environnment | Sebastien Marie |
2015-12-04 | Reject input when either the version is wrong or the pad is non-zero; | Reyk Floeter |
2015-12-04 | prefix function names like randomid and pmod to keep them out of global | Ted Unangst |
2015-12-04 | Grab the KERNEL_LOCK() around bridge_output(). | Martin Pieuchot |
2015-12-04 | There is no need to grab the KERNEL_LOCK here anymore. After discussion with | Claudio Jeker |
2015-12-04 | bridge(4) never outputs packets so set its if_output and if_start to NULL. | Martin Pieuchot |
2015-12-04 | Add pledge "dpath", which provides access to mknod(2) and mkfifo(2). | Theo de Raadt |
2015-12-04 | add a missing mtx_leave before a panic to give ddb/reboot a better | Jonathan Gray |
2015-12-04 | Do not think atomicity is required here. In any case, prepare for | Theo de Raadt |
2015-12-03 | mpi@ forgot to commit this. That should unbreak the tree. | Claudio Jeker |
2015-12-03 | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every | Martin Pieuchot |
2015-12-03 | deleting ip_insertoptions() prototype, which is no longer needed | Alexandr Nedvedicky |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-12-03 | remove code that's been #ifdef'ed out for 20 years | Bret Lambert |
2015-12-03 | When enqueuing a mbuf chain, take the top instead of the last | Alexander Bluhm |
2015-12-03 | Remove the /usr/share/nls/ exception from pledge(2). The libc | Alexander Bluhm |
2015-12-03 | Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to | Martin Pieuchot |
2015-12-03 | add ifdef IPSEC for protoypes; requested by mpi@ | Markus Friedl |
2015-12-03 | pledge(pf) needs to allow DIOCKILLSRCNODES, used in relayd. | Sebastian Benoit |
2015-12-03 | Let the IP27 kernel build with DEBUG. | Visa Hankala |
2015-12-03 | factor out ip_input_ipsec_{fwd,ours}_check(); ok mpi@ | Markus Friedl |
2015-12-03 | Remove broadcast matching from ifa_ifwithaddr(), use in_broadcast() where | Vincent Gross |
2015-12-03 | ieee80211com's ic_sup_mcs array is smaller than it used to be because part of | Stefan Sperling |
2015-12-03 | ANSIfy function definitions | Bret Lambert |
2015-12-03 | Remove unused ``rt_tableid'' field from "struct rtentry". | Martin Pieuchot |
2015-12-03 | Store an interface index instead of a pointer in the "struct rtentry". | Martin Pieuchot |
2015-12-03 | To avoid that the stack manipules the pf statekeys directly, introduce | Alexander Bluhm |
2015-12-03 | Add sizes to most free calls. OK sashan@ tedu@ | Claudio Jeker |
2015-12-03 | add sizes to some free() calls. ok claudio | Ted Unangst |
2015-12-03 | rewrite if to be more clear. ok bluhm stsp | Ted Unangst |
2015-12-03 | remove some unused defines. ok mikeb | Ted Unangst |
2015-12-03 | tell the stack myx_start is mpsafe. | David Gwynne |
2015-12-03 | Implement etherip(4) driver | Kazuya Goda |
2015-12-03 | remove nettxintr prototype | David Gwynne |
2015-12-03 | rework if_start to allow nics to provide an mpsafe start routine. | David Gwynne |
2015-12-03 | rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen | Ted Unangst |
2015-12-03 | allocate PF tags as M_RTABLE vice M_TEMP | Bret Lambert |
2015-12-03 | Rework cas_start to check for space on the ring before dequeueing and drop | Jonathan Matthew |
2015-12-03 | Rename pf_unlink_state() to pf_remove_state() so the name does not | Alexander Bluhm |
2015-12-03 | Rewrite the tx handler to just use ifq_dequeue and drop packets that | Claudio Jeker |
2015-12-02 | Move port picking away from in_pcbbind() | Vincent Gross |
2015-12-02 | Since we want to print the interface names in the log messages it is | Claudio Jeker |
2015-12-02 | More rt_ifp killing. There checks in in_arpinput() to verify that the | Claudio Jeker |
2015-12-02 | factor out ip_output_ipsec_{lookup,send}(); with & ok claudio@ | Markus Friedl |
2015-12-02 | There is no reason for this carp magic in arpresolve. rt->rt_ifp has to | Claudio Jeker |
2015-12-02 | rtable_delete() does not use its prio parameter, so delete it. | Alexander Bluhm |
2015-12-02 | When destroying an interface, we have to wait until all references | Alexander Bluhm |