Age | Commit message (Expand) | Author |
2015-05-18 | Move the rdomain from struct ifnet into struct if_data. This way it | Reyk Floeter |
2015-05-18 | Do not change "rcvif" without goint through if_input() again otherwise | Martin Pieuchot |
2015-05-15 | Remove useless comments mentioning ether_output(). | Martin Pieuchot |
2015-05-15 | Allow multiple connected/interface routes to exist at the same time. | Claudio Jeker |
2015-05-15 | Give carp(4) interfaces their own low priority. The change should not | Claudio Jeker |
2015-05-15 | Introduce if_output(), a function do to the last steps before enqueuing | Martin Pieuchot |
2015-05-14 | Allocate the input packet handler as part of the trunk_port structure | Martin Pieuchot |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-13 | Get rid of the last "#if NTRUNK" by overwriting trunk ports' output | Martin Pieuchot |
2015-05-12 | This file is only compiled when "pseudo-device bridge" is included in | Martin Pieuchot |
2015-05-11 | fix a potential use-after-free in pf_state_rm_src_node | Henning Brauer |
2015-05-11 | Take trunk(4) out of ether_input(). | Martin Pieuchot |
2015-05-07 | fix indentation | Jonathan Gray |
2015-05-05 | Eliminate rabid semicolon | Chris Cappuccio |
2015-05-05 | Flag user specified routes with an AF_LINK gateway as RTF_LLINFO. | Martin Pieuchot |
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 |