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