]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Eliminate some purely stylistic differences among the amd64, i386 native,
[FreeBSD/FreeBSD.git] / sys / net /
2012-05-29 jkimFix style(9) nits, reduce unnecessary type castings...
2012-05-29 jkim- Save the previous filter right before we set new...
2012-05-29 jkimFix 32-bit shim for BIOCSETF to drop all packets buffer...
2012-05-29 melifaroFix BPF_JITTER code broken by r235746.
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-28 reaif_lagg: allow to invoke SIOCSLAGGPORT multiple times...
2012-05-28 bzIt turns out that too many drivers are not only parsing...
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-26 thompsaTurn LACP debugging from a compile time option to a...
2012-05-25 bzMFp4 bz_ipv6_fast:
2012-05-21 melifaroMake most BPF ioctls() SMP-safe.
2012-05-21 melifaroCall bpf_jitter() before acquiring BPF global lock...
2012-05-21 melifaroFix old panic when BPF consumer attaches to destroying...
2012-05-21 melifaroFix panic on attaching to non-existent interface (intro...
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-19 marcelUse the LLINDEX macro to access the link-level I/F...
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-14 delphijSync DLTs with the latest pcap version.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
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,...
next