]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
- Use NULL instead of 0 for pointers.
[FreeBSD/FreeBSD.git] / sys / net /
2008-04-24 Qing LiIn function rtalloc_mpath(), do not try to release...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-20 Antoine BrodinMove "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to
2008-04-19 Brooks DavisDelay the global registration of the struct ifnet in...
2008-04-15 Jung-uk KimRevert the previous commit and use M_PROMISC flag instead.
2008-04-15 Maksim YevmenkinFix possible buffer overrun on 64-bit arch when generat...
2008-04-15 Jung-uk KimRemove M_SKIP_FIREWALL abuse and add more appropriate...
2008-04-13 Qing Li Make this file compile on IPv6 kernels.
2008-04-13 Poul-Henning KampMake this compile also on non-IPv6 kernels.
2008-04-13 Bjoern A. ZeebFix the build in case RADIX_MPATH is not defined.
2008-04-13 Qing LiThese files handle the radix tree for the ECMP routes.
2008-04-13 Qing LiThis patch provides the back end support for equal...
2008-04-07 Robert WatsonMaintain and observe a ZBUF_FLAG_IMMUTABLE flag on...
2008-04-07 Robert WatsonCoerce if_loop.c in the general direction of style(9):
2008-03-27 Ian DowseAdd IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user...
2008-03-26 Robert WatsonAdd a comment explaining that we initialize the 'a...
2008-03-25 Sam Lefflerexpose if_purgemaddrs, it will be used by the vap code...
2008-03-25 Sam LefflerIFM_IEEE80211_IBSSMASTER hasn't been used in many years...
2008-03-25 Ruslan ErmilovReplaced the misleading uses of a historical artefact...
2008-03-25 Robert WatsonCheck for a NULL free buffer pointer in BPF before...
2008-03-24 Jung-uk KimFix build with option BPF_JITTER.
2008-03-24 Jung-uk KimRemove redundant inclusions of net/bpfdesc.h.
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Christian S.J. PeronIntroduce support for zero-copy BPF buffering, which...
2008-03-20 Kip Macyback out last change as Sam believes that it breaks...
2008-03-20 Kip MacyDon't re-initialize the interface if it is already...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 Julian ElischerReplace really convoluted code that simplifies to ...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-17 Andrew ThompsonRemove extra semicolons.
2008-03-16 Andrew ThompsonSwitch the LACP state machine over to its own mutex...
2008-03-16 Robert WatsonIn keeping with style(9)'s recommendations on macros...
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-09 Robert WatsonImprove convergence of bpf_filter.c toward style(9).
2008-03-07 Robert WatsonMove IFF_NEEDSGIANT warning from if_ethersubr.c to...
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-06 Andrew ThompsonImprove EtherIP interaction with the bridge
2008-02-13 John BaldwinUse RTFREE_LOCKED() instead of rtfree() when releasing...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-02 Robert WatsonAdd comment that bpfread() has multi-threading issues.
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-18 Andrew ThompsonRemove a chunk of duplicated code, test the destination...
2008-01-18 Andrew ThompsonIEEE 802.1D-2004 states, frames containing any of the...
2008-01-17 Andrew ThompsonSync from OpenBSD r1.118, nuke clause 3 & 4.
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2007-12-31 Robert WatsonUpdate netisr comment for the SMPng world order: netisr...
2007-12-31 Andrew ThompsonPass any unmatched slowprotocols frames up the stack...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-27 Maxime HenrionAdd a workaround for a deadlock between the rt_setgate...
2007-12-26 Andrew ThompsonFix a panic where if the mbuf was consumed by the filte...
2007-12-25 Robert WatsonUse __FBSDID() in the kernel BPF implementation.
2007-12-23 Robert WatsonRemove trailing whitespace from lines in BPF.
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-18 Andrew ThompsonSimplify the error handling and use the dereferenced...
2007-12-18 Andrew ThompsonWhen the bridge has an address and a packet comes in...
2007-12-18 Andrew Thompson - Use the macro to check the port status has it will...
2007-12-17 Andrew ThompsonAdd myself to the copyright.
2007-12-17 Kip Macywiden the routing event interface (arp update, redirect...
2007-12-15 Kip Macyfix bonehead cut and paste error in last commit
2007-12-15 Kip MacyCreate separate capability flags for TCP over IPv4...
2007-12-15 Kip Macyadd interface capability for TOE
2007-12-12 Kip Macyadd interface for allowing consumers to register for...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-10 Sam LefflerWake On Lan (WOL) infrastructure
2007-12-09 Andrew ThompsonFix spelling.
2007-12-07 Kip MacyAdd padding for anticipated functionality
2007-12-06 Julian ElischerNo need to assert that a == b when we just set a = b.
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-05 Andrew ThompsonSupport monitor mode where the frame is discarded after...
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-11-28 Bjoern A. ZeebAdd sysctls to if_enc(4) to control whether the firewal...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-25 Max Laierpfil(9) locking take 3: Switch to rmlock(9)
2007-11-25 Andrew ThompsonHave the lagg interface generate link up/down events...
2007-11-21 Andrew ThompsonUse the safer callout_init_rw() to allow the softclock...
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-06 Oleg Bulyzhin1) dummynet_io() declaration has changed.
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-11-04 Andrew ThompsonAdd an option to limit the number of source MACs that...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-27 Yaroslav TykhiyAdd a comment explaining why disc(4) bears the IFF_LOOP...
2007-10-27 Yaroslav Tykhiyif_loop doesn't need to keep the list of lo(4) interfac...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-24 Robert WatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-22 John BaldwinClose a race when trying to lookup a gateway route...
2007-10-21 Max LaierAdditions from libpcap 0.9.8 unbreak the build.
2007-10-20 Andrew ThompsonUse ETHER_BPF_MTAP so that the vlan tags are visible...
2007-10-20 Andrew ThompsonUse ETHER_BPF_MTAP so that the vlan tags are visible...
next