Age | Commit message (Expand) | Author |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
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 | 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 | To avoid that the stack manipules the pf statekeys directly, introduce | Alexander Bluhm |
2015-12-03 | remove some unused defines. ok mikeb | Ted Unangst |
2015-12-03 | Implement etherip(4) driver | Kazuya Goda |
2015-12-03 | rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen | Ted Unangst |
2015-12-03 | Rename pf_unlink_state() to pf_remove_state() so the name does not | Alexander Bluhm |
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 | 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 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-12-02 | Do not delete a conflicting & cloned route entry in the hot path. | Martin Pieuchot |
2015-12-02 | Rework the MPLS handling. Remove the lookup loops since nothing is using | Claudio Jeker |
2015-12-01 | Kill redundant or unused arguments in rtredirect(). | Martin Pieuchot |
2015-12-01 | Remove backward compatibility for "older version of routed and gated". | Martin Pieuchot |
2015-12-01 | typo in comment | mmcc |
2015-11-29 | Fix an hypotetical NULL dereference which might become true once the TCP | Martin Pieuchot |
2015-11-26 | Use rtalloc(9) to look for a local address (RTF_LOCAL) in ip_setmoptions(). | Martin Pieuchot |
2015-11-24 | Merge three #ifdef _KERNEL blocks into one. | Martin Pieuchot |
2015-11-24 | No need for <net/if_types.h> | Martin Pieuchot |
2015-11-23 | Use if_get() rather than rt_ifp. | Martin Pieuchot |
2015-11-21 | Use if_get() rather than dereferencing rt_ifp directly. | Martin Pieuchot |
2015-11-20 | This no longer depends on bridge.h, fewer "#ifdef NBRIDGE", say yeah! | Martin Pieuchot |
2015-11-20 | Fewer uses of rt_ifp. | Martin Pieuchot |
2015-11-20 | Make use if_get() and get rid of rt_ifp. | Martin Pieuchot |
2015-11-19 | Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlocking | Martin Pieuchot |
2015-11-18 | Factorize the bits to check if a L2 route is connected, wether it is | Martin Pieuchot |
2015-11-18 | Make use of srp_enter()/srp_leave() in carp_iamatch() in preparation | Martin Pieuchot |
2015-11-14 | Remove mrtdebug and reduce differences with the v6 version. | Martin Pieuchot |
2015-11-14 | Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlocking | Martin Pieuchot |
2015-11-13 | Do not cast malloc(9) results. | Martin Pieuchot |
2015-11-13 | Kill another tunnel leftover and keep PIM stuff inside #ifdef PIM. | Martin Pieuchot |
2015-11-13 | Sore the index of the interface used for revarp instead of a pointer to | Martin Pieuchot |
2015-11-12 | Kill another leftover from the tunnel support removal and add more PIM. | Martin Pieuchot |
2015-11-12 | Sync headers and get rid of #ifdef MROUTING. | Martin Pieuchot |
2015-11-12 | Remove VIFF_TUNNEL leftovers, tunnels aren't supported since 2006. | Martin Pieuchot |
2015-11-12 | Fix PIM build. | Martin Pieuchot |
2015-11-12 | IFQ_DROP means a drop because enqueue on the send q failed, not cos tx | David Gwynne |
2015-11-11 | Store the index of the lo0 interface instead of a pointer to its | Martin Pieuchot |
2015-11-11 | Store an interface index instead of a pointer that's never dereferenced. | Martin Pieuchot |
2015-11-07 | Use input handlers for bridge(4). | Martin Pieuchot |
2015-11-06 | In in_arpinput() do not make an extra route lookup to check wether | Alexander Bluhm |
2015-11-06 | Change nd6_nud_hint() to no longer manipulate rt_ifp directly. | Martin Pieuchot |