summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2013-10-19in order to make our life a tad easier and prevent rogue accessesMike Belopuhov
2013-10-19Uniformize drivers doing nothing with their multicast filters to makeMartin Pieuchot
2013-10-19forgot the cookiesReyk Floeter
2013-10-19Bring back the if_detachhook. We're going to have more users now.Reyk Floeter
2013-10-19In an ideal world, we would use splsoftnet() for all the interfaceReyk Floeter
2013-10-19When a multicast tunnel destination is configured, we have to detect addressReyk Floeter
2013-10-19When we attach an interface, do not try to reuse the last index toMartin Pieuchot
2013-10-19simplify checksum handling. no need to compute the pseudo hdr cksumHenning Brauer
2013-10-19simplify: no need to muck with the pseudo hdr cksum any moreHenning Brauer
2013-10-19pf_cksum doesn't need to compute the pseudo hdr cksum any more.Henning Brauer
2013-10-17The header file netinet/in_var.h included netinet6/in6_var.h. ThisAlexander Bluhm
2013-10-15Remove the multicast filter from the ``real'' interface when destroyingMartin Pieuchot
2013-10-14Remove obsolete ioctl defines and struct (I overloaded the pflowReyk Floeter
2013-10-14Make use of satosin() when applicable plus a couple of style nits.Martin Pieuchot
2013-10-13whitespaceReyk Floeter
2013-10-13Just use sockaddr_union instead of a handcrafted version and renameReyk Floeter
2013-10-13Set the default MTU to full 1500 bytes. We do not want to encourageReyk Floeter
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
2013-10-12new bandwidth shaping subsystem, kernel sideHenning Brauer
2013-10-12give tagname2tag and its siblings an extra "create" parameter. if 1, itHenning Brauer
2013-10-12standalone hfsc implementation with new interface to the consumers, forHenning Brauer
2013-10-11Prevent non-data packets from being dropped.Gerhard Roth
2013-10-09Introduce in_ifdetach() a function to remove all the IPv4 addressesMartin Pieuchot
2013-10-09Don't leak ruleitems from match rules when hitting a per-rule max state limit.Camiel Dobbelaar
2013-10-04SIOCSIFBRDADDR is not passed to the per-driver ioctl function, so itMartin Pieuchot
2013-10-01Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tStefan Fritsch
2013-10-01Format string fixes: Cast time_t to long longStefan Fritsch
2013-09-27The error return codes for the enc interface were inconsistent.Alexander Bluhm
2013-09-27IPv6 atomic fragments must not go the reassembly queue, but beAlexander Bluhm
2013-09-20Fix a panic bug in pipex. If pipex deletes a session by the idle-timerYASUOKA Masahiko
2013-09-17Change vlan(4) detach procedure to not use a hook but a list of vlansMartin Pieuchot
2013-09-13Don't send flows if flowsrc is not set. Packages had a brokenFlorian Obser
2013-09-12Revert previous diff to always increment the interface index, tun_switch()Martin Pieuchot
2013-08-30Missing splx on return path.Christiano F. Haesbaert
2013-08-28When we attach an interface, do not try to reuse the last index to limitMartin Pieuchot
2013-08-28Remove unused argument from *rtrequest()Martin Pieuchot
2013-08-21No need to include if_vlan_var.h twice.Martin Pieuchot
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2013-08-19in pf_test_rule, when dealing with a match rule, obey the match rule's quickHenning Brauer
2013-08-16Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS.Martin Pieuchot
2013-08-15Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because theyMartin Pieuchot
2013-08-13Split pflow version 9 and version 10 to be able to send 64 bitFlorian Obser
2013-08-10Cancel timeouts on pflow interface destruction.Florian Obser
2013-08-08Insert new IPv4 addresses in only one place, no functional change.Martin Pieuchot
2013-08-07states learnt via pfsync from a peer with the same ruleset checksum wereDavid Gwynne
2013-08-05sync the bridge_broadcast comment with realityMike Belopuhov
2013-07-31Move bridge_broadcast and subsequently all IPsec SPD lookup code outMike Belopuhov
2013-07-23Do not reset the fragment timeout each time a fragment arrives.Alexander Bluhm
2013-07-15Remove a comment which is no longer true.Martin Pieuchot