summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check return value of m_pullup() in firewire_input().rwatson2007-05-191-0/+2
* Fix a mbuf leak where sc_start fails or the protocol is none.thompsa2007-05-191-2/+4
* Fix locking assert where we should hold the reader lock.thompsa2007-05-182-2/+2
* Update the comments on if_alloc(), if_free(), if_free_type(), andbrooks2007-05-161-12/+26
* The struct if_data members ifi_recvquota and ifi_xmitquota have beenbrooks2007-05-162-4/+2
* Fix unused variable error with !INET6thompsa2007-05-151-1/+2
* Feed ipv6 flowlabel to hash calculation.thompsa2007-05-151-1/+3
* Change from a mutex to a read/write lock. This allows the tx port to bethompsa2007-05-154-83/+132
* Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previousrwatson2007-05-131-0/+2
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-091-0/+2
* - Correctly check if lp_ioctl is nullthompsa2007-05-071-20/+9
* The purgemulti call is not needed since all the ports have already been detac...thompsa2007-05-071-3/+0
* Call if_setlladdr() on the aggregation port from a taskqueue so the softc lockthompsa2007-05-072-5/+89
* Avoid touching various unsafe parts if the interface is disappearing.thompsa2007-05-073-8/+16
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codethompsa2007-05-074-81/+37
* Fix flag descriptions.thompsa2007-05-031-2/+2
* - Add a disabled state for ports that can not be aggregatedthompsa2007-05-033-6/+21
* Fix a couple of typos in a comment.yar2007-05-021-2/+2
* Set the master flag on the right variable.thompsa2007-05-021-1/+1
* Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set eventhompsa2007-05-021-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-179-1916/+1916
* Fix a case where the multicast addresses were not removed from some ports. Thethompsa2007-04-121-32/+49
OpenPOWER on IntegriCloud