summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Properly set curvnet context in lagg_port_setlladdr() task handler.trociny2013-06-071-0/+2
* Fix build with both INET and INET6 disabled.jhb2013-06-041-0/+2
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-032-6/+18
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-301-4/+34
* clarify usage of NETMAP_BUFluigi2013-05-301-2/+2
* While waiting for the bpf hold buffer to become idle, checkghelmer2013-05-231-2/+7
* Allow certain headers to be included more easily.ed2013-05-211-3/+5
* Use separate function to update mbuf checksum flags instead ofmelifaro2013-05-181-24/+19
* Fix rte leak introduced in r248070.melifaro2013-05-181-1/+1
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-11/+3
* Add IFF_MONITOR support to gre(4).hrs2013-05-111-0/+6
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-064-6/+6
* Correct a few sizeof()seadler2013-05-011-1/+1
* remove $Id$ (whitespace change)luigi2013-04-302-2/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-2626-150/+124
* Recover missing arp_ifinit() call.oleg2013-04-181-0/+6
* Switch lagg(4) statistics to counter(9).glebius2013-04-152-6/+43
* Fix build.glebius2013-04-102-2/+2
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-093-4/+4
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-3/+3
* Ignore interface renames instead of removing the interface from the bridgemarkj2013-03-281-0/+3
* Remove __FreeBSD_version ifdefs.glebius2013-03-223-12/+0
* Fix style and comments.ae2013-03-192-12/+19
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-152-4/+3
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-11/+8
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Reinitialize eh after pfil(9) processing.glebius2013-03-111-0/+1
* Fix long-standing issue with interface routes being unprotected:melifaro2013-03-083-4/+41
* Write lock is not required for find&compare operation.melifaro2013-03-051-2/+2
* 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
OpenPOWER on IntegriCloud