summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2018-02-12restore the previous semantics wrt if up, tunnel, and address config.David Gwynne
2018-02-12use a mobileip_tunnel struct to represent the interfaces tunnel info.David Gwynne
2018-02-12restore the previous semantics wrt if up, tunnel, and address config.David Gwynne
2018-02-12; ends c statements, not ;;David Gwynne
2018-02-12dont handle SIOCSIFRDOMAIN twice, egre isn't supposed to filter it.David Gwynne
2018-02-11Add a ROUTE_PRIOFILTER socket option for roueing sockets thatSebastian Benoit
2018-02-11if an interface is added to the bridge that doesn't exist, try to create itHenning Brauer
2018-02-10There is a problem with assigning 127.0.0.1 here. Revert the callClaudio Jeker
2018-02-10If the kernel fails to clone an entry, report rtrequest(9) error.Martin Pieuchot
2018-02-10rework gif to be more consistent.David Gwynne
2018-02-10Implement RFC 7217: "A Method for Generating Semantically OpaqueFlorian Obser
2018-02-10Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which actClaudio Jeker
2018-02-09use in_addr and in6_addr instead of uint32_tsDavid Gwynne
2018-02-09oh carp - i didnt mean to commit theseDavid Gwynne
2018-02-09use struct in_addr to represent an address.David Gwynne
2018-02-09add support for setting the ttl on the tunnel traffic.David Gwynne
2018-02-09rework etherip to make it more consistent and reduce code duplication.David Gwynne
2018-02-09bring back the wccp shizz.David Gwynne
2018-02-08implement support for tunnelttl copy.David Gwynne
2018-02-08Make the routing socket more MP save by using a SRPL list for the pcb list.Claudio Jeker
2018-02-08ttl 0 is not valid on the wire, so dont accept it.David Gwynne
2018-02-08implement ethernet over gre encapsulation with a thing egre(4) driver.David Gwynne
2018-02-08handle SIOCGLIFPHYTTL and say that the ttl is always "copied"David Gwynne
2018-02-08When multiple RTF_CLONING routes for the same subnet are present, useMartin Pieuchot
2018-02-08Add a new '-protected' option for bridge members.Martin Pieuchot
2018-02-08make the watermarks/thresholds for entering and leaving syncookie mode whenHenning Brauer
2018-02-08gre doesnt need ifmediaDavid Gwynne
2018-02-08reintroduce support for keepalives.David Gwynne
2018-02-08add DIOCGETSYNFLWATS to get current synflood detection watermarks,Henning Brauer
2018-02-07add SIOCSETKALIVE to the list of ioctls that need root and NET_LOCKDavid Gwynne
2018-02-07update the gre driver.David Gwynne
2018-02-07Unbreak carp(4) MAC check in bridge_process().Martin Pieuchot
2018-02-07look ma, henning forgot to PF_LOCK/_UNLOCK in the new ioctls, ok procterHenning Brauer
2018-02-07dont return ENETRESET from SIOCSIFFLAGS, it wont't be handled properlyDavid Gwynne
2018-02-07take the interface down if it is being destroyed.David Gwynne
2018-02-07provide counters for # of synfloods detected, # of syncookies sent,Henning Brauer
2018-02-07remove mobileip(4) tendrilsDavid Gwynne
2018-02-07unbreak strict alignment archs by using SIPHASH_KEY for siphashDavid Gwynne
2018-02-07split mobileip(4) out from the gre(4) driver.David Gwynne
2018-02-06syncookies for pf.Henning Brauer
2018-02-06syncookies implementation to be used in pf, based on the FreeBSD one byHenning Brauer
2018-02-06some finger muscle workout:Henning Brauer
2018-02-05bcmp -> memcmp; kinda req'd / not-just-kinda ok'd by claudioHenning Brauer
2018-02-05implement an arp filterHenning Brauer
2018-02-04Add media types for 802.11 AC.Stefan Sperling
2018-02-03Add support for dumping USB transfers via bpf(4) using USBPcap headers.Martin Pieuchot
2018-02-02In ether_input() use goto dropanyway instead of repeating m_freem()Alexander Bluhm
2018-02-01Done means to stop processing the protocol loop, but IP proto noneAlexander Bluhm
2018-02-01add bpf_tap_hdr(), for handling a buffer (not an mbuf) with a header.David Gwynne
2018-01-25Assert that ifiq_destroy() is not called with the NET_LOCK() held.Martin Pieuchot