Age | Commit message (Expand) | Author |
2014-01-21 | Cleanup the abuse of x as the rn_addmask radix node. Since in most | Claudio Jeker |
2014-01-21 | allow pflow(4) to determine the src IP address based on the route | Sebastian Benoit |
2014-01-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |
2014-01-21 | Substitute crazy defines and convert some 0 to NULL. | Martin Pieuchot |
2014-01-21 | introduce a way to match "any" interface, excluding loopback ones. | Henning Brauer |
2014-01-20 | Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themself | Claudio Jeker |
2014-01-20 | Try to be more consistent in how various variables are setup and named. | Claudio Jeker |
2014-01-20 | Get rid of the old routing message version 4 transition code before | Alexander Bluhm |
2014-01-20 | tedu unused declaration. ok florian@ | Sebastian Benoit |
2014-01-20 | support negated matches on the rcvif, ok dlg benno | Henning Brauer |
2014-01-19 | Prettify; remove useless cast, reformat, fix TAILQ_FOREACH's. | pelikan |
2014-01-19 | RTF_MPATH is a flag userland needs to be able to pass in since it is used | Claudio Jeker |
2014-01-19 | More cleanup in radix.c. Kill the rt_mkfreelist and replace it with a | Claudio Jeker |
2014-01-19 | Count the number of media words required only once. If the media words | Theo de Raadt |
2014-01-19 | Start to reduce the madness in radix.c. This only used by the kernel | Claudio Jeker |
2014-01-16 | Replaces a lookup to find the link-layer address by accessing the if_sadl | Martin Pieuchot |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-12 | Remove no-op 'HIDE' macro from sppp code. This probably existed to allow | Stefan Sperling |
2014-01-10 | replace the rest of the obsolete radix macros | Ted Unangst |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2014-01-08 | Name the local variables for struct ifaddr consistently "ifa". | Alexander Bluhm |
2014-01-08 | Perform manual malloc/free of a large object in pfkeyv2_send() to | Theo de Raadt |
2014-01-07 | Some follow-up fixes for IFID collision handling in IPv6CP. | Stefan Sperling |
2014-01-03 | Purging a queue requires it to be non-empty, not empty. | pelikan |
2014-01-03 | Switch frequently allocated structs from malloc(M_DEVBUF) to separate pools. | pelikan |
2014-01-03 | Make queues disappear correctly on interfaces being destroyed. | pelikan |
2014-01-01 | Destroy the eligible list when detaching from an interface. | pelikan |
2013-12-24 | rearrange/correct timeout conditionals to work better. | Ted Unangst |
2013-12-22 | change pf_osfp_entry strings to unsigned, to help userland | Theo de Raadt |
2013-12-18 | Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush's | Kenneth R Westerback |
2013-12-12 | Fix invalid size to memcmp() in rn_lexobetter() introduced when the | Todd C. Miller |
2013-12-11 | Use an u_int32_t instead of an unsigned long to store the magic number | Jeremie Courreges-Anglas |
2013-11-29 | panics still being reported. send bpf.c back to 1.85 | Ted Unangst |
2013-11-28 | IFAFREE() was resurrected from the dead with the new bandwith subsytem, | Martin Pieuchot |
2013-11-28 | Change the way protocol multicast addresses are linked to an interface. | Martin Pieuchot |
2013-11-27 | Let's call a rtableid a rtableid. | Martin Pieuchot |
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-11-20 | Convert sppp(4) to taskq; ok mikeb@ mpi@ | Stefan Sperling |
2013-11-19 | provide forward declarations for structures ifnet and ifg_group; | Mike Belopuhov |
2013-11-19 | Remove some FDDI/ATM leftovers. | Martin Pieuchot |
2013-11-18 | Fix potential null dereference. | Charles Longeau |
2013-11-18 | The prio value of a pf match rule was overridden by a later pass | Alexander Bluhm |
2013-11-18 | use arc4random() for ether_fakeaddr, because it is safe | Theo de Raadt |
2013-11-18 | Convert trunk(4) to use a detachhook, discussed at b2k13 with many. | Martin Pieuchot |
2013-11-17 | speeling | David Gwynne |
2013-11-16 | Remove dead assignments and now unused variables. | Charles Longeau |
2013-11-15 | calculate the line in the sand before comparing it to ticks, which looks | David Gwynne |
2013-11-15 | Revert 1.858, as it causes panics of inp: | Christiano F. Haesbaert |
2013-11-15 | After discussion with deraadt@ and Fernando Gont, it seems that the | Alexander Bluhm |