summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2014-07-10time to claim copyrightHenning Brauer
2014-07-10some say you don't need NULL checks before free(). Not 0 either.Henning Brauer
2014-07-10introduce the revolutionary concept of NULL pointers. ok gccHenning Brauer
2014-07-10introduce bpf_mcopy_stripvlan, which cuts the 4 extra bytes out of theHenning Brauer
2014-07-10Simplify the way divert(4) sends packets to userspace: Instead ofLawrence Teo
2014-07-09Kill unused route storages.Martin Pieuchot
2014-07-09Add support bpfwrite on DLT_LOOP interfaces.YASUOKA Masahiko
2014-07-09Herr Reyk correctly pointed out that we don't need the if_pflog.h includeHenning Brauer
2014-07-09tedu bpf_mtap_pflog().Henning Brauer
2014-07-09bpf code surgery / shuffling / simplification.Henning Brauer
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08pull the rx ring accounting out of the mbuf layer now that its all doneDavid Gwynne
2014-07-08introduce the if_rxr api. it is intended to pull the rx ring accountingDavid Gwynne
2014-07-02better indentation; no functional changeMike Belopuhov
2014-07-02u_int32_t's can't go negativeMike Belopuhov
2014-07-02better indentationMike Belopuhov
2014-07-01KASSERT() the correct node if a hint is passed to rn_delete().Martin Pieuchot
2014-06-30Attach HFSC after it's been completely initialized.Martin Pelikan
2014-06-26Calling in{6,}_purgeaddr() is not enough to remove an address fromMartin Pieuchot
2014-06-25pf_translate doesn't use the mbuf argument anymore.Mike Belopuhov
2014-06-23turn of IPv6 for new interfaces by default. this really just means thereHenning Brauer
2014-06-16Revert "Always create a local route for every configured IPv4 address",Martin Pieuchot
2014-06-13Instead of updating all the cluster allocation water marks of all theMartin Pieuchot
2014-06-13KASSERT in pipex_ppp_input() fails if a compressed PPP frame is receivedYASUOKA Masahiko
2014-06-13Fix KASSERT on pipex_ppp_input(). Must not reached there even if theYASUOKA Masahiko
2014-06-13Fix tcp-mss-adjust of pipex and npppd to update the pointer ofYASUOKA Masahiko
2014-06-11Always create a local route for every configured IPv4 address on theMartin Pieuchot
2014-06-11Flag local routes as such and make them use the highest possibleMartin Pieuchot
2014-06-07g/c unused IFT_L2VLAN, ok reyk bluhmHenning Brauer
2014-05-31Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in aClaudio Jeker
2014-05-27Big refactoring of the radix code (mainly rn_addroute but also partClaudio Jeker
2014-05-27Reserve the highest route priority for kernel-managed routes and preventMartin Pieuchot
2014-05-26Document that this reference counter is not generic. It indicates howMartin Pieuchot
2014-05-21Fix IPsec route addition broken since the removal of the link-layerMartin Pieuchot
2014-05-20Assign the queue ID to the correct packet header when sending ICMP messages.Martin Pieuchot
2014-05-16Do not put any link-layer address on the per-ifp lists or on the RB-Martin Pieuchot
2014-05-14improve style - basically, what my fingers did at Marrakesh airport whenHenning Brauer
2014-05-14There is no reason why one needs to have a lo(4) MTU that is arch specific.Claudio Jeker
2014-05-13While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruptionClaudio Jeker
2014-05-09We should use the highest possible priority for routes to local addresses.Martin Pieuchot
2014-05-08Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.Martin Pieuchot
2014-05-05Use a custom ifa_rtrequest function for point-to-point interfacesMartin Pieuchot
2014-05-05remove dead code: calling ether_attach which sets if_type to IFT_ETHER,Henning Brauer
2014-05-02Kill annoying and useless emacs local variable. ok mikeb@Jeremie Courreges-Anglas
2014-04-29If you plan to write an obfuscated-by-design kernel / userlandMartin Pieuchot
2014-04-25Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay!Martin Pieuchot
2014-04-24ewps... repair qid assignmentHenning Brauer
2014-04-23Don't attempt to deal with link types supported by no drivers in theJeremie Courreges-Anglas
2014-04-23You don't want to use ifa_ifwithroute(), it exists for to the routingMartin Pieuchot
2014-04-22Remove some altq tentacles.Martin Pieuchot