summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2014-04-11Interfaces are associated to rdomains, make it clear by renamingMartin Pieuchot
2014-04-11Fix tree breakage.Kenneth R Westerback
2014-04-10Don't use ifa_ifwithnet() with obvious sockaddr_dl argument. ThisMartin Pieuchot
2014-04-10Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manageMartin Pieuchot
2014-04-08Revert 1.27 and 1.28, but make sure to initialize the pxd_unit field correctlyMiod Vallat
2014-04-05Be sure to release rwlock when returning error in pppxclose().Miod Vallat
2014-04-04Paul B. Henson discovered it was possible to hit a kernelJonathan Gray
2014-04-03Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop().Martin Pieuchot
2014-04-03It cannot be assumed the top of the mbuf chain has required length here.YASUOKA Masahiko
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther
2014-03-29Kill pflowproto 9, it's unfixable post 2038, a better, standardizedFlorian Obser
2014-03-27When enforcing TOS (Traffic Class), preserve the ECN bits, just as we doJeremie Courreges-Anglas
2014-03-27Stop mixing interface address flags with routing entry ones.Martin Pieuchot
2014-03-26bcmp -> memcmpMartin Pieuchot
2014-03-26No need to check here if the destination address is ours, because inMartin Pieuchot
2014-03-21rt_timer* spring cleanup.Martin Pieuchot
2014-03-20Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the addressMartin Pieuchot
2014-03-19Since in{,6}_ifdetach() take care of removing the IPv4/6 addressesMartin Pieuchot
2014-03-18Rename rt_gettable() into rtable_get(), swap its arguments to beMartin Pieuchot
2014-03-17Remove pre-rt_getifa() code to find the address descriptor (ifa) relatedMartin Pieuchot
2014-03-12RTAX_IFP points to the "struct sockaddr_dl" corresponding to theMartin Pieuchot
2014-03-10When translating packets from one address family to another, pass theJeremie Courreges-Anglas
2014-03-10When setting up the packet description, also retrieve the Traffic ClassJeremie Courreges-Anglas
2014-03-10if_lladdr -> if_sadl, no functional change.Martin Pieuchot
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