summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Finish the r244185. This fixes ever growing counter of pfsync badglebius2013-02-151-12/+0
* Resolve source address selection in presense of CARP. Add a coupleglebius2013-02-112-4/+22
* This fixes a out-of-order problem with severalrrs2013-02-071-1/+52
* Retire struct sockaddr_inarp.glebius2013-01-312-29/+5
* route_output() always supplies info with RTAX_GATEWAY member thatglebius2013-01-291-4/+3
* Move lle_event to if_llatbl.hnp2013-01-251-0/+10
* - Utilize m_get2(), accidentially fixing some signedness bugs.glebius2013-01-241-20/+3
* leftover from r245579... flags for semi transparent mode and directluigi2013-01-231-8/+41
* If lagg(4) can't forward a packet due to underlying port problems,glebius2013-01-211-2/+2
* - Add dashes before copyright notices.glebius2013-01-071-18/+8
* Juggle some internal symbols from our antique zlib (that originally camepeter2013-01-062-2/+9
* Add an ability to set net.link.stf.permit_rfc1918 from the loader.ae2012-12-271-1/+2
* Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allowae2012-12-271-2/+7
* Fix typo in comment.kevlo2012-12-181-1/+1
* 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
OpenPOWER on IntegriCloud