summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when stackedthompsa2007-10-201-2/+2
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when bridging athompsa2007-10-201-4/+4
* Use a uint16_t type for the vlan tag rather an int.thompsa2007-10-182-2/+2
* The bridging output function puts the mbuf directly on the interfaces sendthompsa2007-10-184-29/+47
* Make sure that we refresh the PID on read(2) and write(2) operations.csjp2007-10-121-0/+2
* Fix two panics in lagg.thompsa2007-10-122-36/+34
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup thecsjp2007-09-231-2/+2
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theysam2007-09-181-4/+0
* Allow additional packet filtering on the physical interface for locallythompsa2007-09-161-0/+20
* Remove DIAG code that discards oversized packets.julian2007-09-141-14/+0
* Make the type of the memory used by the BPF filter unsigned, so itdwmalone2007-09-131-1/+1
* Check for multicast destination on bpf injected packets and update the M_*CASTthompsa2007-09-101-4/+19
* Do not set the RTF_GATEWAY flag if RTF_LLINFO is set, it doesn't make muchcognet2007-09-081-1/+2
* Show the ACTIVE flag in ifconfig for the single interface that is actaullythompsa2007-08-301-1/+5
* If the STP state machine is stopped then clear the bridge-id and root-id.thompsa2007-08-181-8/+13
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-063-15/+3
* - Ensure the path cost does not exceed 65535 in legacy STP mode.thompsa2007-08-042-2/+31
* Add a bridge interface flag called PRIVATE where any private port can notthompsa2007-08-012-34/+40
* - Propagate the largest set of interface capabilities supported by all laggthompsa2007-07-302-16/+57
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-1/+1
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-273-101/+2
* Avoid holding the softc lock when using copyout().thompsa2007-07-263-58/+109
* Allow the LACP state to be queried from userland which at the moment is thethompsa2007-07-054-0/+88
* Link pf 4.1 to the build:mlaier2007-07-031-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-1/+1
* Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9)rwatson2007-07-021-2/+2
* Sync comments to code: we now use priv_check() rather than suser() torwatson2007-06-261-16/+16
* Check the correct port to see if synced is true.thompsa2007-06-221-2/+2
* Silence some gcc 4 warnings. It is expected that the bpf_movein() routinecsjp2007-06-171-0/+2
* - Conditionally pickup Giant around the network interfacecsjp2007-06-151-3/+4
* Add the vlan tag to the bridge route table. This allows a vlan trunk to bethompsa2007-06-132-26/+54
* Remove IPX over IP tunneling support, which allows IPX routing over IPrwatson2007-06-131-1/+1
* Use if_capenable to allow LRO enabled drivers to bypassgallatin2007-06-121-1/+2
* non-functional cleanupthompsa2007-06-124-142/+108
* Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offloadandre2007-06-111-0/+1
* Move the oversize ethernet frame size check into DIAGNOSTIC,gallatin2007-06-111-0/+2
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassgallatin2007-06-111-1/+2
* Add missing \n to printfphk2007-06-111-1/+1
* Update 802.11 wireless support:sam2007-06-111-0/+10
* Cast the ioctl define to the type of the variable being switched on.mjacob2007-06-101-2/+2
* Correct the definition of PFIL_HOOKED() so that it comparesgallatin2007-06-081-1/+1
* Remove GIANT_REQUIRED for upcoming changes in FireWire stack.simokawa2007-06-051-4/+0
* - Added a new Ethernet media type (2500BaseSX) to support BCM5708 controllersdavidch2007-06-051-0/+4
* Remove a KASSERT intended to help the developer, the condition is no longerthompsa2007-05-301-0/+2
* Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctlyar2007-05-292-2/+2
* Some minor cleanups:glebius2007-05-221-22/+15
* - packets on the input interface were counted twicethompsa2007-05-201-13/+1
* Compare the partner system priority when choosing the aggregator.thompsa2007-05-192-1/+11
* Implement the Marker Protocol. A marker frame is placed on the interface queuethompsa2007-05-192-32/+131
OpenPOWER on IntegriCloud