aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Use if_capenable to allow LRO enabled drivers to bypassAndrew Gallatin2007-06-121-1/+2
* non-functional cleanupAndrew Thompson2007-06-124-142/+108
* Add IFCAP_LRO flag for drivers to announce their TCP Large Receive OffloadAndre Oppermann2007-06-111-0/+1
* Move the oversize ethernet frame size check into DIAGNOSTIC,Andrew Gallatin2007-06-111-0/+2
* Back out the previous commit which added an M_LRO mbuf flagAndrew Gallatin2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassAndrew Gallatin2007-06-111-1/+2
* Add missing \n to printfPoul-Henning Kamp2007-06-111-1/+1
* Update 802.11 wireless support:Sam Leffler2007-06-111-0/+10
* Cast the ioctl define to the type of the variable being switched on.Matt Jacob2007-06-101-2/+2
* Correct the definition of PFIL_HOOKED() so that it comparesAndrew Gallatin2007-06-081-1/+1
* Remove GIANT_REQUIRED for upcoming changes in FireWire stack.Hidetoshi Shimokawa2007-06-051-4/+0
* - Added a new Ethernet media type (2500BaseSX) to support BCM5708 controllersDavid Christensen2007-06-051-0/+4
* Remove a KASSERT intended to help the developer, the condition is no longerAndrew Thompson2007-05-301-0/+2
* Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctlYaroslav Tykhiy2007-05-292-2/+2
* Some minor cleanups:Gleb Smirnoff2007-05-221-22/+15
* - packets on the input interface were counted twiceAndrew Thompson2007-05-201-13/+1
* Compare the partner system priority when choosing the aggregator.Andrew Thompson2007-05-192-1/+11
* Implement the Marker Protocol. A marker frame is placed on the interface queueAndrew Thompson2007-05-192-32/+131
* Check return value of m_pullup() in firewire_input().Robert Watson2007-05-191-0/+2
* Fix a mbuf leak where sc_start fails or the protocol is none.Andrew Thompson2007-05-191-2/+4
* Fix locking assert where we should hold the reader lock.Andrew Thompson2007-05-182-2/+2
* Update the comments on if_alloc(), if_free(), if_free_type(), andBrooks Davis2007-05-161-12/+26
* The struct if_data members ifi_recvquota and ifi_xmitquota have beenBrooks Davis2007-05-162-4/+2
* Fix unused variable error with !INET6Andrew Thompson2007-05-151-1/+2
* Feed ipv6 flowlabel to hash calculation.Andrew Thompson2007-05-151-1/+3
* Change from a mutex to a read/write lock. This allows the tx port to beAndrew Thompson2007-05-154-83/+132
* Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previousRobert Watson2007-05-131-0/+2
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-0/+2
* - Correctly check if lp_ioctl is nullAndrew Thompson2007-05-071-20/+9
* The purgemulti call is not needed since all the ports have already been detac...Andrew Thompson2007-05-071-3/+0
* Call if_setlladdr() on the aggregation port from a taskqueue so the softc lockAndrew Thompson2007-05-072-5/+89
* Avoid touching various unsafe parts if the interface is disappearing.Andrew Thompson2007-05-073-8/+16
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codeAndrew Thompson2007-05-074-81/+37
* Fix flag descriptions.Andrew Thompson2007-05-031-2/+2
* - Add a disabled state for ports that can not be aggregatedAndrew Thompson2007-05-033-6/+21
* Fix a couple of typos in a comment.Yaroslav Tykhiy2007-05-021-2/+2
* Set the master flag on the right variable.Andrew Thompson2007-05-021-1/+1
* Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set evenAndrew Thompson2007-05-021-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.Andrew Thompson2007-04-179-1915/+1915
* Fix a case where the multicast addresses were not removed from some ports. TheAndrew Thompson2007-04-121-32/+49
* Fix an uninitialized variable warning.Andrew Thompson2007-04-101-1/+1
* Add the trunk(4) driver for providing link aggregation, failover and faultAndrew Thompson2007-04-107-0/+3872
* Fix regression in rev. 1.140.Gleb Smirnoff2007-03-271-6/+7
* Fix a case where hardware removal of an interface caused an attempt toBruce M Simpson2007-03-272-5/+13
* Fix some statements in disc(4) and about it:Yaroslav Tykhiy2007-03-261-1/+1
* Give a hint that softc can contain many things besides ifp.Yaroslav Tykhiy2007-03-261-0/+5
* We no longer embed ifnet in softc, and the pointer to ifnetYaroslav Tykhiy2007-03-261-4/+4
* Introduce a new toy interface, edsc(4). It's a discard interfaceYaroslav Tykhiy2007-03-261-0/+349
* Fix a typo, and update a comment.Bruce M Simpson2007-03-221-3/+2
* When working on an RTM_CHANGE do the route editing in the followingGleb Smirnoff2007-03-221-18/+17