Age | Commit message (Expand) | Author |
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 |
2015-12-02 | - hide PF internals to pf_unlink_divert_state() from in_pcb.c | Alexandr Nedvedicky |
2015-12-02 | Enable the DR1 region even with 32-bit page table entries. Those have | Visa Hankala |
2015-12-02 | Clean up octeon memory region setup. | Visa Hankala |
2015-12-02 | Oups, forgot in the tedu of RT_REPORT commit | Claudio Jeker |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-12-02 | remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@ | Christian Weisgerber |
2015-12-02 | Add a padding in EFI_MEMORY_DESCRIPTOR to align fields properly on ia32. | YASUOKA Masahiko |
2015-12-02 | Add missing start_i386.S for ia32. Also start.S is renamed to | YASUOKA Masahiko |
2015-12-02 | Respect priorities when inserting routes to the same destination in ART. | Martin Pieuchot |
2015-12-02 | allocate route labels as M_RTABLE instead of M_TEMP | Bret Lambert |
2015-12-02 | remove declaration for nonexistant function | Bret Lambert |
2015-12-02 | Add missing parentheses. Fix from NetBSD. | YASUOKA Masahiko |