Age | Commit message (Expand) | Author |
2015-06-29 | count if_ibytes in if_input like we do for if_ipackets. | David Gwynne |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-23 | Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve(). | Martin Pieuchot |
2015-06-23 | Adapt bridge(4) to the new if_input() framework. | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-15 | Use proper argument type for crp_callback functions; no functional change. | Mike Belopuhov |
2015-06-15 | No need for an extra local variable; no functional change. | Mike Belopuhov |
2015-06-15 | Use proper argument type for crp_callback functions; no functional change. | Mike Belopuhov |
2015-06-11 | Move away from using hzto(9); OK dlg | Mike Belopuhov |
2015-06-08 | Move carp-related logic from ether_output() into carp_start(). | Martin Pieuchot |
2015-06-07 | Introduce unhandled_af() for cases where code conditionally does | Jonathan Gray |
2015-06-07 | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some | Kenneth R Westerback |
2015-06-05 | Try harder to avoid (very unlikely) NULL pointer de-ref by tweaking | Kenneth R Westerback |
2015-06-02 | Take carp(4) out of ether_input(). | Martin Pieuchot |
2015-05-26 | Store the IP address of the corresponding ifa in the rt_gateway field | Martin Pieuchot |
2015-05-26 | Do not create ARP entries for RTF_BROADCAST routes. | Martin Pieuchot |
2015-05-23 | remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@ | Markus Friedl |
2015-05-23 | introduce ipsec-id bundles and use them for ipsecflowinfo, | Markus Friedl |
2015-05-21 | Correctly state the link state to INVALID when creating a carp interface. | Martin Pieuchot |
2015-05-19 | Do not leak a rtentry if it is unusable. | 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 | Remove a NULL check in carp_set_ifp() as we always pass a valid ifp | Martin Pieuchot |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-12 | MPLS also needs a definition for etherip_output(), fix build without | Martin Pieuchot |
2015-05-07 | Include the timestamp TCP option in keep alive packets as well. | Mike Belopuhov |
2015-04-30 | Merge two identical if() statements in ipsp_acquire_sa(). The | Todd C. Miller |
2015-04-28 | Make sure to overwrite sdl_type after calling ether_ifattach(). | Martin Pieuchot |
2015-04-22 | Add the necessary glue to keep carp(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-22 | Init rt to NULL in arpresolve(). Not a problem in practice | Jonathan Gray |
2015-04-21 | Revert previous. Packets going through carp_input() but not destinated | Martin Pieuchot |
2015-04-17 | Stubs and support code for NIC-enabled IPsec bite the dust. | Mike Belopuhov |
2015-04-17 | Remove unused ipsp_parse_headers that was supposed to parse packets | Mike Belopuhov |
2015-04-17 | Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexer | Mike Belopuhov |
2015-04-16 | ipa_inp_next is unused; via mikeb@ | Markus Friedl |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
2015-04-15 | Add the necessary glue to keep carp(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-15 | Use ether_ifattach() and ether_ifdetach() when cloning/destroying an | Martin Pieuchot |
2015-04-14 | make ipsp_address thread safe; ok mpi | Mike Belopuhov |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-04-13 | Make filter argument to ipsp_aux_match optional like the rest of them. | Mike Belopuhov |
2015-04-13 | Perform IPsec bypass check on a socket before performing TDB lookups. | Mike Belopuhov |
2015-04-13 | Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpi | Mike Belopuhov |
2015-04-13 | Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpi | Mike Belopuhov |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-04-10 | replace the guts of tdb_hash with SipHash24 | David Gwynne |
2015-04-07 | Do not pass an `ifp' argument to interface input handlers since it | Martin Pieuchot |
2015-03-26 | Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone? | Mike Belopuhov |
2015-03-24 | Convert hand-rolled mbuf list used to store packets until ARP | Martin Pieuchot |
2015-03-18 | "handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncating | Ryan Thomas McBride |