Age | Commit message (Expand) | Author |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-23 | repair ramdisk builds | Theo de Raadt |
2014-06-23 | Fix compile without IPSEC. | YASUOKA Masahiko |
2014-06-16 | Revert "Always create a local route for every configured IPv4 address", | Martin Pieuchot |
2014-06-11 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-06-04 | Only use ifa_ifwithaddr() to check if the binding address is on the | Martin Pieuchot |
2014-06-04 | Stop using a global variable to do address lookups. | Martin Pieuchot |
2014-06-02 | Simply use ifa_ifwithaddr() to check if the binding address is on the | Martin Pieuchot |
2014-05-20 | correctly match size and buffer. from enh at google | Martin Pieuchot |
2014-05-12 | Includes a router altert option (RAO) in IGMP packets. Without this | Martin Pieuchot |
2014-05-10 | Fix a few bad indents | Claudio Jeker |
2014-05-07 | Remove the last hacks concerning the global list of IPv4 addresses in the | Martin Pieuchot |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-07 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-04-30 | Remove carp_seroute() it no longer does anything useful but mess with | Martin Pieuchot |
2014-04-25 | Kill in_localaddr(), one less usage of the global list of IPv4 addresses. | Martin Pieuchot |
2014-04-23 | No need for vargs here. | Florian Obser |
2014-04-23 | Don't use varargs for udp_output() and sync the argument order with | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-21 | remove a define in an #ifdef notyet - "not yet" for 19 years gotta be | Henning Brauer |
2014-04-21 | annotate all #endifs to make clear what #if(def) they end | Henning Brauer |
2014-04-21 | cosmetic changes regarding #ifdef to make things more obvious, ok reyk | Henning Brauer |
2014-04-20 | ether_output: instead of assembling the ethernet header and then calling | Henning Brauer |
2014-04-20 | move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.c | Henning Brauer |
2014-04-20 | nuke in_cksum_addword() | Henning Brauer |
2014-04-18 | tcp_respond: let the stack worry about the cksum instead of doing it | Henning Brauer |
2014-04-18 | Invert the signature logic of in{,6}_selectsrc, make them return the | Jeremie Courreges-Anglas |
2014-04-16 | Merge in_fixaddr() into in_selectsrc() in order to prepare for | Martin Pieuchot |
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 |