]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Add an external mbuf buffer type that holds multiple unmapped pages.
[FreeBSD/FreeBSD.git] / sys / net /
2019-06-29 jhbAdd an external mbuf buffer type that holds multiple...
2019-06-28 mmMFV r349454:
2019-06-28 hselaskyNeed to wait for epoch callbacks to complete before...
2019-06-26 mariuso In iflib_txq_drain():
2019-06-25 luporl[PowerPC64] Don't mark module data as static
2019-06-25 hselaskyConvert all IPv4 and IPv6 multicast memberships into...
2019-06-19 zecV_ip6_forwarding and V_ipforwarding have been defined...
2019-06-19 zecEvaluating htons() at compile time is more efficient...
2019-06-17 mmMFV r349134:
2019-06-15 marius- Replace unused and only ever written to members of...
2019-06-06 markjRestore the comment removed in r348745.
2019-06-06 markjConditionalize an in_epoch() call on INVARIANTS.
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-29 erjiflib: provide probe wrapper for vendor drivers
2019-05-29 kevansif_bridge(4): Complete bpf auditing of local traffic...
2019-05-28 aeRework r348303 to reduce the time of holding global...
2019-05-27 aeFix possible NULL pointer dereference.
2019-05-24 jhbRestructure mbuf send tags to provide stronger guarantees.
2019-05-22 melifaroFix gateway setup for the interface routes.
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-19 melifaroFix rt_ifa selection during loopback route insertion...
2019-05-14 kevanstuntap: Defer clearing if_softc until after if_detach
2019-05-13 aeAvoid possible recursion on BPF_LOCK() in bpfwrite().
2019-05-13 aeDo not leak memory used for binary filter.
2019-05-13 aeRework locking in BPF code to remove rwlock from fast...
2019-05-11 kevanstuntap: Improve style
2019-05-10 erjiflib: use default ntxd and nrxd when user value is...
2019-05-09 kevanstuntap: Don't down tap interfaces if LINK0 is set
2019-05-09 kevanstuntap: Properly detach tap ifp
2019-05-09 marius- Merge r338254 from cxgbe(4):
2019-05-08 glebiusExistense of PCB route caching doesn't allow us to...
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 mariusAllow to build without INET and INET6 again after r347221.
2019-05-08 kevanstun/tap: merge and rename to `tuntap`
2019-05-07 mariuso Use iflib_fast_intr_rxtx() also for "legacy" interrup...
2019-05-06 marius- Remove the unused ifc_link_irq and ifc_mtx_name membe...
2019-05-03 mmacyAllow iflib drivers to pass a pointer to their own...
2019-05-03 gallatinSelect lacp egress ports based on NUMA domain
2019-05-02 emasteiflib: remove assertion that isc_capabilities is nonzero
2019-04-25 shurdiflib: Better control over queue core assignment
2019-04-25 kevanstap(4): Correct driver name...
2019-04-25 kevanstap(4): Add a MODULE_VERSION
2019-04-25 kevanstun(4): Don't allow open of open or dying devices
2019-04-25 kevanstun/tap: close race between destroy/ioctl handler
2019-04-24 gallatiniflib: Add pfil hooks
2019-04-24 aeAdd GRE-in-UDP encapsulation support as defined in...
2019-04-23 kevanstun(4): Defer clearing TUN_OPEN until much later
2019-04-23 cyMFV r346563:
2019-04-22 gallatinTrack device's NUMA domain in ifnet & alloc ifnet from...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-17 kevansiflib: Use new ether_gen_addr, restricting addresses...
2019-04-17 kevansnet: adjust randomized address bits
2019-04-14 tuexenWhen sending a routing message, don't allow the user...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-04 cemReplace read_random(9) with more appropriate arc4rand...
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-30 markjDo not perform DAD on stf(4) interfaces.
2019-03-28 jhbUse a dedicated malloc type for lagg(4)'s structures.
2019-03-28 erjiflib: return ENETDOWN when the network device is down
2019-03-28 erjiflib: hold the CTX lock in iflib_pseudo_register
2019-03-28 jhbRemove nested epochs from lagg(4).
2019-03-28 kevansif_bridge(4): ensure all traffic passing over the bridg...
2019-03-25 mmMFV r345495:
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-19 erjiflib: mark isc_driver_version as constant
2019-03-19 erjiflib: expose the Rx mbuf buffer size to drivers
2019-03-19 erjiflib: prevent possible infinite loop in iflib_encap
2019-03-19 aeConvert allocation of bpf_if in bpfattach2 from M_NOWAI...
2019-03-18 asomersMFHead@r345275
2019-03-18 vmaffionenetmap: add support for multiple host rings
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-15 kevansif_bridge(4): Drop pointless rtflush
2019-03-15 kevansRevert r345192: Too many trees in play for bridge(4...
2019-03-15 kevansif_bridge(4): Drop pointless rtflush
2019-03-15 kpbridge: Fix STP-related panic
2019-03-15 kevansif_bridge(4): Fix module teardown
2019-03-15 kpbridge: Fix panic if the STP root is removed
2019-03-15 kppf :Use counter(9) in pf tables.
2019-03-14 kevansether_fakeaddr: Use 'b' 's' 'd' for the prefix
2019-03-14 kevansether: centralize fake hwaddr generation
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-10 glebiusMost Ethernet drivers that potentially can run a pfil...
2019-03-10 glebiusProperly handle a case when a first filter returns...
2019-03-09 bzImprove ARP logging.
2019-03-07 cyMFV r344878:
2019-03-06 bzUpdate for IETF draft-ietf-6man-ipv6only-flag.
2019-03-05 erjRemove references to CONTIGMALLOC_WORKS in iflib and em
2019-03-05 kptun: VIMAGE fix for if_tun cloner
2019-03-05 ngieMFhead@r344786
2019-03-04 mavbridge: Fix spurious warnings about capabilities
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-19 ngieMFhead@r344270
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-15 shurdiflib: Improve return values of interrupt handlers.
next