Age | Commit message (Expand) | Author |
2016-01-21 | remove the arp_inuse and arp_allocated counters | David Gwynne |
2016-01-14 | Grab the KERNEL_LOCK before delivering a message to the routing socket | Martin Pieuchot |
2016-01-13 | Prevent a double if_put(). | Martin Pieuchot |
2016-01-12 | Prevent a NULL-reference if SIOCGVH is issued without carpdev argument. | Martin Pieuchot |
2016-01-08 | Get rid of the arp and revarp input queues. | Martin Pieuchot |
2015-12-19 | Make carp_output() mpsafe. | Martin Pieuchot |
2015-12-18 | Fix SO_REUSE* flags effects when binding multicast addresses. No | Vincent Gross |
2015-12-17 | rm a bit more trailers code. no longer accept them as alias for ethernet. | Ted Unangst |
2015-12-09 | Remove plain DES encryption from IPsec. | Christian Weisgerber |
2015-12-09 | Keep all ether prototypes in one place. | Martin Pieuchot |
2015-12-09 | Always pass a valid interface pointer to rtdeletemsg(). | Martin Pieuchot |
2015-12-05 | upgrade tcp/ip to use the latest in C89 technology: memcpy. | Ted Unangst |
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 | 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 |