]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace it
[FreeBSD/FreeBSD.git] / sys / net /
2008-03-25 samIFM_IEEE80211_IBSSMASTER hasn't been used in many years...
2008-03-25 ruReplaced the misleading uses of a historical artefact...
2008-03-25 rwatsonCheck for a NULL free buffer pointer in BPF before...
2008-03-24 jkimFix build with option BPF_JITTER.
2008-03-24 jkimRemove redundant inclusions of net/bpfdesc.h.
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 csjpIntroduce support for zero-copy BPF buffering, which...
2008-03-20 kmacyback out last change as Sam believes that it breaks...
2008-03-20 kmacyDon't re-initialize the interface if it is already...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 julianReplace really convoluted code that simplifies to ...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-17 thompsaRemove extra semicolons.
2008-03-16 thompsaSwitch the LACP state machine over to its own mutex...
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-09 rwatsonImprove convergence of bpf_filter.c toward style(9).
2008-03-07 rwatsonMove IFF_NEEDSGIANT warning from if_ethersubr.c to...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-06 thompsaImprove EtherIP interaction with the bridge
2008-02-13 jhbUse RTFREE_LOCKED() instead of rtfree() when releasing...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-02 rwatsonAdd comment that bpfread() has multi-threading issues.
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-18 thompsaRemove a chunk of duplicated code, test the destination...
2008-01-18 thompsaIEEE 802.1D-2004 states, frames containing any of the...
2008-01-17 thompsaSync from OpenBSD r1.118, nuke clause 3 & 4.
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2007-12-31 rwatsonUpdate netisr comment for the SMPng world order: netisr...
2007-12-31 thompsaPass any unmatched slowprotocols frames up the stack...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-27 muxAdd a workaround for a deadlock between the rt_setgate...
2007-12-26 thompsaFix a panic where if the mbuf was consumed by the filte...
2007-12-25 rwatsonUse __FBSDID() in the kernel BPF implementation.
2007-12-23 rwatsonRemove trailing whitespace from lines in BPF.
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-18 thompsaSimplify the error handling and use the dereferenced...
2007-12-18 thompsaWhen the bridge has an address and a packet comes in...
2007-12-18 thompsa - Use the macro to check the port status has it will...
2007-12-17 thompsaAdd myself to the copyright.
2007-12-17 kmacywiden the routing event interface (arp update, redirect...
2007-12-15 kmacyfix bonehead cut and paste error in last commit
2007-12-15 kmacyCreate separate capability flags for TCP over IPv4...
2007-12-15 kmacyadd interface capability for TOE
2007-12-12 kmacyadd interface for allowing consumers to register for...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-10 samWake On Lan (WOL) infrastructure
2007-12-09 thompsaFix spelling.
2007-12-07 kmacyAdd padding for anticipated functionality
2007-12-06 julianNo need to assert that a == b when we just set a = b.
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-05 thompsaSupport monitor mode where the frame is discarded after...
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-11-28 bzAdd sysctls to if_enc(4) to control whether the firewal...
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
2007-11-25 mlaierpfil(9) locking take 3: Switch to rmlock(9)
2007-11-25 thompsaHave the lagg interface generate link up/down events...
2007-11-21 thompsaUse the safer callout_init_rw() to allow the softclock...
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-07 acheThis commit was generated by cvs2svn to compensate...
2007-11-06 oleg1) dummynet_io() declaration has changed.
2007-11-05 gshapiroThis commit was generated by cvs2svn to compensate...
2007-11-04 thompsaAdd an option to limit the number of source MACs that...
2007-10-29 rwatsonThis commit was generated by cvs2svn to compensate...
2007-10-27 yarAdd a comment explaining why disc(4) bears the IFF_LOOP...
2007-10-27 yarif_loop doesn't need to keep the list of lo(4) interfac...
2007-10-25 obrienThis commit was generated by cvs2svn to compensate...
2007-10-24 rwatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-22 jhbClose a race when trying to lookup a gateway route...
2007-10-21 mlaierAdditions from libpcap 0.9.8 unbreak the build.
2007-10-20 thompsaUse ETHER_BPF_MTAP so that the vlan tags are visible...
2007-10-20 thompsaUse ETHER_BPF_MTAP so that the vlan tags are visible...
2007-10-18 thompsaUse a uint16_t type for the vlan tag rather an int.
2007-10-18 darrenrThis commit was generated by cvs2svn to compensate...
2007-10-18 thompsaThe bridging output function puts the mbuf directly...
2007-10-18 simonThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-12 delphijThis commit was generated by cvs2svn to compensate...
2007-10-12 csjpMake sure that we refresh the PID on read(2) and write...
2007-10-12 thompsaFix two panics in lagg.
2007-10-08 delphijThis commit was generated by cvs2svn to compensate...
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-23 csjpCertain consumers of rtalloc like gif(4) and if_stf...
2007-09-18 samremove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MIN...
2007-09-16 thompsaAllow additional packet filtering on the physical inter...
next