summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2013-03-09re-arrange the pre-accounting of the objects in the buffer so itTheo de Raadt
2013-03-09normalize structure definitionsTheo de Raadt
2013-03-07Remove unused ifa_ifwithaf() function.Martin Pieuchot
2013-03-07Remove the IFAFREE() macro, the ifafree() function it was calling alreadyMartin Pieuchot
2013-02-26Don't try to purge one-time rules from the main ruleset.Mike Belopuhov
2013-02-26Reserve space for source and destination addresses unconditionally ratherStuart Henderson
2013-02-25trunk_bcast_start sent packets on all its member interfaces by copyingDavid Gwynne
2013-02-18DIOCRCLRASTATS ioctl wasn't specifying a timestamp when clearedMike Belopuhov
2013-02-13Pipex did panic when the 0 length mppe is given by ioctl. ReturnYASUOKA Masahiko
2013-02-06add pppx(4) interfaces to the "pppx" interface group, as done for variousStuart Henderson
2013-02-05netflow v10 omitted the sysUpTime flow set header field fromFlorian Obser
2013-01-23Change interface and span interface lists from LIST to TAILQ.Camiel Dobbelaar
2013-01-20Make pf TCP sequence number tracking less strict by one octet forAlexander Bluhm
2013-01-18Relax the restriction on sending frames to trunk(4) members to allow BPF writes.Stuart Henderson
2013-01-17hardwire SLIP_HIWAT to 100 (as the comment above suggests) since we areTheo de Raadt
2013-01-17first or second coming, commie or not commie, one m in coming is sufficientHenning Brauer
2013-01-16switch from using softclock ticks to getnanotime when putting time on theDavid Gwynne
2013-01-16Unbreak the negation toggle code when re-loading pf tables. OtherwiseMarkus Friedl
2012-12-29make sure the entry from tree_src_tracking is still in the pool;Markus Friedl
2012-12-29reset the counter in case its current value has been removedMarkus Friedl
2012-12-29pass pf_pool directly to pfr_pool_get(); simplifies the API;Markus Friedl
2012-12-28change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@Gleydson Soares
2012-12-22Return EEXIST to 'add' when a port is already a bridge member. This makesCamiel Dobbelaar
2012-12-21Rather than calling mircotime in bpf_catchpacket each time it's calledMike Belopuhov
2012-12-21bpf allocates packet buffers in the ioctl path and can sleepMike Belopuhov
2012-12-14oops, debug printf sneaked in. i must be out of practice.David Gwynne
2012-12-13pipex_init can be called multiple times (by whatever subsystems want to useDavid Gwynne
2012-12-12Rearrange the code a bit to prevent splx() from being called with anMike Belopuhov
2012-12-07Remove stray semicolon. Fixes mbuf leak with devices sending BPDUs toPaul de Weerd
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-29Delete needless check for NULL. From Michael W. Bombardieri.YASUOKA Masahiko
2012-11-27remove incorrect splnet usage in pfkey interfaceMike Belopuhov
2012-11-26do not steal mbuf types (leads to a panic if M_ZEROIZE gets set onMarkus Friedl
2012-11-23Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTUStuart Henderson
2012-11-23make sure to always pass an array of struct pf_src_node pointers toMike Belopuhov
2012-11-15this code is shared into userland, and there it should not pullTheo de Raadt
2012-11-11align ifaliasreq.ifra_addr similar to the way that ifreq is fixed --Theo de Raadt
2012-11-08wrap bpfilter portion with #if NBPFILTER > 0.Gleydson Soares
2012-11-06backout csum diff for the moment, requested by theoHenning Brauer
2012-11-01redo most of the protocol (tcp/udp/...) checksum handlingHenning Brauer
2012-10-30Use time_uptime for expiration values as time_second can be skewed atFlorian Obser
2012-10-23Only clear the revarp_ifp if the ifp pointing to it is detached.Claudio Jeker
2012-10-21Add the IP_DIVERTFL socket option on divert(4) sockets to controlSebastian Benoit
2012-10-18Move revarp code into #ifdef NFSCLIENT; saving space on some media.Theo de Raadt
2012-10-10make bridge_rtflush and bridge_flushrule void functions, as they neverHenning Brauer
2012-10-09simplify hook_disestablish() handling by always resetting the hook whenMarkus Friedl
2012-10-08Make carp_ourether() shorter and more generic. Only a mac addressCamiel Dobbelaar
2012-10-08make sure we don't call hook_disestablish() twice e.g. ifconfig -syncdevMarkus Friedl
2012-10-08Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need toCamiel Dobbelaar
2012-10-07spacingMike Belopuhov