summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-6/+0
* Changes to resolve races in bpfread() and catchpacket() that, at worst,ghelmer2012-12-104-12/+38
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-63/+51
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0518-56/+56
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].hrs2012-12-041-39/+32
* Fix bpf_if structure leak introduced in r235745.melifaro2012-12-021-52/+66
* - Use more appropriate loop (do { } while()) when generating ethernet addresspjd2012-11-291-3/+5
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-1/+1
* Pass allocated unit number to make_dev, otherwise kernel panics later whiledavidxu2012-11-271-1/+1
* Better safe than sorry: reinitialize eh after ng_ether(4) andglebius2012-11-271-0/+2
* Re-initialize eh pointer after m_adj()glebius2012-11-261-0/+1
* Fix up a compile time warning if INET6 isn't defined.adrian2012-11-181-1/+1
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-171-0/+90
* Work around a race in bpfread() by validating the hold buffer pointerghelmer2012-11-061-4/+7
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-022-9/+0
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-261-2/+2
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-252-0/+9
* Fix fallout from r240071. If destination interface lookup fails,glebius2012-10-241-6/+5
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-222-4/+4
* Make PFIL use per-VNET lock instead of per-AF lock. Since most used packetmelifaro2012-10-222-10/+94
* Update to previous r241688 to use __func__ instead of spelled out functionandre2012-10-191-2/+2
* Use LOG_WARNING level in in_attachdomain1() instead of printf().andre2012-10-181-2/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-186-99/+13
* Utilize new macro to initialize if_baudrate().glebius2012-10-181-2/+2
* Fix VIMAGE build.glebius2012-10-171-1/+1
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.emax2012-10-172-1/+13
* Fix build.delphij2012-10-171-1/+1
* report total number of ports for each lagg(4) interfaceemax2012-10-161-0/+3
* introduce concept of ifi_baudrate power factor. the idea is to workemax2012-10-162-1/+2
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-1616-276/+339
* Revert previous commit...kevlo2012-10-1020-20/+20
* Prefer NULL over 0 for pointerskevlo2012-10-0920-20/+20
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-062-27/+1
* MFV: libpcap 1.3.0.delphij2012-10-051-1/+37
* Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The functionthompsa2012-10-041-8/+3
* Cast through void * to silence compiler warningemaste2012-10-031-7/+8
* Rename the module for 'device enc' to "if_enc" to avoid conflicting withjhb2012-10-021-2/+2
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-17/+3
* - In the bridge_enqueue() do success/error accounting forglebius2012-09-261-5/+4
* Correct misspelling in debug output.emaste2012-09-261-1/+1
* Revert part of an earlier patch attempt that snuck in with r240938.emaste2012-09-251-1/+0
* Avoid INVARIANTS panic destroying an in-use tap(4)emaste2012-09-252-5/+2
* Remove an incorrect commentemaste2012-09-251-1/+0
* Convert lagg(4) to use if_transmit instead of if_start.glebius2012-09-201-24/+32
* Utilize Jenkins hash with random seed for source nodes storage.glebius2012-09-201-22/+0
* Add missing break.glebius2012-09-201-0/+1
* Fix build, pass the pointy hat please.glebius2012-09-181-1/+1
* Make ruleset anchors in pf(4) reentrant. We've got two problems here:glebius2012-09-181-7/+10
* - Add $FreeBSD$ to allow modifications to this file.glebius2012-09-181-2/+2
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-144-0/+2387
OpenPOWER on IntegriCloud