| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 3 | -15/+3 |
* | - Ensure the path cost does not exceed 65535 in legacy STP mode. | thompsa | 2007-08-04 | 2 | -2/+31 |
* | Add a bridge interface flag called PRIVATE where any private port can not | thompsa | 2007-08-01 | 2 | -34/+40 |
* | - Propagate the largest set of interface capabilities supported by all lagg | thompsa | 2007-07-30 | 2 | -16/+57 |
* | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | rwatson | 2007-07-28 | 1 | -1/+1 |
* | First in a series of changes to remove the now-unused Giant compatibility | rwatson | 2007-07-27 | 3 | -101/+2 |
* | Avoid holding the softc lock when using copyout(). | thompsa | 2007-07-26 | 3 | -58/+109 |
* | Allow the LACP state to be queried from userland which at the moment is the | thompsa | 2007-07-05 | 4 | -0/+88 |
* | Link pf 4.1 to the build: | mlaier | 2007-07-03 | 1 | -1/+3 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -1/+1 |
* | Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9) | rwatson | 2007-07-02 | 1 | -2/+2 |
* | Sync comments to code: we now use priv_check() rather than suser() to | rwatson | 2007-06-26 | 1 | -16/+16 |
* | Check the correct port to see if synced is true. | thompsa | 2007-06-22 | 1 | -2/+2 |
* | Silence some gcc 4 warnings. It is expected that the bpf_movein() routine | csjp | 2007-06-17 | 1 | -0/+2 |
* | - Conditionally pickup Giant around the network interface | csjp | 2007-06-15 | 1 | -3/+4 |
* | Add the vlan tag to the bridge route table. This allows a vlan trunk to be | thompsa | 2007-06-13 | 2 | -26/+54 |
* | Remove IPX over IP tunneling support, which allows IPX routing over IP | rwatson | 2007-06-13 | 1 | -1/+1 |
* | Use if_capenable to allow LRO enabled drivers to bypass | gallatin | 2007-06-12 | 1 | -1/+2 |
* | non-functional cleanup | thompsa | 2007-06-12 | 4 | -142/+108 |
* | Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offload | andre | 2007-06-11 | 1 | -0/+1 |
* | Move the oversize ethernet frame size check into DIAGNOSTIC, | gallatin | 2007-06-11 | 1 | -0/+2 |
* | Back out the previous commit which added an M_LRO mbuf flag | gallatin | 2007-06-11 | 1 | -2/+1 |
* | Allow drivers, such as cxgb and mxge, which support LRO to bypass | gallatin | 2007-06-11 | 1 | -1/+2 |
* | Add missing \n to printf | phk | 2007-06-11 | 1 | -1/+1 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 1 | -0/+10 |
* | Cast the ioctl define to the type of the variable being switched on. | mjacob | 2007-06-10 | 1 | -2/+2 |
* | Correct the definition of PFIL_HOOKED() so that it compares | gallatin | 2007-06-08 | 1 | -1/+1 |
* | Remove GIANT_REQUIRED for upcoming changes in FireWire stack. | simokawa | 2007-06-05 | 1 | -4/+0 |
* | - Added a new Ethernet media type (2500BaseSX) to support BCM5708 controllers | davidch | 2007-06-05 | 1 | -0/+4 |
* | Remove a KASSERT intended to help the developer, the condition is no longer | thompsa | 2007-05-30 | 1 | -0/+2 |
* | Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl | yar | 2007-05-29 | 2 | -2/+2 |
* | Some minor cleanups: | glebius | 2007-05-22 | 1 | -22/+15 |
* | - packets on the input interface were counted twice | thompsa | 2007-05-20 | 1 | -13/+1 |
* | Compare the partner system priority when choosing the aggregator. | thompsa | 2007-05-19 | 2 | -1/+11 |
* | Implement the Marker Protocol. A marker frame is placed on the interface queue | thompsa | 2007-05-19 | 2 | -32/+131 |
* | Check return value of m_pullup() in firewire_input(). | rwatson | 2007-05-19 | 1 | -0/+2 |
* | Fix a mbuf leak where sc_start fails or the protocol is none. | thompsa | 2007-05-19 | 1 | -2/+4 |
* | Fix locking assert where we should hold the reader lock. | thompsa | 2007-05-18 | 2 | -2/+2 |
* | Update the comments on if_alloc(), if_free(), if_free_type(), and | brooks | 2007-05-16 | 1 | -12/+26 |
* | The struct if_data members ifi_recvquota and ifi_xmitquota have been | brooks | 2007-05-16 | 2 | -4/+2 |
* | Fix unused variable error with !INET6 | thompsa | 2007-05-15 | 1 | -1/+2 |
* | Feed ipv6 flowlabel to hash calculation. | thompsa | 2007-05-15 | 1 | -1/+3 |
* | Change from a mutex to a read/write lock. This allows the tx port to be | thompsa | 2007-05-15 | 4 | -83/+132 |
* | Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previous | rwatson | 2007-05-13 | 1 | -0/+2 |
* | Integrate the Camellia Block Cipher. For more information see RFC 4132 | gnn | 2007-05-09 | 1 | -0/+2 |
* | - Correctly check if lp_ioctl is null | thompsa | 2007-05-07 | 1 | -20/+9 |
* | The purgemulti call is not needed since all the ports have already been detac... | thompsa | 2007-05-07 | 1 | -3/+0 |
* | Call if_setlladdr() on the aggregation port from a taskqueue so the softc lock | thompsa | 2007-05-07 | 2 | -5/+89 |
* | Avoid touching various unsafe parts if the interface is disappearing. | thompsa | 2007-05-07 | 3 | -8/+16 |
* | Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code | thompsa | 2007-05-07 | 4 | -81/+37 |