summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2014-11-09To implement transparent relays for connectionless protocols, theAlexander Bluhm
2014-11-06Let's just call a rdomain a rdomain.Martin Pieuchot
2014-11-06mix the rtable into the hash for tcp sequence number generation.David Gwynne
2014-11-05Did you ever wonder why loopback's ifas have a destination address?Martin Pieuchot
2014-11-05Kill in_iawithaddr() and use ifa_ifwithaddr() directly.Martin Pieuchot
2014-11-04Remove "pl" suffix on pool names.Martin Pieuchot
2014-11-03Fix kernel stack overflow by preventing carp_send_ad_all() from re-entrantGerhard Roth
2014-11-01Rename rtalloc1() into rtalloc(9) and convert its flags to only enableMartin Pieuchot
2014-10-28Select a proper source address when the bound address isYASUOKA Masahiko
2014-10-24Fix indentation of closing brace.Alexander Bluhm
2014-10-20use sha512 instead of md5 for tcp isn. ok deraadtTed Unangst
2014-10-14Don't check for an empty list of interfaces. This is never true even ifMartin Pieuchot
2014-10-14Use rtfree() instead of RTFREE(), NULLify some free'd route pointers andMartin Pieuchot
2014-10-08Remove #ifdef SO_OOBINLINE, it is always defined.Alexander Bluhm
2014-10-08Check if the outgoing route is associated to a broadcast address insteadMartin Pieuchot
2014-10-07Do not protect the SIOCSIFADDR call by splnet(). Drivers alreadyMartin Pieuchot
2014-10-02There is no point in trying to purge the default host route forMartin Pieuchot
2014-10-01Fix loopback related breakage introduced by the conversion of in_ouraddr()Martin Pieuchot
2014-09-30add back the sys/sysctl.h include removed in rev 1.60Jonathan Gray
2014-09-30Do not use the global list of IPv4 addresses in icmp_reflect()...Martin Pieuchot
2014-09-30Use the routing table instead of the RB-tree for address lookups inMartin Pieuchot
2014-09-28Remove a limitation that ignored IPv6 link-local addresses on carp(4).Reyk Floeter
2014-09-27Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longerMartin Pieuchot
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-08remove uneeded route.h includesJonathan Gray
2014-09-03When a route to prefix (connected route) is added, if its associatedMartin Pieuchot
2014-09-03Make sure broadcast entries won't be freed by the arp timer so we canMartin Pieuchot
2014-08-27Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesFlorian Obser
2014-08-26Revert the addition of broadcast addresses, it apparently also corruptsMartin Pieuchot
2014-08-23Move splnet() in in_ifinit() to protect less code that does notAlexander Bluhm
2014-08-19When a local route entry is added for an ifa having a broadcast address,Martin Pieuchot
2014-08-14No need for raw_cb.hMartin Pieuchot
2014-08-14Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoringMartin Pieuchot
2014-08-11Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag whenMartin Pieuchot
2014-08-11Convert ARP llinfo allocation to pool(9).Martin Pieuchot
2014-08-10Fix the length check for reinjected ICMP packets: sizeof(struct icmp) isLawrence Teo
2014-08-10Rename p_hdrlen to min_hdrlen to better reflect its purpose.Lawrence Teo
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-07-14In the next step, stop accepting the nibble-swapped protocol for 5.6.Theo de Raadt
2014-07-13Stop using old n_time, n_long and n_short types in netinet headers.Martin Pieuchot
2014-07-12Resize the pcb hashtable automatically. The table size will be doubledYASUOKA Masahiko
2014-07-12Remove the redundant csum_flag variable and just set the checksum flagLawrence Teo
2014-07-12Protocol checksums have been recalculated on reinjection for a whileLawrence Teo
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-12Always create a local route for every configured IPv4 address on theMartin Pieuchot
2014-07-12Implement checksum offload for divert(4): simply set the checksum flagLawrence Teo
2014-07-11in_proto_cksum_out: zero the icmp cksum before going on so that we do notHenning Brauer
2014-07-11There is a use-after-free somewhere in the code that links the pfAlexander Bluhm
2014-07-11Remove rfc 4620 Node Information Query support (from the kernel).Sebastian Benoit