summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-11/+74
* pfil(9) locking take 3: Switch to rmlock(9)mlaier2007-11-252-11/+15
* Have the lagg interface generate link up/down events, the interface is markedthompsa2007-11-251-0/+20
* Use the safer callout_init_rw() to allow the softclock to grab thethompsa2007-11-211-5/+2
* 1) dummynet_io() declaration has changed.oleg2007-11-062-2/+2
* Add an option to limit the number of source MACs that can be behind a bridgethompsa2007-11-042-23/+91
* Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.yar2007-10-271-0/+10
* if_loop doesn't need to keep the list of lo(4) interfaces. Todayyar2007-10-271-12/+0
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-2412-34/+34
* Close a race when trying to lookup a gateway route in rt_check().jhb2007-10-221-1/+3
* Additions from libpcap 0.9.8 unbreak the build.mlaier2007-10-211-0/+134
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when stackedthompsa2007-10-201-2/+2
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when bridging athompsa2007-10-201-4/+4
* Use a uint16_t type for the vlan tag rather an int.thompsa2007-10-182-2/+2
* The bridging output function puts the mbuf directly on the interfaces sendthompsa2007-10-184-29/+47
* Make sure that we refresh the PID on read(2) and write(2) operations.csjp2007-10-121-0/+2
* Fix two panics in lagg.thompsa2007-10-122-36/+34
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup thecsjp2007-09-231-2/+2
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theysam2007-09-181-4/+0
* Allow additional packet filtering on the physical interface for locallythompsa2007-09-161-0/+20
* Remove DIAG code that discards oversized packets.julian2007-09-141-14/+0
* Make the type of the memory used by the BPF filter unsigned, so itdwmalone2007-09-131-1/+1
* Check for multicast destination on bpf injected packets and update the M_*CASTthompsa2007-09-101-4/+19
* Do not set the RTF_GATEWAY flag if RTF_LLINFO is set, it doesn't make muchcognet2007-09-081-1/+2
* Show the ACTIVE flag in ifconfig for the single interface that is actaullythompsa2007-08-301-1/+5
* If the STP state machine is stopped then clear the bridge-id and root-id.thompsa2007-08-181-8/+13
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-063-15/+3
* - Ensure the path cost does not exceed 65535 in legacy STP mode.thompsa2007-08-042-2/+31
* Add a bridge interface flag called PRIVATE where any private port can notthompsa2007-08-012-34/+40
* - Propagate the largest set of interface capabilities supported by all laggthompsa2007-07-302-16/+57
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-1/+1
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-273-101/+2
* Avoid holding the softc lock when using copyout().thompsa2007-07-263-58/+109
* 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
OpenPOWER on IntegriCloud