Age | Commit message (Expand) | Author |
2017-04-19 | Use the rt_rmx defines that hide the struct rt_kmetrics indirection. | Alexander Bluhm |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-19 | Do not return an error code for SIOCSIFFLAGS. | Martin Pieuchot |
2016-11-14 | Automatically create a default lo(4) interface per rdomain. | Martin Pieuchot |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2015-12-05 | remove old lint annotations | Ted Unangst |
2015-11-27 | Keep lo(4) definitions inside if_loop.c | Martin Pieuchot |
2015-11-11 | Store the index of the lo0 interface instead of a pointer to its | Martin Pieuchot |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-09-12 | Introduce if_input_local() a function to feed local traffic back to | Martin Pieuchot |
2015-07-29 | Don't use mpls_input() as input handler anymore and instead call it | Rafael Zalamena |
2015-07-21 | Put the mbuf_list inside "#ifdef MPLS". | Martin Pieuchot |
2015-07-20 | Remove splassert(IPL_NET) from if_input(). | Martin Pieuchot |
2015-07-20 | Kill NETISR_MPLS, from now on we will use interface input handlers to deal | Rafael Zalamena |
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 |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-27 | Do not overwrite user-specified MTU. | Martin Pieuchot |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-23 | length argument for some free() calls; ok doug | Theo de Raadt |
2014-10-14 | Document that lo0 must be present on your system by panic(9)ing if we | Martin Pieuchot |
2014-10-07 | Do not protect the SIOCSIFADDR call by splnet(). Drivers already | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-14 | There is no reason why one needs to have a lo(4) MTU that is arch specific. | Claudio Jeker |
2014-04-19 | /* | Henning Brauer |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-19 | Uniformize drivers doing nothing with their multicast filters to make | Martin Pieuchot |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-10 | Switch to ANSI C prototypes. Diff by somebody else which I no longer remember. | Claudio Jeker |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-04 | make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without this | Stuart Henderson |
2008-05-07 | Add MPLS support to loopback. | Esben Norby |
2007-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2005-08-02 | pass the AF in network byte order to bpf | Markus Friedl |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-06-12 | lo0 is special, attaches early an different than the other loopback interfaces | Henning Brauer |
2005-06-08 | no more netns handling for the various tunnel devices and loopback | Henning Brauer |
2004-07-16 | remove netiso shitz, millert ok | Henning Brauer |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |