aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2489-89/+89
* MFC route.c@1.125 and route.h@1.68:Maxime Henrion2008-01-092-1/+11
* MFC r1.8Andrew Thompson2007-12-291-0/+7
* MFC r1.25Andrew Thompson2007-12-211-2/+2
* MFC r1.108Andrew Thompson2007-12-211-0/+7
* MFC r1.23 - 24Andrew Thompson2007-12-181-0/+6
* Add padding for anticipated functionalityKip Macy2007-12-071-2/+3
* MFC r1.22Andrew Thompson2007-11-291-0/+20
* Pad struct ifbreq to be the same size as in HEAD. This allows ifconfig to beAndrew Thompson2007-11-071-0/+1
* MFC: Close a race when trying to lookup a gateway route in rt_check().John Baldwin2007-10-301-1/+3
* MFC ethernet.h r.133, if_bridge.c r1.104, if_ethersubr.c r1.237, if_vlan.c r1...Andrew Thompson2007-10-284-29/+47
* MFC r1.105Andrew Thompson2007-10-231-4/+4
* MFC r1.21Andrew Thompson2007-10-231-2/+2
* MFC: bpf.h, rev. 1.48Max Laier2007-10-211-0/+134
* MFC bpf.c revision 1.182Christian S.J. Peron2007-10-201-0/+2
* MFC if_lagg.c r1.20, if_lagg.h r1.11Andrew Thompson2007-10-182-36/+34
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup theChristian S.J. Peron2007-09-231-2/+2
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theySam Leffler2007-09-181-4/+0
* Allow additional packet filtering on the physical interface for locallyAndrew Thompson2007-09-161-0/+20
* Remove DIAG code that discards oversized packets.Julian Elischer2007-09-141-14/+0
* Make the type of the memory used by the BPF filter unsigned, so itDavid Malone2007-09-131-1/+1
* Check for multicast destination on bpf injected packets and update the M_*CASTAndrew Thompson2007-09-101-4/+19
* Do not set the RTF_GATEWAY flag if RTF_LLINFO is set, it doesn't make muchOlivier Houchard2007-09-081-1/+2
* Show the ACTIVE flag in ifconfig for the single interface that is actaullyAndrew Thompson2007-08-301-1/+5
* If the STP state machine is stopped then clear the bridge-id and root-id.Andrew Thompson2007-08-181-8/+13
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-063-15/+3
* - Ensure the path cost does not exceed 65535 in legacy STP mode.Andrew Thompson2007-08-042-2/+31
* Add a bridge interface flag called PRIVATE where any private port can notAndrew Thompson2007-08-012-34/+40
* - Propagate the largest set of interface capabilities supported by all laggAndrew Thompson2007-07-302-16/+57
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removeRobert Watson2007-07-281-1/+1
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-273-101/+2
* Avoid holding the softc lock when using copyout().Andrew Thompson2007-07-263-58/+109
* Allow the LACP state to be queried from userland which at the moment is theAndrew Thompson2007-07-054-0/+88
* Link pf 4.1 to the build:Max Laier2007-07-031-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-1/+1
* Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9)Robert Watson2007-07-021-2/+2
* Sync comments to code: we now use priv_check() rather than suser() toRobert Watson2007-06-261-16/+16
* Check the correct port to see if synced is true.Andrew Thompson2007-06-221-2/+2
* Silence some gcc 4 warnings. It is expected that the bpf_movein() routineChristian S.J. Peron2007-06-171-0/+2
* - Conditionally pickup Giant around the network interfaceChristian S.J. Peron2007-06-151-3/+4
* Add the vlan tag to the bridge route table. This allows a vlan trunk to beAndrew Thompson2007-06-132-26/+54
* Remove IPX over IP tunneling support, which allows IPX routing over IPRobert Watson2007-06-131-1/+1
* 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