| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use if_capenable to allow LRO enabled drivers to bypass | Andrew Gallatin | 2007-06-12 | 1 | -1/+2 |
| * | non-functional cleanup | Andrew Thompson | 2007-06-12 | 4 | -142/+108 |
| * | Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offload | Andre Oppermann | 2007-06-11 | 1 | -0/+1 |
| * | Move the oversize ethernet frame size check into DIAGNOSTIC, | Andrew Gallatin | 2007-06-11 | 1 | -0/+2 |
| * | Back out the previous commit which added an M_LRO mbuf flag | Andrew Gallatin | 2007-06-11 | 1 | -2/+1 |
| * | Allow drivers, such as cxgb and mxge, which support LRO to bypass | Andrew Gallatin | 2007-06-11 | 1 | -1/+2 |
| * | Add missing \n to printf | Poul-Henning Kamp | 2007-06-11 | 1 | -1/+1 |
| * | Update 802.11 wireless support: | Sam Leffler | 2007-06-11 | 1 | -0/+10 |
| * | Cast the ioctl define to the type of the variable being switched on. | Matt Jacob | 2007-06-10 | 1 | -2/+2 |
| * | Correct the definition of PFIL_HOOKED() so that it compares | Andrew Gallatin | 2007-06-08 | 1 | -1/+1 |
| * | Remove GIANT_REQUIRED for upcoming changes in FireWire stack. | Hidetoshi Shimokawa | 2007-06-05 | 1 | -4/+0 |
| * | - Added a new Ethernet media type (2500BaseSX) to support BCM5708 controllers | David Christensen | 2007-06-05 | 1 | -0/+4 |
| * | Remove a KASSERT intended to help the developer, the condition is no longer | Andrew Thompson | 2007-05-30 | 1 | -0/+2 |
| * | Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl | Yaroslav Tykhiy | 2007-05-29 | 2 | -2/+2 |
| * | Some minor cleanups: | Gleb Smirnoff | 2007-05-22 | 1 | -22/+15 |
| * | - packets on the input interface were counted twice | Andrew Thompson | 2007-05-20 | 1 | -13/+1 |
| * | Compare the partner system priority when choosing the aggregator. | Andrew Thompson | 2007-05-19 | 2 | -1/+11 |
| * | Implement the Marker Protocol. A marker frame is placed on the interface queue | Andrew Thompson | 2007-05-19 | 2 | -32/+131 |
| * | Check return value of m_pullup() in firewire_input(). | Robert Watson | 2007-05-19 | 1 | -0/+2 |
| * | Fix a mbuf leak where sc_start fails or the protocol is none. | Andrew Thompson | 2007-05-19 | 1 | -2/+4 |
| * | Fix locking assert where we should hold the reader lock. | Andrew Thompson | 2007-05-18 | 2 | -2/+2 |
| * | Update the comments on if_alloc(), if_free(), if_free_type(), and | Brooks Davis | 2007-05-16 | 1 | -12/+26 |
| * | The struct if_data members ifi_recvquota and ifi_xmitquota have been | Brooks Davis | 2007-05-16 | 2 | -4/+2 |
| * | Fix unused variable error with !INET6 | Andrew Thompson | 2007-05-15 | 1 | -1/+2 |
| * | Feed ipv6 flowlabel to hash calculation. | Andrew Thompson | 2007-05-15 | 1 | -1/+3 |
| * | Change from a mutex to a read/write lock. This allows the tx port to be | Andrew Thompson | 2007-05-15 | 4 | -83/+132 |
| * | Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previous | Robert Watson | 2007-05-13 | 1 | -0/+2 |
| * | Integrate the Camellia Block Cipher. For more information see RFC 4132 | George V. Neville-Neil | 2007-05-09 | 1 | -0/+2 |
| * | - Correctly check if lp_ioctl is null | Andrew Thompson | 2007-05-07 | 1 | -20/+9 |
| * | The purgemulti call is not needed since all the ports have already been detac... | Andrew Thompson | 2007-05-07 | 1 | -3/+0 |
| * | Call if_setlladdr() on the aggregation port from a taskqueue so the softc lock | Andrew Thompson | 2007-05-07 | 2 | -5/+89 |
| * | Avoid touching various unsafe parts if the interface is disappearing. | Andrew Thompson | 2007-05-07 | 3 | -8/+16 |
| * | Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code | Andrew Thompson | 2007-05-07 | 4 | -81/+37 |
| * | Fix flag descriptions. | Andrew Thompson | 2007-05-03 | 1 | -2/+2 |
| * | - Add a disabled state for ports that can not be aggregated | Andrew Thompson | 2007-05-03 | 3 | -6/+21 |
| * | Fix a couple of typos in a comment. | Yaroslav Tykhiy | 2007-05-02 | 1 | -2/+2 |
| * | Set the master flag on the right variable. | Andrew Thompson | 2007-05-02 | 1 | -1/+1 |
| * | Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set even | Andrew Thompson | 2007-05-02 | 1 | -1/+1 |
| * | Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. | Andrew Thompson | 2007-04-17 | 9 | -1915/+1915 |
| * | Fix a case where the multicast addresses were not removed from some ports. The | Andrew Thompson | 2007-04-12 | 1 | -32/+49 |
| * | Fix an uninitialized variable warning. | Andrew Thompson | 2007-04-10 | 1 | -1/+1 |
| * | Add the trunk(4) driver for providing link aggregation, failover and fault | Andrew Thompson | 2007-04-10 | 7 | -0/+3872 |
| * | Fix regression in rev. 1.140. | Gleb Smirnoff | 2007-03-27 | 1 | -6/+7 |
| * | Fix a case where hardware removal of an interface caused an attempt to | Bruce M Simpson | 2007-03-27 | 2 | -5/+13 |
| * | Fix some statements in disc(4) and about it: | Yaroslav Tykhiy | 2007-03-26 | 1 | -1/+1 |
| * | Give a hint that softc can contain many things besides ifp. | Yaroslav Tykhiy | 2007-03-26 | 1 | -0/+5 |
| * | We no longer embed ifnet in softc, and the pointer to ifnet | Yaroslav Tykhiy | 2007-03-26 | 1 | -4/+4 |
| * | Introduce a new toy interface, edsc(4). It's a discard interface | Yaroslav Tykhiy | 2007-03-26 | 1 | -0/+349 |
| * | Fix a typo, and update a comment. | Bruce M Simpson | 2007-03-22 | 1 | -3/+2 |
| * | When working on an RTM_CHANGE do the route editing in the following | Gleb Smirnoff | 2007-03-22 | 1 | -18/+17 |