]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Follow Broadcom datasheet:
[FreeBSD/FreeBSD.git] / sys / net /
2012-10-04 thompsaRemove the M_NOWAIT from bridge_rtable_init as it isn...
2012-10-03 emasteCast through void * to silence compiler warning
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-10-02 jhbRename the module for 'device enc' to "if_enc" to avoid...
2012-09-28 glebiusThe drbr(9) API appeared to be so unclear, that most...
2012-09-26 glebius- In the bridge_enqueue() do success/error accounting for
2012-09-26 emasteCorrect misspelling in debug output.
2012-09-25 emasteRevert part of an earlier patch attempt that snuck...
2012-09-25 emasteAvoid INVARIANTS panic destroying an in-use tap(4)
2012-09-25 emasteRemove an incorrect comment
2012-09-20 glebiusConvert lagg(4) to use if_transmit instead of if_start.
2012-09-20 glebiusUtilize Jenkins hash with random seed for source nodes...
2012-09-20 glebiusAdd missing break.
2012-09-18 glebiusFix build, pass the pointy hat please.
2012-09-18 glebiusMake ruleset anchors in pf(4) reentrant. We've got...
2012-09-18 glebius- Add $FreeBSD$ to allow modifications to this file.
2012-09-14 glebiuso Create directory sys/netpfil, where all packet filter...
2012-09-08 glebiusMerge the projects/pf/head branch, that was worked...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 melifaroFix the build broken by r240099.
2012-09-04 melifaroIntroduce new link-layer PFIL hook V_link_pfil_hook.
2012-09-04 glebius- Move jenkins.h to jenkins_hash.c
2012-09-03 glebiusChange bridge(4) to use if_transmit for forwarding...
2012-08-30 glebiusIn ifc_alloc_unit():
2012-08-21 jhbFix a silly grammar bogon.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-20 jhbRefine the changes made in r208212 to avoid bogus failu...
2012-08-17 jhbUnexpand a couple of TAILQ_FOREACH()s.
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-05 kibAfter the PHYS_TO_VM_PAGE() function was de-inlined...
2012-08-02 glebiusFix races between in_lltable_prefix_free(), lla_lookup(),
2012-08-02 glebiusThe llentry_update() is used only by flowtable and...
2012-08-01 glebiusSome more whitespace cleanup.
2012-07-31 glebiusSome style(9) and whitespace changes.
2012-07-28 bzHardcode the loopback rx/tx checkum options for IPv6...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-15 melifaroPermit changing MTU in 6to4 relay.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-10 emasteSimplify error case
2012-07-10 emastePlug potential mbuf leak when bridging fragments
2012-07-09 trocinyIn epair_clone_destroy(), when destroying the second...
2012-07-09 emasteRestore error handling lost in r191603
2012-07-06 emasteImplement SIOCGIFMEDIA for if_tap(4)
2012-07-04 glebiusWhen ip_output()/ip6_output() is supplied a struct...
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-30 thompsaAdd the same check as vlan(4) where we ignore the ifnet...
2012-06-29 jhbHold GIF_LOCK() for almost all of gif_start(). It...
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-19 np- Updated TOE support in the kernel.
2012-06-12 rrsFix comment to better reflect how we are
2012-06-12 rrsNote to self. Have morning coffee *before* committing...
2012-06-12 rrsOpps forgot to commit the flag.
2012-06-12 rrsAllow a gif tunnel to be used with ALTq.
2012-06-11 thompsaFix a panic I introduced in r234487, the bridge softc...
2012-06-09 melifaroFix typo introduced in r236559.
2012-06-07 trocinySort includes.
2012-06-07 trocinyAdd VIMAGE support to if_tap.
2012-06-04 melifaroFix panic introduced by r235745. Panic occurs after...
2012-05-30 tuexenSeperate SCTP checksum offloading for IPv4 and IPv6.
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
next