summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
2018-01-24add support for bpf on "subsystems", not just network interfacesDavid Gwynne
2018-01-22Use ip_send() to not call ip_output() recursively in *start() routine.Martin Pieuchot
2018-01-22Do not call ip_output() recursively in vxlan_start().Martin Pieuchot
2018-01-19In pfioctl() a pf unlock was missing in the error path.Alexander Bluhm
2018-01-19Use the pf state key linking functions in two more places insteadAlexander Bluhm
2018-01-16If pf route-to is used for locally generated packets, they may haveAlexander Bluhm
2018-01-16Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsipMartin Pieuchot
2018-01-15When pf(4) forwards incoming packets with route-to or reply-to,Alexander Bluhm
2018-01-12have carp use standard detach hooks instead of getting special handlingDavid Gwynne