Age | Commit message (Expand) | Author |
2017-05-18 | Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in | Martin Pieuchot |
2017-05-18 | The function name ip4_input() is confusing as it also handles IPv6 | Alexander Bluhm |
2017-05-17 | The large and nested GIF #ifdef in protosw made it hard to figure | Alexander Bluhm |
2017-05-16 | Sync three changes that were caught by IPv6 multicast routing review: | Rafael Zalamena |
2017-05-16 | Make return values more meaningful by using errno instead of -1 or 1. | Rafael Zalamena |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-05-16 | Let malloc() block when the caller of the add route function is | Rafael Zalamena |
2017-05-16 | Call rtfree() after each use of routes and make sure the route is valid | Rafael Zalamena |
2017-05-13 | Do not check for mapped addresses in tcp_usrreq(PRU_CONNECT), | Alexander Bluhm |
2017-05-12 | IPsec packets were passed through ip_input() a second time after | Alexander Bluhm |
2017-05-12 | Use the common switch(af) construct for address family specific | Alexander Bluhm |
2017-05-12 | Instead of printing a debug message at the end of processing, panic | Alexander Bluhm |
2017-05-12 | Use the IPsec policy check from ipv4_input() also when forwarding | Alexander Bluhm |
2017-05-11 | IPv6 IPsec transport mode did not work if pf is enabled. The | Alexander Bluhm |
2017-05-11 | Fix white spaces and wrap long line. No binary change. | Alexander Bluhm |
2017-05-09 | Remove rip_output() and rip6_output() from inetsw and inet6sw. The | Alexander Bluhm |
2017-05-09 | Convert diagnostic panic to compile time assert in tcp6_ctlinput(). | Alexander Bluhm |
2017-05-06 | Checking for IPv4 mapped addreses and dropping the packet is done | Alexander Bluhm |
2017-05-06 | Convert the xformsw definition to C99 style initializer. Also fix | Alexander Bluhm |
2017-05-05 | Expand SA_LEN(), there is no benefit for using the macro in the | Alexander Bluhm |
2017-05-04 | If m is not a continuous mbuf cluster, m_pullup() in pr_input may | Alexander Bluhm |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-05-03 | Back out rev 1.185 (which made the code match the comment) and | Todd C. Miller |
2017-05-02 | Switch OCF and IPsec over to the new AES | Mike Belopuhov |
2017-04-19 | Use the rt_rmx defines that hide the struct rt_kmetrics indirection. | Alexander Bluhm |
2017-04-17 | The raw ip input functions are called from several places. Use the | Alexander Bluhm |
2017-04-17 | Use the address family passed down with pr_input to simplify | Alexander Bluhm |
2017-04-17 | Use the address family passed down with pr_input to simplify | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-09 | Use mallocarray to allocate multicast group memberships. | David Hill |
2017-04-06 | Convert bcopy to memcpy where the memory does not overlap, otherwise, | David Hill |
2017-04-06 | Replace bcopy with a simple assignment where both variables are | David Hill |
2017-04-05 | Replace 2 bcopy()'s with a simple assignment as both variables are | David Hill |
2017-04-05 | When building counter memory in preparation to copy to userland, always | Theo de Raadt |
2017-04-02 | Fix tcp stats reporting | Jeremie Courreges-Anglas |
2017-03-27 | Fix the prefixlen sent by RTM_NEWADDR on new addresses without masks: | Rafael Zalamena |
2017-03-23 | Replace manual loop with SRPL_FOREACH_SAFE_LOCKED macro. | Alexander Bluhm |
2017-03-17 | carp(4) code is always executed in the 'softnet' thread, so remove | Martin Pieuchot |
2017-03-17 | Be more strict on all route iterations, lets always make sure that we | Rafael Zalamena |
2017-03-14 | Make mfc_find() more strict when looking for routes, fixes a problem | Rafael Zalamena |
2017-03-13 | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. | Claudio Jeker |
2017-03-10 | percpu counters for ip_ipip.c | Jeremie Courreges-Anglas |
2017-03-07 | Rename struct etheripstat members for consistency, move them all to 64bits | Jeremie Courreges-Anglas |
2017-03-07 | When the inpcb queue and hash lists are traversed or modified we | Alexander Bluhm |
2017-03-07 | Initially in_pcballoc() hooked all new inpcb, including the IPv6 | Alexander Bluhm |
2017-03-06 | Kill global list of IPv6 addresses. | Martin Pieuchot |
2017-03-06 | Prefix functions dealing with routing messages with 'rtm_' and keep | Martin Pieuchot |
2017-03-03 | Convert the variable argument list of the pr_output functions to | Alexander Bluhm |
2017-03-02 | Convert domain declarations to C99 initializers. | Martin Pieuchot |