Age | Commit message (Expand) | Author |
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 |
2015-11-05 | In in_arpinput() replace the loops over the interface addresses | Alexander Bluhm |
2015-11-04 | use ml_purge to flush the arp hold lists instead of dequeue/free loops. | David Gwynne |
2015-11-03 | Disable TCP/UDP TX hardware checksumming if an IPv4 packet contains | Christian Weisgerber |
2015-11-03 | Plumb Chacha20-Poly1305 into the IPsec/ESP and PF_KEY frameworks | Mike Belopuhov |
2015-11-02 | Remove leftovers from previous carp(4)-to-relayd(8) conversion diff. | Martin Pieuchot |
2015-11-02 | Retire ARP load-balacing, thanks for all the fish! | Martin Pieuchot |
2015-11-02 | Rename the list of arp entries to arp_list. This is consistent to | Alexander Bluhm |
2015-11-01 | Replace the nd6 llinfo malloc(9) with pool_get(9) like arp does. | Alexander Bluhm |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-27 | RIP arp_ifinit(). | Martin Pieuchot |
2015-10-27 | Rewrite in_ouraddr() to not use ``rt_ifa'' since it is not obvious that | Martin Pieuchot |
2015-10-27 | Move code around for clarity, no functional change. | Martin Pieuchot |
2015-10-26 | Use rt_ifidx rather than rt_ifp. | Martin Pieuchot |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-25 | Instead of doing the the if_get() dance for rt_missmsg(), change the | Alexander Bluhm |
2015-10-24 | Ignore Router Advertisment's current hop limit. | Martin Pieuchot |
2015-10-24 | Convert some if_ref() to if_get(). | Martin Pieuchot |
2015-10-23 | ``rt_ifp'' cannot be NULL. | Martin Pieuchot |
2015-10-22 | Drop historical comment and an old '#if notyet'. | Martin Pieuchot |
2015-10-22 | Make sure that the address matching the key (destination) of a route | Martin Pieuchot |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-10-22 | Do not pass an ``ia'' just to dereference ``ia_ifp''. | Martin Pieuchot |
2015-10-22 | Do not dereference ``ia_ifp'' when we already have an ``ifp'' pointer. | Martin Pieuchot |
2015-10-20 | add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl. | Sebastian Benoit |
2015-10-20 | At guenther's suggestion replace dnssocket() with a SOCK_DNS flag on | Theo de Raadt |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-10-19 | Sync rtisvalid(9) check for local route entries with r1.257 of | Martin Pieuchot |
2015-10-19 | Remove superfluous NULL checks. | Martin Pieuchot |