]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Style fix.
[FreeBSD/FreeBSD.git] / sys / net /
2008-06-11 Jack F VogelDuh, wrong directory, needed to be in netinet
2008-06-11 Jack F VogelAdd generic TCP LRO code, moved from the ixgbe driver...
2008-06-11 Ed SchoutenDon't enforce unique device minor number policy anymore.
2008-05-30 Qing LiWhen RADIX_MPATH is enabled, the route selection is...
2008-05-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-17 Brooks DavisThe if_check() function performed three actions:
2008-05-16 Sean FarleySpelling and capitalization fixes.
2008-05-10 Antoine BrodinAdd missing braces in #if 0ed code.
2008-05-10 Julian Elischermove a #define from a place it shouldn't have been...
2008-05-10 Julian Elischerundef MAXFIBS before redefining it
2008-05-09 Julian ElischerAdd code to allow the system to handle multiple routing...
2008-05-09 Robert WatsonTrim trailing whitespace at ends of lines.
2008-05-09 John BaldwinSet D_TRACKCLOSE to avoid a race in devfs that could...
2008-05-09 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-05-08 Coleman KaneThis commit was generated by cvs2svn to compensate...
2008-05-08 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-04-29 Julian ElischerAdd an option (compiled out by default)
2008-04-28 Jung-uk KimCheck packet directions more properly instead of just...
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
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
next