Age | Commit message (Expand) | Author |
2018-05-28 | implement support for MikroTik's Ethernet over IP protocol as eoip(4) | David Gwynne |
2018-05-19 | As long we have no per socket locking, we must grab either net lock | Alexander Bluhm |
2018-05-17 | Move the handling of SIOCIFGCLONERS out of the NET_RLOCK(). The global | Theo Buehler |
2018-05-16 | Fix kernel builds without IPSEC. | Reyk Floeter |
2018-05-15 | Take NET_LOCK for pppioctl when called via the tty ioctl handler | Mike Belopuhov |
2018-05-15 | Grab the KERNEL_LOCK() in pppasyncstart/pppasyncrelinq/pppasyncctlp. | Martin Pieuchot |
2018-05-14 | Use a SRP list to protect pfkeyv2 sockets, thus removing the need to | Martin Pieuchot |
2018-05-12 | Make LACP_STATE_BITS accessible to userland | ccardenas |
2018-05-10 | pf route-to should not send packets from 127.0.0.1 or ::1 address | Alexander Bluhm |
2018-05-08 | Introduce rtm_sendup() a function to deliver routing messages to a | Martin Pieuchot |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-04-28 | bump my copyright | Peter Hessler |
2018-04-28 | don't check if we still have the BFD flag set when sending a packet, as we | Peter Hessler |
2018-04-28 | properly delete the bfd configuration when it is disabled | Peter Hessler |
2018-04-28 | use unsigned variables for things that we use as unsigned | Peter Hessler |
2018-04-28 | add the socket lock around our use of sockets | Peter Hessler |
2018-04-25 | Make this header standalone #if __BSD_VISIBLE, by including needed headers | Jeremie Courreges-Anglas |
2018-04-24 | Use pf_rm_rule() instead of pool_put() to decrement references by | Alexander Bluhm |
2018-04-24 | Fix copy and paste typo in pfi_kif_unref route error message. | Alexander Bluhm |
2018-04-24 | Push NET_LOCK down in the default ifioctl case. | Paul Irofti |
2018-04-24 | Remove unused rtentry parameter. | Florian Obser |
2018-04-19 | when adding span ports, restrict them to ether and mplstunnel interfaces. | David Gwynne |
2018-04-18 | If m_pullup() changes the mbuf in gif_input(), also adjust the mbuf | Alexander Bluhm |
2018-04-13 | Remove compatibility with pfctl from 6.1 and plug a few leaks | Mike Belopuhov |
2018-04-08 | use the specified protocol on v6 output | David Gwynne |
2018-04-08 | on output, actually attach the mbuf tag to packet. | David Gwynne |
2018-04-06 | All users of the PFLOG_PACKET() macro are inside "#if NPFLOG > 0". | Alexander Bluhm |
2018-04-05 | Zap the obsolete PF_TRANS_ALTQ. | Lawrence Teo |
2018-04-05 | Explicitly check PF_TRANS_RULESET in DIOCXBEGIN, DIOCXCOMMIT, and DIOCXROLLBACK. | Lawrence Teo |
2018-04-03 | use link0 to use llprio in transmitted packets, regardless of mbuf prio. | David Gwynne |
2018-03-29 | NET_LOCK is also required in pppxwrite and pppxclose. | Jonathan Matthew |
2018-03-28 | - memory leak occurs when adding same table twice. | Alexandr Nedvedicky |
2018-03-20 | Call bpfdetach() without holding the NET_LOCK(). | Martin Pieuchot |
2018-03-15 | Remove the check for flags M_AUTH and M_CONF (AH and ESP). | remi |
2018-03-13 | on input, check the unicast address before the multicast handling. | David Gwynne |
2018-03-12 | Delete unused variable. | Kenji Aoyama |
2018-03-12 | give mgre(4) the IFF_MULTICAST and IFF_SIMPLEX flags | David Gwynne |
2018-03-06 | If source and destination addresses are equal, the incoming and | Alexander Bluhm |
2018-03-02 | Protect the calls to ifpromisc() in bpf(4) with net lock. This | Alexander Bluhm |
2018-03-02 | Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. | Claudio Jeker |
2018-03-01 | copy p2p_rtrequest to mgre_rtrequest, so it can be tweaked | David Gwynne |
2018-02-28 | fix up matching of incoming traffic to interfaces. | David Gwynne |
2018-02-27 | change mgre tunnel configuration to only accept a single local address. | David Gwynne |
2018-02-27 | make kernel compile again without INET6 | Sebastian Benoit |
2018-02-27 | use a macro for the default if_hdrlen, not a magic number | David Gwynne |
2018-02-27 | annotate some data structures with the lock protecting them. | David Gwynne |
2018-02-27 | add support for point to multipoint GRE via mgre(4). | David Gwynne |
2018-02-25 | default the nvgre vnetid to the first valid value according to the rfc | David Gwynne |
2018-02-24 | when comparing nvgre entries, compare a with b, not a with itself. | David Gwynne |
2018-02-22 | remove some debug code in nvgre | David Gwynne |