2022-02-28 |
dlg | add the mbuf tags that prevent output loops.
|
commit | commitdiff | tree |
2022-02-26 |
dlg | add the mbuf tag that prevents loops in vxlan_encap...
|
commit | commitdiff | tree |
2022-02-26 |
dlg | have another go at fixing assert "sc->sc_dev == NUM...
|
commit | commitdiff | tree |
2022-02-24 |
dlg | document the tunnel ioctls that vxlan supports.
|
commit | commitdiff | tree |
2022-02-24 |
dlg | slight wording tweak
|
commit | commitdiff | tree |
2022-02-23 |
dlg | better help for getting addresses for dgrams received...
|
commit | commitdiff | tree |
2022-02-22 |
dlg | don't hide the mtu on "bridge" interfaces.
|
commit | commitdiff | tree |
2022-02-22 |
dlg | add some more tunnels to the list of interfaces that...
|
commit | commitdiff | tree |
2022-02-21 |
dlg | in input, clear the address union before putting an...
|
commit | commitdiff | tree |
2022-02-21 |
dlg | vxlan sending to a mcast group needs an interface specified...
|
commit | commitdiff | tree |
2022-02-20 |
dlg | i missed a word.
|
commit | commitdiff | tree |
2022-02-18 |
dlg | dont bother running ethernet multicast ioctl handlers.
|
commit | commitdiff | tree |
2022-02-18 |
dlg | fix inverted check of running when changing tunnel...
|
commit | commitdiff | tree |
2022-02-18 |
dlg | only unwind multicast when in learning mode.
|
commit | commitdiff | tree |
2022-02-16 |
dlg | document endpoint mode
|
commit | commitdiff | tree |
2022-02-16 |
dlg | check pf rule "set prio" values consistently.
|
commit | commitdiff | tree |
2022-02-16 |
dlg | prevent (re)opening of tun/tap interfaces that are...
|
commit | commitdiff | tree |
2022-02-16 |
dlg | take a quick run at updating the manpage for the rewritten...
|
commit | commitdiff | tree |
2022-02-16 |
dlg | fill in support for rx prio handling.
|
commit | commitdiff | tree |
2022-02-16 |
dlg | rewrite vxlan to better fit the current kernel infrastructure.
|
commit | commitdiff | tree |
2022-02-15 |
dlg | only tweak ifp if_flags while holding NET_LOCK.
|
commit | commitdiff | tree |
2022-02-15 |
dlg | make tun_link_state take the ifnet pointer instead...
|
commit | commitdiff | tree |
2022-02-14 |
dlg | update sbchecklowmem() to better detect actual mbuf...
|
commit | commitdiff | tree |
2022-02-09 |
dlg | enable hw vlan tag handling in the rx path too.
|
commit | commitdiff | tree |
2022-02-09 |
dlg | enable hardware vlan tagging.
|
commit | commitdiff | tree |
2022-02-08 |
dlg | bring back IPv4, TCP4/6 and UDP4/6 checksum offloading.
|
commit | commitdiff | tree |
2022-02-08 |
dlg | use sizeof(long) - 1 in m_pullup to determine payload...
|
commit | commitdiff | tree |
2022-02-08 |
dlg | rework checksum/vlan offloading, and enable it for...
|
commit | commitdiff | tree |
2022-02-05 |
dlg | make bpf_movein align the packet payload.
|
commit | commitdiff | tree |
2022-02-05 |
dlg | remove an extra set of brackets. no functional change.
|
commit | commitdiff | tree |
2022-01-31 |
dlg | +kstat_destroy
|
commit | commitdiff | tree |
2022-01-31 |
dlg | add kstat_remove so you can tear the struct apart before...
|
commit | commitdiff | tree |
2022-01-18 |
dlg | return EIO, not ENXIO, when the interface underneath...
|
commit | commitdiff | tree |
2022-01-18 |
dlg | a comment about bridges shouldnt list switch(4), but...
|
commit | commitdiff | tree |
2022-01-16 |
dlg | modernise pcn_start with m_defrag and the "new" ifq...
|
commit | commitdiff | tree |
2022-01-16 |
dlg | activate/notify waiting kq kevents from bpf_wakeup...
|
commit | commitdiff | tree |
2022-01-14 |
dlg | get the list of things in the full identifier right.
|
commit | commitdiff | tree |
2022-01-10 |
dlg | speeling
|
commit | commitdiff | tree |
2022-01-10 |
dlg | this should be most of the necessary info for this...
|
commit | commitdiff | tree |
2022-01-10 |
dlg | add a bit more.
|
commit | commitdiff | tree |
2022-01-10 |
dlg | tweak slightly
|
commit | commitdiff | tree |
2022-01-10 |
dlg | hang some flesh off the bones that jsg provided.
|
commit | commitdiff | tree |
2022-01-10 |
dlg | mark up the ioctl requests with Dv
|
commit | commitdiff | tree |
2022-01-10 |
dlg | provide access to the hardware counters (MIB counters...
|
commit | commitdiff | tree |
2022-01-10 |
dlg | handle the status ring entries as 64bit words instead...
|
commit | commitdiff | tree |
2022-01-05 |
dlg | add a basic printer for EAPOL packets.
|
commit | commitdiff | tree |
2022-01-05 |
dlg | ethertypes.h has now added the missing ethertypes we...
|
commit | commitdiff | tree |
2022-01-05 |
dlg | fix some more -Wunused-but-set-variable
|
commit | commitdiff | tree |
2022-01-05 |
dlg | fix another -Wunused-but-set-variable
|
commit | commitdiff | tree |
2022-01-05 |
dlg | more -Wunused-but-set-variable fixes
|
commit | commitdiff | tree |
2022-01-05 |
dlg | clean up another -Wunused-but-set-variable thing
|
commit | commitdiff | tree |
2022-01-05 |
dlg | clean up some -Wunused-but-set-variable.
|
commit | commitdiff | tree |
2022-01-05 |
dlg | fix some -Wunused-but-set-variable stuff.
|
commit | commitdiff | tree |
2022-01-05 |
dlg | silence a -Wunused-but-set-variable
|
commit | commitdiff | tree |
2022-01-05 |
dlg | add NSH and NHRP ethertypes, mostly for tcpdump stuff.
|
commit | commitdiff | tree |
2022-01-05 |
dlg | rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.
|
commit | commitdiff | tree |
2022-01-05 |
dlg | use the index provided by the txcompletion descriptor...
|
commit | commitdiff | tree |
2021-12-28 |
dlg | whitespace tweak, no functional change.
|
commit | commitdiff | tree |
2021-12-28 |
dlg | it doesnt make sense to configure a vport as a span...
|
commit | commitdiff | tree |
2021-12-28 |
dlg | move away from using the M_PROTO1 flag to prevent loops...
|
commit | commitdiff | tree |
2021-11-19 |
dlg | whitespace tweaks. no functional change.
|
commit | commitdiff | tree |
2021-11-19 |
dlg | let CH340 chips keep working in 8N1 mode.
|
commit | commitdiff | tree |
2021-11-10 |
dlg | whitespace tweak, no functional change.
|
commit | commitdiff | tree |
2021-11-10 |
dlg | whitespace tweaks, no functional change.
|
commit | commitdiff | tree |
2021-11-08 |
dlg | whitespace tweak, no functional change
|
commit | commitdiff | tree |
2021-11-08 |
dlg | whitespace tweaks, no functional change.
|
commit | commitdiff | tree |
2021-11-08 |
dlg | veb rules are an smr list, so traversal should be in...
|
commit | commitdiff | tree |
2021-11-02 |
dlg | add handling for parity and character size config.
|
commit | commitdiff | tree |
2021-08-31 |
dlg | sprinkle barriers and dmamem_syncs around the hibernate...
|
commit | commitdiff | tree |
2021-08-19 |
dlg | implement reception of "VLAN 0 priority tagged" packets.
|
commit | commitdiff | tree |
2021-07-09 |
dlg | ifq_hdatalen can return 0 if ifq_empty is true, which...
|
commit | commitdiff | tree |
2021-07-08 |
dlg | fix the hibernate io path.
|
commit | commitdiff | tree |
2021-07-05 |
dlg | etherbridge_map was way too clever, so simplify it.
|
commit | commitdiff | tree |
2021-06-25 |
dlg | let pfsync_request_update actually retry when it overfills...
|
commit | commitdiff | tree |
2021-06-23 |
dlg | augment the global pf state list with its own locks.
|
commit | commitdiff | tree |
2021-06-23 |
dlg | pf_purge_expired_states can check the time once instead...
|
commit | commitdiff | tree |
2021-06-23 |
dlg | pfsync_undefer_notify needs to be careful before dereferecin...
|
commit | commitdiff | tree |
2021-06-23 |
dlg | rework pf_state_expires to avoid confusion around state...
|
commit | commitdiff | tree |
2021-06-17 |
dlg | more consistently use pfsync_free_deferral to free...
|
commit | commitdiff | tree |
2021-06-15 |
dlg | use getnsecuptime instead of getmicrouptime.
|
commit | commitdiff | tree |
2021-06-15 |
dlg | get the uptime before comparing to it.
|
commit | commitdiff | tree |
2021-06-15 |
dlg | factor out nsecuptime and getnsecuptime.
|
commit | commitdiff | tree |
2021-06-15 |
dlg | rework pfsync deferal timeout handling.
|
commit | commitdiff | tree |
2021-06-09 |
dlg | whitespace tweak. no functional change.
|
commit | commitdiff | tree |
2021-06-03 |
dlg | ip6_input_if used the ip6_hdr pointer uninitted after...
|
commit | commitdiff | tree |
2021-06-03 |
dlg | remember if the ipv4 header checksum is ok.
|
commit | commitdiff | tree |
2021-06-02 |
dlg | whitespace tweaks, no functional change.
|
commit | commitdiff | tree |
2021-06-02 |
dlg | only read the if_bpf pointer once.
|
commit | commitdiff | tree |
2021-06-02 |
dlg | tpmr_input is called in an smr crit section, so it...
|
commit | commitdiff | tree |
2021-06-02 |
dlg | read the tpmr if_flags once in tpmr_input so link flags...
|
commit | commitdiff | tree |
2021-06-02 |
dlg | use ipv4_check and ipv6_check to well, check ip headers...
|
commit | commitdiff | tree |
2021-06-02 |
dlg | use ipv4_check and ipv6_check provided by the network...
|
commit | commitdiff | tree |
2021-06-02 |
dlg | don't init a pointer just to immediately set it again.
|
commit | commitdiff | tree |
2021-06-02 |
dlg | factor out the code that does sanity checks on ipv6...
|
commit | commitdiff | tree |
2021-06-02 |
dlg | factor out the code that does basic sanity checks on...
|
commit | commitdiff | tree |
2021-06-01 |
dlg | a couple of minor whitespace tweaks. no functional...
|
commit | commitdiff | tree |
2021-05-31 |
dlg | make nvme_read8 and write8 less clever.
|
commit | commitdiff | tree |
2021-05-31 |
dlg | try to get rid of a weird comma on the alpns attach...
|
commit | commitdiff | tree |
2021-05-28 |
dlg | kettenis@ pointed out that i forgot to fill in the...
|
commit | commitdiff | tree |
2021-05-28 |
dlg | first cut at manpages for aplns(4)
|
commit | commitdiff | tree |
next |