summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2014-02-17Convert bcopy()s to memcpy()s.Martin Pieuchot
2014-02-13Replace hand crafted routing label code with the rtlabel_id2sa()Alexander Bluhm
2014-02-12Add rtlabel to rt_newaddrmsg, From: Florian Riehm <mail at friehm dot de>Henning Brauer
2014-02-12Remove an old and unused define that should not be used.Martin Pieuchot
2014-02-12Remove an old comment about bsdi4 and make it clear that netmasks areMartin Pieuchot
2014-02-04reduce the length of some pool names. ok deraadt guenther mpiTed Unangst
2014-01-27Make the amount of classes limited by 64k, with automatic table growing.pelikan
2014-01-25Simplify and shorten the way ICMP checksums are verified inLawrence Teo
2014-01-24clearing the _CSUM_IN_OK flags is now utterly pointless, was only done forHenning Brauer
2014-01-24in pf_check_proto_cksum, updtae the swcksum counters if we cksummed inHenning Brauer
2014-01-24computing the ip csum just before the bpf mtap and only if there is aHenning Brauer
2014-01-23since the cksum rewrite the counters for hardware checksummed packetsHenning Brauer
2014-01-23Merge two chunks of code to inform listeners of a route change into aMartin Pieuchot
2014-01-22Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing.Claudio Jeker
2014-01-22Pass the receiving interface pointer to carp_input() instead of re-Martin Pieuchot
2014-01-22Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set willClaudio Jeker
2014-01-22one more absolutely obvious bcopy -> memcpyHenning Brauer
2014-01-227x bcopy -> memcpy, impossibility of overlaps verified. ok benno dlgHenning Brauer
2014-01-22do the tx and pfsync handlers only once on the way out of netisrDavid Gwynne
2014-01-21Cleanup the abuse of x as the rn_addmask radix node. Since in mostClaudio Jeker
2014-01-21allow pflow(4) to determine the src IP address based on the routeSebastian Benoit
2014-01-21Do not clean the multicast records of an interface when it is destroyedMartin Pieuchot
2014-01-21Substitute crazy defines and convert some 0 to NULL.Martin Pieuchot
2014-01-21introduce a way to match "any" interface, excluding loopback ones.Henning Brauer
2014-01-20Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themselfClaudio Jeker
2014-01-20Try to be more consistent in how various variables are setup and named.Claudio Jeker
2014-01-20Get rid of the old routing message version 4 transition code beforeAlexander Bluhm
2014-01-20tedu unused declaration. ok florian@Sebastian Benoit
2014-01-20support negated matches on the rcvif, ok dlg bennoHenning Brauer
2014-01-19Prettify; remove useless cast, reformat, fix TAILQ_FOREACH's.pelikan
2014-01-19RTF_MPATH is a flag userland needs to be able to pass in since it is usedClaudio Jeker
2014-01-19More cleanup in radix.c. Kill the rt_mkfreelist and replace it with aClaudio Jeker
2014-01-19Count the number of media words required only once. If the media wordsTheo de Raadt
2014-01-19Start to reduce the madness in radix.c. This only used by the kernelClaudio Jeker
2014-01-16Replaces a lookup to find the link-layer address by accessing the if_sadlMartin Pieuchot
2014-01-13Call all local valiables of type struct in6_ifaddr "ia6". This isAlexander Bluhm
2014-01-12Remove no-op 'HIDE' macro from sppp code. This probably existed to allowStefan Sperling
2014-01-10replace the rest of the obsolete radix macrosTed Unangst
2014-01-09replace Bcopy macro with memmove and memcpy. ok mpiTed Unangst
2014-01-08Name the local variables for struct ifaddr consistently "ifa".Alexander Bluhm
2014-01-08Perform manual malloc/free of a large object in pfkeyv2_send() toTheo de Raadt
2014-01-07Some follow-up fixes for IFID collision handling in IPv6CP.Stefan Sperling
2014-01-03Purging a queue requires it to be non-empty, not empty.pelikan
2014-01-03Switch frequently allocated structs from malloc(M_DEVBUF) to separate pools.pelikan
2014-01-03Make queues disappear correctly on interfaces being destroyed.pelikan
2014-01-01Destroy the eligible list when detaching from an interface.pelikan
2013-12-24rearrange/correct timeout conditionals to work better.Ted Unangst
2013-12-22change pf_osfp_entry strings to unsigned, to help userlandTheo de Raadt
2013-12-18Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush'sKenneth R Westerback
2013-12-12Fix invalid size to memcmp() in rn_lexobetter() introduced when theTodd C. Miller