Age | Commit message (Expand) | Author |
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 |
2015-02-14 | Rather than using 0xff as a placeholder for "don't check prio", use 0xff to | Stuart Henderson |
2015-02-13 | Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced | Todd C. Miller |
2015-02-12 | When purging the routes corresponding to an ifp, skip the routing tables | Martin Pieuchot |
2015-02-12 | change log(matches) semantics slightly to make it more useful. since it | Henning Brauer |
2015-02-11 | Do not store the key and the gateway of a route entry in the same chunk | Martin Pieuchot |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-10 | include the "set prio" values. | Henning Brauer |
2015-02-10 | since we inherit prio (as in, the queuing priority) from outside sources, | Henning Brauer |
2015-02-10 | In rt_if_track skip rtables that are not in the rdomain of the ifp. | Claudio Jeker |
2015-02-10 | make bpf(4) able to filter based on a pf(4) queue ID for tcpdump -Q qname | Martin Pelikan |
2015-02-09 | correctly reset max_win if the SYN-ACK lacks a wscale option. pf | Markus Friedl |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |
2015-02-09 | move the init of the if_input from ether_ifattach to if_attach. | David Gwynne |
2015-02-08 | Introduce if_input() a function to pass packets dequeued from a | Martin Pieuchot |
2015-02-08 | remove the dead code inside #if(def) RED_NOTYET | Henning Brauer |
2015-02-08 | pf normalization code was in dire need of style normalization. | Henning Brauer |
2015-02-07 | pf synproxy will do the 3WHS on behalf of the target machine, and once | Henning Brauer |
2015-02-07 | make RB_PROTOTYPE usage ISO C compliant by removing useless semicolons | Martin Pelikan |
2015-02-06 | earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p | Sebastian Benoit |
2015-02-06 | earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p | Sebastian Benoit |
2015-02-06 | IEEE sez that 0 is bigger than 1, and IEEE is always right. | Henning Brauer |
2015-02-06 | since I just touched this file and thus cause an almost full recompile of | Henning Brauer |
2015-02-06 | g/c unused IFQ_INC_LEN, IFQ_DEC_LEN and IFQ_INC_DROPS, ok claudio | Henning Brauer |
2015-02-06 | using IFQ_INC_LEN and IFQ_DEC_LEN for len++/len-- is a bit excessive, | Henning Brauer |
2015-02-06 | style(9) nit | Bret Lambert |
2015-02-06 | Change rt_mpath_conflict() to not rely on an initialized rtentry when | Martin Pieuchot |
2015-02-05 | implement SIOCIFAFATTACH and SIOCIFAFDETACH for AF_INET | Henning Brauer |
2015-02-05 | Make sure pf(4) does not see embedded scopes. | Martin Pieuchot |
2015-01-29 | back bpf.c down to 1.113, from before most recent timeout changes. | Ted Unangst |
2015-01-28 | Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'s | Martin Pieuchot |
2015-01-28 | when doing a blocking read with a timeout, after the sleep reset | David Gwynne |
2015-01-27 | Ensure that link-local addresses are correctly configured on loopback | Martin Pieuchot |
2015-01-27 | Do not overwrite user-specified MTU. | Martin Pieuchot |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-26 | Do not always try to rtfree(9) route entries inside rtdeletemsg(9). | Martin Pieuchot |
2015-01-24 | Userland (base & ports) was adapted to always include <netinet/in.h> | Theo de Raadt |
2015-01-21 | if_media.c needs net/if_var.h. This fixes the build with IFMEDIA_DEBUG. | Theo de Raadt |
2015-01-21 | Remove the useless variable ifa in rt_getifa(). | Alexander Bluhm |
2015-01-21 | Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete | Philip Guenther |
2015-01-20 | Prevent tables referenced by rules in anchors from getting disabled. | Mike Belopuhov |
2015-01-18 | Do not even try to dereference a NULL pointer. | Martin Pieuchot |
2015-01-15 | Stop including <sys/param.h> and other stuff. Assume this will be included | Theo de Raadt |
2015-01-14 | It is sufficient to protect in6_ifattach() with splsoftnet(). | Alexander Bluhm |
2015-01-13 | Restore sending RTM_ADD and RTM_DELETE messages to userland for every | Martin Pieuchot |