Age | Commit message (Expand) | Author |
2019-10-08 | back out the use of ifiq pressure, and go back to using a packet count. | David Gwynne |
2019-10-04 | gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip. | David Gwynne |
2019-10-02 | let lacp mode trunk cope with interfaces that don't report if_baudrate. | David Gwynne |
2019-10-01 | remove the internal plumbing that supported a custom mbuf copy function. | David Gwynne |
2019-09-30 | remove the "copy function" argument to bpf_mtap_hdr. | David Gwynne |
2019-09-23 | Do more sanity checks when accepting socket addresses in routing | Alexander Bluhm |
2019-09-13 | avoid the use of a custom bpf copy function. | David Gwynne |
2019-09-13 | tweak tun/tap kn_data to be more consistent with everything else. | David Gwynne |
2019-09-12 | pf_test can return PF_PASS, but set the mbuf to NULL. | David Gwynne |
2019-09-12 | knf for the switch statement in tun_dev_kqfilter. | David Gwynne |
2019-09-12 | let userland write up to hardmtu bytes, not just mtu bytes. | David Gwynne |
2019-09-12 | we don't need to cast hdr arguments to caddr_t for bpf_mtap_hdr anymore. | David Gwynne |
2019-09-12 | make bpf_mtap_hdr take a const void *, not a caddr_t. | David Gwynne |
2019-08-29 | pf_state_insert() must grab state lock exclusively | Alexandr Nedvedicky |
2019-08-28 | Fix white spaces and wrap long lines. | Alexander Bluhm |
2019-08-28 | In rev 1.273 RTM_LOCK has been removed from net/rtsock.c. Since | Alexander Bluhm |
2019-08-26 | pf.conf "set timeout interval 1" causes kernel crash | Alexandr Nedvedicky |
2019-08-21 | Remove support for semantically opace interface identifiers (RFC 7217) | Florian Obser |
2019-08-16 | ifq_hdatalen should keep the mbuf it's looking at, not leak it. | David Gwynne |
2019-08-06 | When we needed the kernel lock for local IP packet delivery, mpi@ | Alexander Bluhm |
2019-08-05 | try to be more compliant with the spec by implementing marker responses. | David Gwynne |
2019-08-05 | run pf against ip packets coming in and out of the two ports. | David Gwynne |
2019-08-05 | pay some lip service to TPMR compliance according to 802.1Q-2018 | David Gwynne |
2019-08-01 | add tpmr(4), a quick and dirty 802.1Q Two-Port MAC Relay implementation | David Gwynne |
2019-07-29 | The IPv6 duplicate address detection may send a packet before the | Alexander Bluhm |
2019-07-25 | AF_INET comes before AF_INET6. Shorten line to <80 chars. | Kenneth R Westerback |
2019-07-25 | Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let | Kenneth R Westerback |
2019-07-20 | When multiple ports share the same MAC, pick the physical one for delivery. | Martin Pieuchot |
2019-07-20 | generate the actor info per port to send to userland. | David Gwynne |
2019-07-20 | just use LINK_STATE_IS_UP to see if a port has link. | David Gwynne |
2019-07-19 | try to notify the partner when the port is going away or down. | David Gwynne |
2019-07-19 | default (ie, reset) the partner info when a ports link goes down. | David Gwynne |
2019-07-19 | export all the partner info to userland, not just what ifconfig prints. | David Gwynne |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2019-07-18 | follow up to 'once rule' expiration | Alexandr Nedvedicky |
2019-07-18 | make the UCT in the rxm generate debug output | David Gwynne |
2019-07-18 | run the selection logic from the rxm current state if the port is unselected | David Gwynne |
2019-07-18 | bulk up the debug output around selection logic | David Gwynne |
2019-07-18 | replace ether_{cmp,is_eq,is_zero} with the new ones in netinet/if_ether.h | David Gwynne |
2019-07-18 | This commit fixes two bugs involving PF once rules: | Lawrence Teo |
2019-07-17 | Convert struct rtpcb malloc(9) to pool_get(9). PCB for routing | Alexander Bluhm |
2019-07-17 | Convert struct pkpcb malloc(9) to pool_get(9). PCB for pfkey is | Alexander Bluhm |
2019-07-17 | Introduce ETHER_IS_BROADCAST/ANYADDR/EQ() and use them where appropriate. | Martin Pieuchot |
2019-07-14 | newlen was a dead store, but what we could use is oldlen to | Florian Obser |
2019-07-11 | fix NULL pointer dereference, reported and fix tested by sthen | Alexandr Nedvedicky |
2019-07-09 | Add missing mtx_leave() in error path. | Martin Pieuchot |
2019-07-09 | Fix previous commit which made src-node have a reference for the kif. | YASUOKA Masahiko |
2019-07-08 | free(9) sizes for M_RTABLE. | Martin Pieuchot |
2019-07-05 | pretend to handle setting trunkproto, but only support setting it to lacp | David Gwynne |
2019-07-05 | fix the $OpenBSD$ tag | David Gwynne |