summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-5/+10
* Fix the build broken by r240099.melifaro2012-09-041-0/+2
* Introduce new link-layer PFIL hook V_link_pfil_hook.melifaro2012-09-043-206/+62
* - Move jenkins.h to jenkins_hash.cglebius2012-09-041-3/+3
* Change bridge(4) to use if_transmit for forwarding packets to underlyingglebius2012-09-031-33/+33
* In ifc_alloc_unit():glebius2012-08-301-6/+15
* Fix a silly grammar bogon.jhb2012-08-211-1/+1
* Refine the changes made in r208212 to avoid bogus failures fromjhb2012-08-201-13/+21
* Unexpand a couple of TAILQ_FOREACH()s.jhb2012-08-171-4/+1
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-023-13/+25
* The llentry_update() is used only by flowtable and the latterglebius2012-08-023-24/+15
* Some more whitespace cleanup.glebius2012-08-011-5/+5
* Some style(9) and whitespace changes.glebius2012-07-312-16/+17
* Hardcode the loopback rx/tx checkum options for IPv6 to on withoutbz2012-07-281-2/+26
* Permit changing MTU in 6to4 relay.melifaro2012-07-151-2/+14
* Simplify error caseemaste2012-07-101-4/+4
* Plug potential mbuf leak when bridging fragmentsemaste2012-07-101-0/+2
* In epair_clone_destroy(), when destroying the second half, we have totrociny2012-07-091-18/+20
* Restore error handling lost in r191603emaste2012-07-091-1/+1
* Implement SIOCGIFMEDIA for if_tap(4)emaste2012-07-061-4/+22
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-042-2/+16
* Add the same check as vlan(4) where we ignore the ifnet departure event if thethompsa2012-06-301-0/+3
* Hold GIF_LOCK() for almost all of gif_start(). It is required to be heldjhb2012-06-292-19/+0
* - Updated TOE support in the kernel.np2012-06-192-2/+20
* Fix comment to better reflect how we arerrs2012-06-121-6/+11
* Note to self. Have morning coffee *before* committing things.rrs2012-06-121-4/+6
OpenPOWER on IntegriCloud