summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2013-10-24Move more stuff under _KERNELTheo de Raadt
2013-10-24Remove the number of in6_var.h inclusions by moving some functions andMartin Pieuchot
2013-10-24Move obvious kernel prototypes (and structure's with kernel pointers,Theo de Raadt
2013-10-23delete junk NRL v6 block; ok claudioTheo de Raadt
2013-10-23translate port numbers for inner udp packets when they're returnedMike Belopuhov
2013-10-23Remove the number of in_var.h inclusions by moving some functions andMartin Pieuchot
2013-10-23overwrite icmp packet type-specific nextptr field only when we'reMike Belopuhov
2013-10-22In pf_test_state_icmp(), actually copy pd->hdr.any back into the mbuf asLawrence Teo
2013-10-22whitespaceReyk Floeter
2013-10-21nuke comment. How soon is now?Sebastian Benoit
2013-10-21pf_translate: missing conditonal pf_check_proto_cksum calls beforeHenning Brauer
2013-10-21Enable IPv6 routing domain supportPeter Hessler
2013-10-20Deep inside DIOCXCOMMIT, should return a real errno instead of -1Theo de Raadt
2013-10-20Rename rn_mpath_count() to rn_mpath_active_count() since it will onlyClaudio Jeker
2013-10-20in pf_cksum, set the icmp/icmp6 cksums to 0, for comsistency with tcp/udpHenning Brauer
2013-10-20In rt_mpath_conflict() there is no need to check the priority in the loopClaudio Jeker
2013-10-20rt_mpath_next() was always called with 0 in the last argument. So drop it.Claudio Jeker
2013-10-20Make sure that the RTM_DESYNC message is not filtered out. Also ensure thatClaudio Jeker
2013-10-20Put a large chunk of the IPv6 rdomain support in-tree.Peter Hessler
2013-10-20remove irrelevant commentTheo de Raadt
2013-10-19Improve the address and linkstate hooks and add an additional detachReyk Floeter
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