summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2014-10-21tun(4) has a pipex session which is used for multicast internally, itYASUOKA Masahiko
2014-10-20pipex(4): Converted to use pool(9)Masao Uebayashi
2014-10-18Whitespace.Masao Uebayashi
2014-10-17reset all the pfsync packet state before calling ip_output inDavid Gwynne
2014-10-14Document that lo0 must be present on your system by panic(9)ing if weMartin Pieuchot
2014-10-14Use rtfree() instead of RTFREE(), NULLify some free'd route pointers andMartin Pieuchot
2014-10-10s/lenght/length/ in commentsStuart Henderson
2014-10-08print ipv6cp by name rather than number in "0x8057 output <...>" debug lines,Stuart Henderson
2014-10-08Tedu the RB-tree of addresses, thanks for all the fish!Martin Pieuchot
2014-10-08Use rtalloc1() instead of rtalloc_noclone().Martin Pieuchot
2014-10-07remove preliminary AOE (ata over ethernet) support. not finished afterTed Unangst
2014-10-07when running bpf on an outgoing vlan interface that doesnt have aDavid Gwynne
2014-10-07Since the list of mpe(4) interfaces is only accessed in process context,Martin Pieuchot
2014-10-07Do not protect the SIOCSIFADDR call by splnet(). Drivers alreadyMartin Pieuchot
2014-10-05fix typo in comment: correspoding -> correspondingLawrence Teo
2014-10-02Local routes that do not translate a protocol address into a link-layerMartin Pieuchot
2014-10-01sl(4) is no more, thanks for all the fish!Martin Pieuchot
2014-10-01Use the modern way of checking if a local route exists.Martin Pieuchot
2014-09-30Stop using the RB-tree in ifa_ifwithaddr() and make it lookup overMartin Pieuchot
2014-09-27Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longerMartin Pieuchot
2014-09-23lock around the sysctl code that sets the bpf buffer sizes so if we everDavid Gwynne
2014-09-22remove a stupid comment above bpfilterattach about how we dont do anythingDavid Gwynne
2014-09-22stash a pointer to bpf_d in the knotes kn_hook instead of the device id.David Gwynne
2014-09-22it's easy to allow bpfwrites bigger than MCLBYTES now that we haveDavid Gwynne
2014-09-22if you request a read timeout and then use kqueues to wait for them, youDavid Gwynne
2014-09-19better boundchecks in validation; from Guy Harris; ok millert@ dlg@Otto Moerbeek
2014-09-19passing M_NOWAIT to m_tag_get means it can fail, which could hitDavid Gwynne
2014-09-18ansify function declaration things.David Gwynne
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-09-08When logging a packet to a listener on the pflog0 interface, theAlexander Bluhm
2014-09-08remove uneeded route.h includesJonathan Gray
2014-09-03Treat broadcast entries like local ones and give them the highestMartin Pieuchot
2014-08-26Revert the addition of broadcast addresses, it apparently also corruptsMartin Pieuchot
2014-08-25Move sending of router solicitations to the kernel; receiving andFlorian Obser
2014-08-21If an ifa has as NULL ifp pointer then is should be considered asMartin Pieuchot
2014-08-19When a local route entry is added for an ifa having a broadcast address,Martin Pieuchot
2014-08-19pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarationsMasao Uebayashi
2014-08-14Compare number of allocated clusters with a low watermark, notMike Belopuhov
2014-08-14No need for raw_cb.hMartin Pieuchot
2014-08-14fix logging strings (correct function name via __func__ + a typo)Bret Lambert
2014-08-13Correctly set the rtable ID of the packet header when sendingMartin Pieuchot
2014-08-13Bring IPFIX sequence numbers in line with the RFC; originalBret Lambert
2014-08-12Finally implement what's stated in the man page regarding parentMike Belopuhov
2014-08-12Make sure that pf_step_into_anchor always saves a pointer to the ruleMike Belopuhov
2014-08-12Apart from some minor code reshuffling the big change is that weMike Belopuhov
2014-08-12route_cb is internal to rtsock.cMartin Pieuchot
2014-08-11Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag whenMartin Pieuchot
2014-08-11Put back the checks about RTF_LOCAL routes now that userland tools areMartin Pieuchot
2014-08-10No more bluetooth in netintr(), so delete NETISR_BT. Zap the declarationPhilip Guenther
2014-07-29Revert the checks about RTF_LOCAL routes.Martin Pieuchot