]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
[ath] Handle STA + AP beacon programming without stomping over HW AP beacon programming
[FreeBSD/FreeBSD.git] / sys / netinet /
2021-05-22 Zhenlei Huangip_forward: Restore RFC reference
2021-05-22 Michael Tuexentcp: Handle stack switch while processing socket options
2021-05-21 Richard Scheffeneggerrack: honor prior socket buffer lock when doing the...
2021-05-21 Mark Johnstontcp: Make error handling in tcp_usr_send() more consistent
2021-05-21 Baptiste Daroussinimport nvi 2.2.0-3bbdfe4
2021-05-21 Richard Scheffenegger[tcp] Keep socket buffer locked until upcall
2021-05-21 Michael Tuexentcp: Fix sending of TCP segments with IP level options
2021-05-21 Wojciech Macekip_mroute: remove unused declarations
2021-05-21 Wojciech Macekip_mroute: refactor bw_meter API
2021-05-20 Wojciech MacekRevert "ip_mroute: refactor bw_meter API"
2021-05-20 Wojciech Macekip_mroute: refactor bw_meter API
2021-05-19 Dmitry Chagintcsh: update to version 6.22.04.
2021-05-18 Zhenlei HuangDo not forward datagrams originated by link-local addresses
2021-05-16 Lutz Donnerhackelibalias: Ensure ASSERT behind varable declarations
2021-05-15 Lutz Donnerhackelibalias: replace placeholder with static constant
2021-05-15 Lutz Donnerhackelibalias: Style cleanup
2021-05-13 Randall Stewarttcp: Incorrect KASSERT causes a panic in rack
2021-05-12 Michael Tuexensctp: fix another locking bug in COOKIE handling
2021-05-12 Mark JohnstonFix mbuf leaks in various pru_send implementations
2021-05-12 Michael Tuexentcp rack: improve initialisation of retransmit timeout
2021-05-12 Michael Tuexensctp: fix locking in case of error handling during...
2021-05-12 Stefan Eßercontrib/bc: update to version 4.0.2
2021-05-11 Randall Stewarttcp: In rack, we must only convert restored rtt when...
2021-05-11 Wojciech Macekmrouter: do not loopback packets unconditionally
2021-05-11 Wojciech Macekmroute: fix race condition during mrouter shutting...
2021-05-10 Richard Scheffeneggertcp: SACK Lost Retransmission Detection (LRD)
2021-05-10 Randall Stewarttcp:Host cache and rack ending up with incorrect values.
2021-05-07 Randall StewartThis takes Warners suggested approach to making it...
2021-05-07 Mark Johnstondivert: Fix mbuf ownership confusion in div_output()
2021-05-07 Randall StewartFix a UDP tunneling issue with rack. Basically there...
2021-05-07 Cy Schubertsqlite3: import sqlite3 3.35.5
2021-05-06 Gleb Smirnofftcp_twcheck(): use correct unlock macro.
2021-05-06 Randall StewartThis brings into sync FreeBSD with the netflix versions...
2021-05-05 Michael Tuexensctp: improve consistency when handling chunks of wrong...
2021-05-05 Mark Johnstonigmp: Avoid an out-of-bounds access when zeroing counters
2021-05-05 Marko ZecIntroduce DXR as an IPv4 longest prefix matching /...
2021-05-04 Michael Tuexensctp: drop packet with SHUTDOWN-ACK chunks with wrong...
2021-05-03 Mark JohnstonAdd missing sockaddr length and family validation to...
2021-05-03 Michael Tuexensctp: improve address list scanning
2021-05-03 Michael Tuexensctp: improve restart handling
2021-05-03 Alexander MotinFix build after 5f2e1835054ee84f2e68ebc890d92716a91775b7.
2021-05-02 Michael Tuexensctp: improve error handling in INIT/INIT-ACK processing
2021-05-02 Xin LIless: upgrade to v581.2.
2021-04-30 Michael Tuexensctp: update the vtag for INIT and INIT-ACK chunks
2021-04-30 Michael Tuexensctp: fix SCTP_PEER_ADDR_PARAMS socket option
2021-04-29 Michael Tuexensctp: use RTO.Initial of 1 second as specified in RFC...
2021-04-28 Michael Tuexensctp: improve consistency in handling chunks with wrong...
2021-04-28 Richard Scheffeneggertcp: stop spurious rescue retransmissions and potential...
2021-04-27 Michael Tuexensctp: cleanup verification of INIT and INIT-ACK chunks
2021-04-26 Michael Tuexensctp: improve handling of illegal packets containing...
2021-04-26 Michael Tuexensctp: small cleanup, no functional change
2021-04-25 Stefan EßerMerge commit 'bd136720030ebb0b31e6d5a2236b9d0ddac71b94'
2021-04-24 Hans Petter SelaskyAllow the tcp_lro_flush_all() function to be called...
2021-04-23 Mark JohnstonRe-enable network ioctls in capability mode
2021-04-21 Navdeep ParharPath MTU discovery hooks for offloaded TCP connections.
2021-04-21 Mark JohnstonAdd required checks for unmapped mbufs in ipdivert...
2021-04-20 Gleb Smirnofftcp_hostcache: use SMR for lookups, mutex(9) for updates.
2021-04-20 Gleb Smirnofftcp_input: always request read-locking of PCB for any...
2021-04-20 Gleb Smirnofftcp_input: remove comments and assertions about tcpbinf...
2021-04-20 Richard Scheffeneggertcp: Deal with DSACKs, and adjust rescue hole on success.
2021-04-20 Hans Petter SelaskyAdd TCP LRO support for VLAN and VxLAN.
2021-04-20 Gleb SmirnoffFix off-by-one error in KASSERT from 02f26e98c7f4.
2021-04-19 Xin LIless: upgrade to v581.
2021-04-18 Richard Scheffeneggertcp: keep SACK scoreboard sorted when doing rescue...
2021-04-18 Michael Tuexentcp: add support for TCP over UDP
2021-04-17 Richard Scheffeneggerrack: Fix ECN on finalizing session.
2021-04-17 Cy Schubertwpa: Import wpa_supplicant/hostapd commit f91680c15
2021-04-17 Richard Scheffeneggertcp: Rename rfc6675_pipe to sack.revised, and enable...
2021-04-16 Gleb Smirnofftcp_respond(): fix assertion, should have been done...
2021-04-15 Gleb Smirnofftcp_syncache: add net.inet.tcp.syncache.see_other sysctl
2021-04-14 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (master)
2021-04-13 John BaldwinTOE: Use a read lock on the PCB for syncache_add().
2021-04-12 Mark JohnstonMerge commit 'd0e943077d94e6266ece9856789c5d5313676e38'
2021-04-12 Gleb Smirnoffsyncache: simplify syncache_add() KPI to return struct...
2021-04-12 Gleb Smirnofftcp_input/syncache: acquire only read lock on PCB for...
2021-04-10 Alexander V. ChernikovAlways use inp fib in the inp_lookup_mcast_ifp().
2021-04-09 Gleb Smirnofftcp_hostcache: make THC_LOCK/UNLOCK macros to work...
2021-04-09 Gleb Smirnofftcp_hostcache: style(9)
2021-04-09 Gleb Smirnofftcp_hostcache: remove extraneous check.
2021-04-09 Gleb Smirnofftcp_hostcache: implement tcp_hc_updatemtu() via tcp_hc_...
2021-04-08 Richard Scheffeneggertcp: Use jenkins_hash32() in hostcache
2021-04-08 Gleb Smirnofftcp_hostcache.c: remove unneeded includes.
2021-04-08 Gleb Smirnofftcp_hostcache: add bool argument for tcp_hc_lookup...
2021-04-08 Gleb Smirnofftcp_hostcache: hide rmx_hits/rmx_updates under ifdef.
2021-04-08 Gleb SmirnoffRemove tcp_hostcache.h. Everything is private.
2021-04-08 Richard Scheffeneggertcp: Prepare PRR to work with NewReno LossRecovery
2021-04-08 Richard Scheffenegger[tcp] Fix ECN on finalizing sessions.
2021-04-07 Mark Johnstoncapsicum: Limit socket operations in capability mode
2021-04-06 Stefan EßerMerge commit '7a590c074ceede12b2b6e794f8703d6fa5749918'
2021-04-02 Richard Scheffeneggerfix typo in 38ea2bd0698e
2021-04-02 Richard ScheffeneggerUse sbuf_drain unconditionally
2021-04-01 Richard Scheffeneggertcp: Shouldn't drain empty sbuf
2021-04-01 Richard Scheffeneggertcp: Add hash histogram output and validate bucket...
2021-04-01 Richard Scheffeneggertcp: For hostcache performance, use atomics instead...
2021-03-31 Richard Scheffeneggertcp: Make hostcache.cache_count MPSAFE by using a...
2021-03-31 Richard Scheffeneggertcp: drain tcp_hostcache_list in between per-bucket...
2021-03-30 Andrey V. Elsukovipdivert: check that PCB is still valid after taking...
2021-03-29 Baptiste Daroussinlibedit: vendor import libedit 2021-03-28
2021-03-28 Richard Scheffeneggertcp: reduce memory footprint when listing tcp hostcache
2021-03-26 Richard Scheffeneggertcp: Use PRR for ECN congestion recovery
next