Age | Commit message (Expand) | Author |
2014-08-19 | When a local route entry is added for an ifa having a broadcast address, | Martin Pieuchot |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot |
2014-08-14 | Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoring | Martin Pieuchot |
2014-08-11 | Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when | Martin Pieuchot |
2014-08-11 | Convert ARP llinfo allocation to pool(9). | Martin Pieuchot |
2014-08-10 | Fix the length check for reinjected ICMP packets: sizeof(struct icmp) is | Lawrence Teo |
2014-08-10 | Rename p_hdrlen to min_hdrlen to better reflect its purpose. | Lawrence Teo |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-14 | In the next step, stop accepting the nibble-swapped protocol for 5.6. | Theo de Raadt |
2014-07-13 | Stop using old n_time, n_long and n_short types in netinet headers. | Martin Pieuchot |
2014-07-12 | Resize the pcb hashtable automatically. The table size will be doubled | YASUOKA Masahiko |
2014-07-12 | Remove the redundant csum_flag variable and just set the checksum flag | Lawrence Teo |
2014-07-12 | Protocol checksums have been recalculated on reinjection for a while | Lawrence Teo |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-12 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-07-12 | Implement checksum offload for divert(4): simply set the checksum flag | Lawrence Teo |
2014-07-11 | in_proto_cksum_out: zero the icmp cksum before going on so that we do not | Henning Brauer |
2014-07-11 | There is a use-after-free somewhere in the code that links the pf | Alexander Bluhm |
2014-07-11 | Remove rfc 4620 Node Information Query support (from the kernel). | Sebastian Benoit |
2014-07-10 | Simplify the way divert(4) sends packets to userspace: Instead of | Lawrence Teo |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-30 | Kill dead code, what does a negative number of addresses on a carp(4) | Martin Pieuchot |
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 |