aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Simplify the error handling and use the dereferenced sc->sc_ifp pointer.Andrew Thompson2007-12-181-44/+26
* When the bridge has an address and a packet comes in for it then drop it if theAndrew Thompson2007-12-181-0/+7
* - Use the macro to check the port status has it will also test if itsAndrew Thompson2007-12-181-2/+2
* Add myself to the copyright.Andrew Thompson2007-12-171-0/+1
* widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy2007-12-172-7/+6
* fix bonehead cut and paste error in last commitKip Macy2007-12-151-1/+1
* Create separate capability flags for TCP over IPv4 and TCP over IPv6Kip Macy2007-12-151-1/+3
* add interface capability for TOEKip Macy2007-12-151-0/+1
* add interface for allowing consumers to register for ARP updates,Kip Macy2007-12-122-4/+20
* Wake On Lan (WOL) infrastructureSam Leffler2007-12-101-2/+6
* Fix spelling.Andrew Thompson2007-12-092-8/+8
* Add padding for anticipated functionalityKip Macy2007-12-071-2/+3
* No need to assert that a == b when we just set a = b.Julian Elischer2007-12-061-1/+0
* Support monitor mode where the frame is discarded after bpf and stats process...Andrew Thompson2007-12-051-0/+5
* Add sysctls to if_enc(4) to control whether the firewalls orBjoern A. Zeeb2007-11-281-11/+74
* pfil(9) locking take 3: Switch to rmlock(9)Max Laier2007-11-252-11/+15
* Have the lagg interface generate link up/down events, the interface is markedAndrew Thompson2007-11-251-0/+20
* Use the safer callout_init_rw() to allow the softclock to grab theAndrew Thompson2007-11-211-5/+2
* 1) dummynet_io() declaration has changed.Oleg Bulyzhin2007-11-062-2/+2
* Add an option to limit the number of source MACs that can be behind a bridgeAndrew Thompson2007-11-042-23/+91
* Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.Yaroslav Tykhiy2007-10-271-0/+10
* if_loop doesn't need to keep the list of lo(4) interfaces. TodayYaroslav Tykhiy2007-10-271-12/+0
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-2412-34/+34
* Close a race when trying to lookup a gateway route in rt_check().John Baldwin2007-10-221-1/+3
* Additions from libpcap 0.9.8 unbreak the build.Max Laier2007-10-211-0/+134
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when stackedAndrew Thompson2007-10-201-2/+2
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when bridging aAndrew Thompson2007-10-201-4/+4
* Use a uint16_t type for the vlan tag rather an int.Andrew Thompson2007-10-182-2/+2
* The bridging output function puts the mbuf directly on the interfaces sendAndrew Thompson2007-10-184-29/+47
* Make sure that we refresh the PID on read(2) and write(2) operations.Christian S.J. Peron2007-10-121-0/+2
* Fix two panics in lagg.Andrew Thompson2007-10-122-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