Age | Commit message (Expand) | Author |
2023-12-23 | Backout always allocate per-CPU statistics counters for network | Alexander Bluhm |
2023-12-22 | Always allocate per-CPU statistics counters for network interface | Vitaliy Makkoveev |
2023-11-28 | Remove struct inpcb from in6_embedscope() parameters. | Alexander Bluhm |
2023-10-27 | Forward TCP LRO disabling to parent devices. | Jan Klemkow |
2023-05-13 | Instead of implementing IPv4 header checksum creation everywhere, | Alexander Bluhm |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2022-06-26 | The "ifq_set_maxlen(..., 1);" hack we use to enforce pipex(4) related | Vitaliy Makkoveev |
2021-03-10 | spelling | Jonathan Gray |
2021-02-27 | trim some code i accidentally left into the nvgre add address function | David Gwynne |
2021-02-27 | recover scope from v6 nvgre endpoint addresses for userland to look at. | David Gwynne |
2021-02-26 | use a uint64_t for the ethernet address in the etherbridge table. | David Gwynne |
2021-02-24 | add support for adding and deleting mac addr entries on nvgre. | David Gwynne |
2021-02-21 | cut nvgre(4) over to use common etherbridge code. | David Gwynne |
2021-02-20 | move gre and mgre from calling l3 input handlers to using if_vinput. | David Gwynne |
2021-01-19 | gre(4): convert ifunit() to if_unit(9) | mvs |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-12-10 | Convert gre_sysctl to sysctl_bounded_arr | gnezdo |
2020-11-03 | replace the nvgre node when the endpoint ip changes. | David Gwynne |
2020-08-28 | Add missing #if's to fix build without bpf(4). | mvs |
2020-08-21 | Leave default ifq_maxlen handling to ifq_init() | kn |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-06-17 | make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags. | David Gwynne |
2020-04-12 | Stop processing packets under non-exclusive (read) netlock. | Martin Pieuchot |
2019-11-10 | whitespace fixes, no functional change | David Gwynne |
2019-11-07 | turn the linkstate hooks into a task list, like the detach hooks. | David Gwynne |
2019-11-06 | replace the hooks used with if_detachhooks with a task list. | David Gwynne |
2019-07-29 | The IPv6 duplicate address detection may send a packet before the | Alexander Bluhm |
2019-07-17 | Introduce ETHER_IS_BROADCAST/ANYADDR/EQ() and use them where appropriate. | Martin Pieuchot |
2019-04-23 | give gre and mgre percpu counters too | David Gwynne |
2019-04-23 | a first cut at converting some virtual ethernet interfaces to if_vinput | David Gwynne |
2019-04-22 | support rxprio | David Gwynne |
2019-04-19 | use the common code in if.c to check if txhprio is good. | David Gwynne |
2019-04-15 | Use timeout_del_barrier(9) instead of timeout_del(9) followed by | Visa Hankala |
2019-01-04 | make kernel build without MPLS/mpe/mpw | Sebastian Benoit |
2019-01-04 | make kernel build without INET6 again. | Sebastian Benoit |
2018-12-17 | Handle SIOCADDMULTI and SIOCDELMULTI as nops in ioctl code. | David Gwynne |
2018-12-17 | If something like ether_ioctl returns ENETRESET, don't let it bubble out. | David Gwynne |
2018-12-03 | Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDR | Claudio Jeker |
2018-11-29 | allow configuration of ecn processing | David Gwynne |
2018-11-15 | the variable holding the ip tos should be called tos, not ttl. | David Gwynne |
2018-11-14 | use the txprio setting to populate the tos in keepalive packets. | David Gwynne |
2018-11-14 | according to ip_ipip.c, rfc1853 says not to copy the ttl on decapsulation | David Gwynne |
2018-11-13 | add txprio support to gre, mgre, egre, nvgre, and eoip | David Gwynne |
2018-11-12 | set the hardmtu on ether encap ifs so the mtu can be raised above 1500 | David Gwynne |
2018-11-11 | when encapsulating mpls, map the mpls qos value to an ip tos. | David Gwynne |
2018-11-11 | actually use the if_llprio to set the mbuf prio. | David Gwynne |
2018-11-11 | use the llprio on gre(4) and eoip(4) interfaces for the keepalive tos | David Gwynne |
2018-10-25 | start both the sc_ka_send and sc_ka_hold timeout when | David Gwynne |
2018-10-18 | provide a default case for all switch statements handling address families | David Gwynne |
2018-10-18 | make sure keepalive ioctl values are either both zero, or both not zero. | David Gwynne |