Age | Commit message (Expand) | Author |
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm |
2015-09-01 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot |
2015-08-31 | `encif' should only be used under #ifdef NPF. | Martin Pieuchot |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-27 | The syn cache is completely implemented in tcp_input.c. So all its | Alexander Bluhm |
2015-08-27 | When the dynamic TCP update is reducing so->so_snd.sb_hiwat the | Alexander Bluhm |
2015-08-25 | correct #if/#endif guard comment | Theo de Raadt |
2015-08-24 | Set the required IPL at the syn-cache pool instead of doing a | Alexander Bluhm |
2015-08-24 | Check for a RTF_LOCAL entry instead of iterating on the global list | Martin Pieuchot |
2015-08-24 | Rename the syn cache counter into tcp_syn_cache_count to have the | Alexander Bluhm |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-08-22 | Move to tame(int flags, char *paths[]) API/ABI. | Theo de Raadt |
2015-08-19 | An interface address without interface pointer could cause an | Alexander Bluhm |
2015-08-19 | Convert all calls to rtrequest1() and the following error check | Alexander Bluhm |
2015-08-19 | KNF | Martin Pieuchot |
2015-08-19 | Make arplookup() return a pointer to a "struct rtentry". | Martin Pieuchot |
2015-08-17 | Use __func__ rather than the function name in log(9) calls to remove | Martin Pieuchot |
2015-08-14 | Replace sockaddr casts with the proper satosin() or satosin6() calls. | Alexander Bluhm |
2015-08-13 | Use foreach queue macros in tcp syn cache. | Alexander Bluhm |
2015-08-13 | In tcp syn cache convert the struct sockaddr casts to satosin() | Alexander Bluhm |
2015-07-31 | Removed uninitialized pointer usage, we didn't need to use it there anyway. | Rafael Zalamena |
2015-07-29 | Don't use mpls_input() as input handler anymore and instead call it | Rafael Zalamena |
2015-07-28 | Implement pf divert-reply for raw sockets. Note that an empty | Alexander Bluhm |
2015-07-20 | Kill NETISR_MPLS, from now on we will use interface input handlers to deal | Rafael Zalamena |
2015-07-19 | tame(2) is a subsystem which restricts programs into a "reduced feature | Theo de Raadt |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | Martin Pieuchot |
2015-07-17 | ansi | Ted Unangst |
2015-07-17 | Announce an IP address after inserting its corresponding RTF_LOCAL | Martin Pieuchot |
2015-07-17 | manage spd entries by using the radix api directly instead of | Bret Lambert |
2015-07-16 | Kill IP_ROUTETOETHER. | Martin Pieuchot |
2015-07-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot |
2015-07-15 | use mp for the name of a variable of type struct mbuf **, rather than m | Theo de Raadt |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-13 | Avoid a situation where we do not set the tcp persist timer after | Alexander Bluhm |
2015-07-10 | Make KASSERT in tcp_input() less strict, tcpcb may be NULL. | Alexander Bluhm |
2015-07-09 | Remove unused arguments and the associated code from nd6_nud_hint(). | Martin Pieuchot |
2015-07-08 | Pass an interface index instead of a pointer to in6_addr2scopeid(). | Martin Pieuchot |
2015-07-08 | Use a new RTF_CONNECTED flag for interface (connected) routes. | Martin Pieuchot |
2015-07-07 | Always use "ifp" instead of mixing it with "ac->ac_if" in in_arpinput(). | Martin Pieuchot |
2015-07-06 | We're now creating a connected route for every configured address so | Martin Pieuchot |
2015-07-06 | No longer need to manually pass RTF_MPATH to rt_ifa_add(9). | Martin Pieuchot |
2015-07-02 | By design if_input_process() needs to hold a reference on the receiving | Martin Pieuchot |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-29 | count if_ibytes in if_input like we do for if_ipackets. | David Gwynne |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-23 | Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve(). | Martin Pieuchot |