Age | Commit message (Expand) | Author |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-10 | notify userland when arp entry is removed; ok mpi | Mike Belopuhov |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-04-07 | In udp_output() also use the correct source address in case of an unbound soc... | Christopher Zimmermann |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-04-06 | get rid of expensive temporary connect in udp_output(). | Christopher Zimmermann |
2014-04-06 | factor out source and destination address mangling from in_pcbconnect() | Christopher Zimmermann |
2014-04-06 | Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT. | Christopher Zimmermann |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-27 | Stop dereferencing the ifp pointer present in the packet header all | Martin Pieuchot |
2014-03-27 | Stop mixing interface address flags with routing entry ones. | Martin Pieuchot |
2014-03-21 | Global lists of addresses are species near extinction, even carp do | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-21 | Split the magic to add a connected route for every new IPv4 address | Martin Pieuchot |
2014-03-20 | revert rev. 1.115 | Sebastian Benoit |
2014-03-18 | Notify userland via the routing socket when ARP resolution completes; | Mike Belopuhov |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot |
2014-03-14 | Add missing parens so 'if' statement controls both of the statements | Kenneth R Westerback |
2014-03-13 | fix buffer overflows in icmp redirect handling introduced in rev 1.106 | Jonathan Gray |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-11 | Remove gratuitous differences between arp and nd6 rtrequests, | Martin Pieuchot |
2014-03-11 | In case imcp_reflect() is called without a given source address | Martin Pieuchot |
2014-03-10 | if_lladdr -> if_sadl, no functional change. | Martin Pieuchot |
2014-02-13 | When sending a neighbor advertisement, correctly use the carp mac | Martin Pieuchot |
2014-02-07 | Make carp send IPv6 neighbour advertisements with the 'router' flag | Stefan Sperling |
2014-01-25 | revert counter size changes. this breaks netstat. digging further, there | Theo de Raadt |
2014-01-24 | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for | Henning Brauer |
2014-01-24 | make the udpstat counters u_int32_t, for consistency with tcpstat | Henning Brauer |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2014-01-23 | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes | Christian Weisgerber |
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-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |
2014-01-19 | Start counting droped icmp errors because the rate limit is exceeded. | Claudio Jeker |
2014-01-18 | There was an awkward behaviour after a connection had been diverted | Alexander Bluhm |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-13 | Iterate over the per interface address list instead of the global one | Martin Pieuchot |
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-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-12-17 | Change ip_output()'s non-optional arguments to be standard arguments | Matthew Dempsky |
2013-12-04 | ifp must be initialized in ip_setmoptions; from oga via mpi, ok mpi | Mike Belopuhov |
2013-11-29 | move in_multi definition into kernel-only | Theo de Raadt |
2013-11-28 | Change the way protocol multicast addresses are linked to an interface. | Martin Pieuchot |
2013-11-28 | Use the local variable referencing the receiving interface instead of | Martin Pieuchot |
2013-11-27 | Since r1.106 we have a local variable referencing the receiving interface, | Martin Pieuchot |