Age | Commit message (Expand) | Author |
2015-05-04 | Use ether_input() as default input packet handler and do the necessary | Martin Pieuchot |
2015-04-30 | Do not free & reallocate a new chunk of memory for the interface | Martin Pieuchot |
2015-04-29 | In most cases, IP fragments do not have an Ethernet padding. So | Alexander Bluhm |
2015-04-29 | Use if_get() after every tsleep(), in case the bottom half of the driver | Theo de Raadt |
2015-04-23 | replace the use of struct ifqueue in pipex with mbuf_queues. | David Gwynne |
2015-04-22 | Add missing header for NBRIDGE chunk, found the hardway and diff from | Martin Pieuchot |
2015-04-20 | Remove a bad typo introduced in rev 1.185 and found by jsg@. | Martin Pieuchot |
2015-04-18 | replace the hand rolled lists of mbufs in hfsc_classq with an | David Gwynne |
2015-04-17 | On Ethernet packets have a minimal length, so very short packets | Alexander Bluhm |
2015-04-17 | Stubs and support code for NIC-enabled IPsec bite the dust. | Mike Belopuhov |
2015-04-17 | Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexer | Mike Belopuhov |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
2015-04-16 | change {import,export}_identity so it can be used for policies; ok mikeb | Markus Friedl |
2015-04-15 | Fix a typo introduced in the niq_enqueue() conversion. | Martin Pieuchot |
2015-04-15 | Add the necessary glue to keep vlan(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-04-13 | Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) on | Martin Pieuchot |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-13 | ether_input() should not longer be called directly so convert to | Martin Pieuchot |
2015-04-12 | hfsc_classq has a type member which is never set or read, except to report | David Gwynne |
2015-04-12 | there's a 1:1 correlation between hfsc_class instances and hfsc_classq | David Gwynne |
2015-04-12 | pull structs and macros that are only used in hfsc.c out of the header | David Gwynne |
2015-04-12 | dont rely on hfsc.h via pfvar.h to include sys/timeout.h. | David Gwynne |
2015-04-11 | the hfsc pools are only used in hfsc.c, so move the init of them | David Gwynne |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-04-10 | mpi@ introduced a ph_cookie in mbuf packet headers that can be used | David Gwynne |
2015-04-10 | Run detach hook and similar before cleaning up any other resource when | Martin Pieuchot |
2015-04-10 | dont inherit the parent interfaces hardmtu as the vlan interfaces | David Gwynne |
2015-04-09 | Plug a memory leak in pfr_destroy_kentry | Mike Belopuhov |
2015-04-08 | Table flags are not looked at when a table entry is created. | Mike Belopuhov |
2015-04-08 | Destination table needs it's own negation flag passed to the pfr_update_stats. | Mike Belopuhov |
2015-04-07 | Do not pass an `ifp' argument to interface input handlers since it | Martin Pieuchot |
2015-04-02 | Grab the kernel lock around the bpf_mtap_ether() call in if_input(). This | Mark Kettenis |
2015-04-01 | Kill useless comments talking about ether_input(). | Martin Pieuchot |
2015-04-01 | create a taskq for network tasks to run in. cut ether_input_mbuf | David Gwynne |
2015-03-31 | let vlan(4) mtu be limited by the parents hardmtu, not current mtu. | David Gwynne |
2015-03-29 | if_detached start dequeues mbufs on the start list and immediately | David Gwynne |
2015-03-26 | Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone? | Mike Belopuhov |
2015-03-26 | Use rt_ifa_add(9) and rt_ifa_del(9) to configure MPLS labels. | Martin Pieuchot |
2015-03-25 | introduce code for network input queues. these are to replace the | David Gwynne |
2015-03-18 | remove the congestion handling from struct ifqueue. | David Gwynne |
2015-03-17 | Merge two "#ifdef NCARP" chunks. | Martin Pieuchot |
2015-03-16 | When state creations happen in short term by outgoing packets of one | YASUOKA Masahiko |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-04 | Make sure that rn_mpath_adj_mpflag() is called with the correct pointer | Claudio Jeker |
2015-03-03 | make sure hfsc_attach, hfsc_detach, hfsc_addqueue, hfsc_delqueue and | Henning Brauer |
2015-03-03 | Fix a regression introduced when switching from rtsold to the kernel for | Brad Smith |
2015-02-20 | fix a memory leak in the error case found by Maxime Villard's Brainy | Ted Unangst |
2015-02-16 | avoid double vlan-header or vlan-header for non-vlan(4) interfaces | Markus Friedl |
2015-02-15 | Rather than using 0xff as a placeholder for "don't check prio", use 0xff to | Stuart Henderson |