Age | Commit message (Expand) | Author |
2018-02-10 | rework gif to be more consistent. | David Gwynne |
2018-01-09 | make mpls_input take a struct ifnet *ifp argument. | David Gwynne |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-11-17 | Add ifdef MPLS around all the MPLS-in-IP code | Jeremie Courreges-Anglas |
2017-11-17 | Rename functions that now handle only MPLS-in-IP | Jeremie Courreges-Anglas |
2017-11-17 | Move etherip_allow where it is used | Jeremie Courreges-Anglas |
2017-11-17 | Drop etheripstat use in ip_ether.c | Jeremie Courreges-Anglas |
2017-11-17 | Drop all Ethernet-in-IP support from gif(4) | Jeremie Courreges-Anglas |
2017-11-17 | Move etherip counters and their allocation to etherip(4) | Jeremie Courreges-Anglas |
2017-11-15 | etherip(4) now handles etherip sysctls, move/remove code accordingly. | Jeremie Courreges-Anglas |
2017-11-10 | Use percpu counters with etheripstat. | Visa Hankala |
2017-11-06 | Use %s and __func__ in DPRINTF() to reduce false positive with grep(1). | Martin Pieuchot |
2017-10-09 | Reduces the scope of the NET_LOCK() in sysctl(2) path. | Martin Pieuchot |
2017-06-19 | When dealing with mbuf pointers passed down as function parameters, | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-03-07 | Rename struct etheripstat members for consistency, move them all to 64bits | Jeremie Courreges-Anglas |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2016-09-24 | ANSIfy netinet/; from David Hill | Christian Weisgerber |
2015-12-02 | Rework the MPLS handling. Remove the lookup loops since nothing is using | Claudio Jeker |
2015-11-07 | Use input handlers for bridge(4). | Martin Pieuchot |
2015-07-31 | Removed uninitialized pointer usage, we didn't need to use it there anyway. | Rafael Zalamena |
2015-07-29 | Don't use mpls_input() as input handler anymore and instead call it | Rafael Zalamena |
2015-07-20 | Kill NETISR_MPLS, from now on we will use interface input handlers to deal | Rafael Zalamena |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-02 | By design if_input_process() needs to hold a reference on the receiving | 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-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-14 | In the next step, stop accepting the nibble-swapped protocol for 5.6. | Theo de Raadt |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-11-06 | See previous commit. This is the next step in the process. The code now | Theo de Raadt |
2013-01-14 | after OpenBSD requested a etherip rev 3 to solve a byte order weakness, and | Theo de Raadt |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-10-05 | missing include for pf | Camiel Dobbelaar |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2011-07-04 | No need to check proto == IPPROTO_ETHERIP | David Hill |
2011-04-13 | add missing #include "pf.h" for NPF; ok mikeb, claudio, mpf | Markus Friedl |
2010-10-28 | Normalize mbuf after prepending space for the header since the data | Claudio Jeker |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-11-21 | Add a way to bind the tunnel endpoint of a gif/gre interface into a | Claudio Jeker |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-02-20 | Fix the bpf hook in etherip_input() by using the right address family and | Claudio Jeker |