Age | Commit message (Expand) | Author |
2017-01-04 | As noticed by bluhm@ the netlock is required for the multicast cleanup | Mike Belopuhov |
2017-01-04 | dont assume setting IFF_UP will succeed. | David Gwynne |
2017-01-04 | shuffle the last change slightly. | David Gwynne |
2017-01-04 | make if_input return early if the mbuf list is empty. | David Gwynne |
2017-01-03 | Revert previous, there's still a problem with recursive entries in | Martin Pieuchot |
2017-01-03 | Don't try to reconfigure the multicast group in the detach handler of | Reyk Floeter |
2017-01-03 | Do not trash the original SPL level. | Martin Pieuchot |
2017-01-03 | Move the logic for SIOCSETPFLOW in a helper function to help with | Martin Pieuchot |
2017-01-02 | Use a mutex to serialize accesses to buffer slots. | Martin Pieuchot |
2017-01-02 | spacing | Martin Pieuchot |
2017-01-02 | pppoe_timeout() needs to take the NET_LOCK(). | Martin Pieuchot |
2017-01-02 | Grab the NET_LOCK() when setting an IPv6 address, just like it is done | Martin Pieuchot |
2017-01-01 | Grab the NET_LOCK() in pppdealloc(), prevent an assert reported by stsp@. | Martin Pieuchot |
2016-12-29 | In pf_refragment6() use the valid route from pf_route6() instead | Alexander Bluhm |
2016-12-29 | Change NET_LOCK()/NET_UNLOCK() to be simple wrappers around | Martin Pieuchot |
2016-12-29 | Use __func__ instead of explicit function name in panic messages. | Alexander Bluhm |
2016-12-28 | Fix white spaces. No binary change. | Alexander Bluhm |
2016-12-28 | In pf_find_state() pkt_sk was set to NULL if pkt_sk->reverse was | Alexander Bluhm |
2016-12-28 | Better check for a valid route than for an existing route in pf | Alexander Bluhm |
2016-12-23 | Replace function names with __func__ in debug prints to make grep | Alexander Bluhm |
2016-12-23 | Fix white spaces. No binary change. | Alexander Bluhm |
2016-12-22 | Validate the OFP header to make sure it always have a sane size, also | Rafael Zalamena |
2016-12-22 | Grab the netlock when device is opened; ok mpi, rzalamena | Mike Belopuhov |
2016-12-21 | Grab the netlock when opened and closed; ok mpi, rzalamena | Mike Belopuhov |
2016-12-21 | Remove the netlock workaround since if_detach is doing it for us now. | Mike Belopuhov |
2016-12-21 | Generate an IFINFO message when changing the MTU of an interface. | Jeremie Courreges-Anglas |
2016-12-20 | Grab the netlock during interface attach and detach. | Mike Belopuhov |
2016-12-20 | A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl | Alexander Bluhm |
2016-12-20 | Release the NET_LOCK() before calling any socket function since it is | Martin Pieuchot |
2016-12-20 | Kill recursive splsoftnet()/splx() dances in ioctl(2) path. | Martin Pieuchot |
2016-12-19 | Stop mentioning splsoftnet() in comments, it's almost history. | Martin Pieuchot |
2016-12-19 | Kill useless comment about splsoftnet() which is going away. | Martin Pieuchot |
2016-12-19 | Sending keep alive ends up in ip_output(), so it needs the NET_LOCK(). | Martin Pieuchot |
2016-12-19 | Assert that IPL_SOFTNET is needed rather than calling splsoftnet() | Martin Pieuchot |
2016-12-19 | Timer sending packets need to grab the NET_LOCK(). | Martin Pieuchot |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-12-17 | Insert RTF_CLONED routes at a higher priority than their partent to | Martin Pieuchot |
2016-12-14 | Make 'route add default' show a nicer error message if the provided | Stefan Sperling |
2016-12-14 | fix typo (bas->base), "please commit" mikeb@ | Stuart Henderson |
2016-12-13 | New media types from FreeBSD | Mike Belopuhov |
2016-12-13 | make v6 tunnel address handling consider ipv6 scope. | David Gwynne |
2016-12-12 | Kill recursive splsoftnet(). | Martin Pieuchot |
2016-12-12 | Remove most of the splsoftnet() recursions related to cloned interfaces. | Martin Pieuchot |
2016-12-06 | Use the sizeof udphdr not the sizeof a pointer to it in the af-to | Jonathan Gray |
2016-12-05 | Propagate error type in validation functions that call | Rafael Zalamena |
2016-12-05 | Remove the flow id from the flow entry struct and the global variable, | Rafael Zalamena |
2016-12-05 | Add missing prototypes for all functions declared in the file. | Rafael Zalamena |
2016-12-04 | Since net/route.c r1.337 interface priority factors into route priority | Stefan Sperling |
2016-12-02 | Clean up leftovers from r1.442. | Vincent Gross |
2016-12-02 | Limit the amount of flows that can be installed on flow tables. | Rafael Zalamena |