]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Further arswitch work:
[FreeBSD/FreeBSD.git] / sys / net /
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 melifaroRevert r234834 per luigi@ request.
2012-05-03 emasteRelax restriction on direct tx to child ports
2012-04-30 melifaroMove several enums and structures required for L2 filte...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-22 melifaroDo not require radix write lock to be held while dumpin...
2012-04-20 thompsaMove the interface media check to a taskqueue, some...
2012-04-20 thompsaAdd linkstate to bridge(4), set the link to up when...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-18 thompsaRemove KASSERTS, they do not add any value here since...
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-13 luigiA bit of cleanup in the names of fields of netmap-relat...
2012-04-12 luigiremove an unnecessary #define
2012-04-12 thompsaSet the proto to LAGG_PROTO_NONE before calling the...
2012-04-10 jhbAdd media types for 40G media that might be used with...
2012-04-06 melifaroFix build broken by r233938.
2012-04-06 melifaro- Improve performace for writer-only BPF users.
2012-04-06 melifaro- Improve BPF locking model.
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-19 jhbRetire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat...
2012-03-18 bzHide kernel option ROUTETABLES evaluations in the imple...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-11 luigi- remove an extra parenthesis in a closing brace;
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-07 thompsaMove the vlan buffer space into the union which also...
2012-03-06 thompsaAdd the ability to set which packet layers are used...
2012-03-04 zecProperly restore curvnet context when returning early...
2012-03-03 jmalletto) Add COMPAT_FREEBSD32 support for MIPS kernels using...
2012-02-29 thompsaUse a more appropriate default for the maximum number...
2012-02-27 luigiA bunch of netmap fixes:
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-24 thompsaOnly look for a usable MAC address for the bridge ID...
2012-02-23 thompsaAdd a sysctl/tunable default value for the use_flowid...
2012-02-23 thompsaIndicate this function decrements the timer as well...
2012-02-23 kmacyWhen using flowtable llentrys can outlive the interface...
2012-02-23 thompsaNow that network interfaces advertise if they support...
2012-02-23 thompsabstp_input() always consumes the packet so remove the...
2012-02-22 thompsaUsing the flowid in the mbuf assumes the network card...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-17 bzMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-14 tijlChange some headers such that lang/gcc* ports no longer...
2012-02-11 bzIntroduce a new NET_RT_IFLISTL API to query the address...
2012-02-11 bzBackout changes from r228571. Remove if_data from...
2012-02-08 pluknetg/c last bit of old ipv6 prefix management.
2012-02-08 luigi- change the buffer size from a constant to a
2012-02-07 pjdAllow to set if_bridge(4) sysctls from /boot/loader...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 glebiusFix typo in r231010.
2012-02-05 glebiusBetter comment for ifa_init(), ifa_ref(), ifa_free().
2012-02-05 glebiusIn ifa_init() initialize if_data.ifi_datalen. This...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-26 kmacyA flowtable entry can continue referencing an llentry...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-24 bzReplace random ARIN direct assignment legacy IPs with...
2012-01-14 eadler- Fix trivial typo
2012-01-12 rwatsonClarify throughout the vlan(4) code the difference...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-10 lstewartConsumers of bpfdetach() expect it to remove all bpf_if...
2012-01-09 jhbConvert the per-interface address list lock from a...
2012-01-08 glebiusCopy ifa->if_data to ifam->ifam_data. This was forgotte...
2012-01-08 glebiusMove arprequest() declaration to if_ether.h.
2012-01-06 glebiusSince r228571 CARP is no longer an interface.
2012-01-05 jhbConvert all users of IF_ADDR_LOCK to use new locking...
2012-01-05 jhbAdd new variants of the IF_ADDR_*LOCK*() macros used...
2012-01-05 rwatsonRefine last comment.
2012-01-05 rwatsonAdd comment to the VLAN code about its integration...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 lstewartRevert r228986 until it can be reworked to avoid panici...
2011-12-30 lstewart- Introduce the net.bpf.tscfg sysctl tree and associate...
2011-12-29 yongariUpdate if_obytes and if_omcast after successful transmit.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 glebiusProvide ABI compatibility shim to enable configuring...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-20 glebiusRestore a feature that was present in 5.x and 6.x,...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-16 glebiusA major overhaul of the CARP implementation. The ip_car...
2011-12-15 glebiusSimplify rtrequest(RTM_ADD): ifa can't be NULL after...
2011-12-09 brooksRemove the unused if_free_type() function.
2011-12-05 luigi1. Fix the handling of link reset while in netmap more.
2011-11-29 lstewartRevert r227778 in preparation for committing reworked...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-28 jhbChange the if_vlan driver to use if_transmit for forwar...
2011-11-28 glebius- Use generic alloc_unr(9) allocator for if_clone,...
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 glebiusImprove logging:
2011-11-21 lstewart- When feed-forward clock support is compiled in, chang...
2011-11-17 luigiBring in support for netmap, a framework for very effic...
2011-11-14 rmhRemove a few bits of FreeBSD 2.x compatibility code.
2011-11-11 brooksIn r191367 the need for if_free_type() was removed...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-03 mlaierFix a use-after-free/redzone issue in the routing code.
2011-10-27 glebiusAdd macro IF_DEQUEUE_ALL(ifq, m), that takes the entire...
2011-10-25 qingliThe host-id/interface-id can have a specific value...
next