Age | Commit message (Expand) | Author |
2017-06-28 | hfsc.c should depend on pf instead of inet | Mike Belopuhov |
2017-06-26 | Fragments for a single connection (a combination of proto,src,dst,af) | Alexander Bluhm |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-06-26 | Allow updating the destination address of an existing TDB. Since the | Patrick Wildt |
2017-06-24 | To avoid packet loss due to reuse of the 16 bit IPv4 fragment id, | Alexander Bluhm |
2017-06-23 | Resetting the mbuf header in if_input_local() was stripping off the | Alexander Bluhm |
2017-06-22 | Fix the remaining ';;'s in sys/ | Tom Cosgrove |
2017-06-21 | Fix kernel diagnostic assertion "(sk->inp == NULL) || (sk->inp->inp_pf_sk | Alexander Bluhm |
2017-06-20 | Do not use the interface pointer after if_put(). Rename ipip_input_gif() | Alexander Bluhm |
2017-06-20 | Remove KERNEL_LOCK() asserts. | Martin Pieuchot |
2017-06-19 | When dealing with mbuf pointers passed down as function parameters, | Alexander Bluhm |
2017-06-19 | Make rn_match() and rn_lookup() safe to be used in parrallel, when | Martin Pieuchot |
2017-06-16 | In sppp(4), allow additional 'wildcard' addresses for the destination. | Stefan Sperling |
2017-06-12 | have the timeout call if qstart via the serialiser isntead of directly | David Gwynne |
2017-06-09 | - pfsync_input() must grab PF_LOCK | Alexandr Nedvedicky |
2017-06-09 | Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even | Martin Pieuchot |
2017-06-07 | Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals | Martin Pieuchot |
2017-06-06 | Update panic strings, pipex no longer use rn_inithead0(). | Martin Pieuchot |
2017-06-06 | Do not rely on <net/rtable.h> beeing included by other headers. | Martin Pieuchot |
2017-06-06 | Fix build without PF. | Martin Pieuchot |
2017-06-05 | - let's add PF_LOCK() | Alexandr Nedvedicky |
2017-06-03 | Add missing NET_LOCK(). | Martin Pieuchot |
2017-06-02 | be less tricky about when ifq_free is handled. | David Gwynne |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-31 | Use mbuf_queue to properly serialize access to pflow output queue. | Visa Hankala |
2017-05-31 | Block IPv6 packets in pf(4) that have hop-by-hop options header or | Alexander Bluhm |
2017-05-31 | Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and | Martin Pieuchot |
2017-05-31 | make vlan use their parents lladdr all the time, not just when theyre up. | David Gwynne |
2017-05-30 | remove no longer needed splnet/splx. | Sebastian Benoit |
2017-05-30 | sizes for free() | Theo de Raadt |
2017-05-30 | remove XXX from the comments marking "holes" in the ioctls. I see very | Henning Brauer |
2017-05-30 | g/c DIOCCLRRULECTRS | Henning Brauer |
2017-05-30 | sizes for free() | Theo de Raadt |
2017-05-30 | teach pf_build_tcp() about SACK, ok & with sashan | Henning Brauer |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-30 | Clear the internal table used by if_get(9) and sleep until all | Martin Pieuchot |
2017-05-29 | Replace handrolled list with LIST_* macros. OK mpi@ | Claudio Jeker |
2017-05-29 | Kill struct pfkey_version and move struct pfkeyv2_socket & dump_state | Claudio Jeker |
2017-05-29 | export_pflow() is no longer grabbing the NET_LOCK(), so no need to | Martin Pieuchot |
2017-05-29 | PFKEY version 2 is the only pfkey version supported. No need for extra | Claudio Jeker |
2017-05-29 | Pass SIOCGIFMEDIA to vlan's parent interface. | Martin Pieuchot |
2017-05-29 | Do not try to grab the NET_LOCK() while holding an ifp reference. | Martin Pieuchot |
2017-05-28 | fix broken include on previous pipex commit | Mike Larkin |
2017-05-28 | Process packets immediately without queuing since pipex is believed MP safe | YASUOKA Masahiko |
2017-05-28 | Check also whether the interfaces is matched when pipex check PPPoE | YASUOKA Masahiko |
2017-05-28 | Use interface index and if_{put,get} instead of ifnet pointer. | YASUOKA Masahiko |
2017-05-28 | Use interface index instead of ifnet pointer. | YASUOKA Masahiko |
2017-05-28 | Limit the nested header chain for IPv6 extensions headers and for | Alexander Bluhm |
2017-05-28 | Fix bad white spaces, wrap long lines, kill some empty lines. | Alexander Bluhm |
2017-05-28 | Add missing NET_UNLOCK() in error path. | Martin Pieuchot |