Age | Commit message (Expand) | Author |
2014-02-17 | Convert bcopy()s to memcpy()s. | Martin Pieuchot |
2014-02-13 | Replace hand crafted routing label code with the rtlabel_id2sa() | Alexander Bluhm |
2014-02-12 | Add rtlabel to rt_newaddrmsg, From: Florian Riehm <mail at friehm dot de> | Henning Brauer |
2014-02-12 | Remove an old and unused define that should not be used. | Martin Pieuchot |
2014-02-12 | Remove an old comment about bsdi4 and make it clear that netmasks are | Martin Pieuchot |
2014-02-04 | reduce the length of some pool names. ok deraadt guenther mpi | Ted Unangst |
2014-01-27 | Make the amount of classes limited by 64k, with automatic table growing. | pelikan |
2014-01-25 | Simplify and shorten the way ICMP checksums are verified in | Lawrence Teo |
2014-01-24 | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for | Henning Brauer |
2014-01-24 | in pf_check_proto_cksum, updtae the swcksum counters if we cksummed in | Henning Brauer |
2014-01-24 | computing the ip csum just before the bpf mtap and only if there is a | Henning Brauer |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2014-01-23 | Merge two chunks of code to inform listeners of a route change into a | Martin Pieuchot |
2014-01-22 | Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing. | Claudio Jeker |
2014-01-22 | Pass the receiving interface pointer to carp_input() instead of re- | Martin Pieuchot |
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-22 | one more absolutely obvious bcopy -> memcpy | Henning Brauer |
2014-01-22 | 7x bcopy -> memcpy, impossibility of overlaps verified. ok benno dlg | Henning Brauer |
2014-01-22 | do the tx and pfsync handlers only once on the way out of netisr | David Gwynne |
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 |