]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix ifa refcount leak in ifa_ifwithnet()
[FreeBSD/FreeBSD.git] / sys / netinet /
2022-01-06 Cy Schubertsqlite3: Vendor import of sqlite3 3.37.1
2022-01-04 Xin LIfile: upgrade to 5.41.
2022-01-03 Michael Tuexensctp: miror change due to upstreaming
2022-01-03 Gleb Smirnoffinpcb: garbage collect INP_LOCK_INIT(), used only once...
2022-01-03 Gleb Smirnoffinpcb: use global UMA zones for protocols
2022-01-03 Gleb Smirnoffdomains: make domain_init() initialize only global...
2022-01-03 Gleb Smirnoffprotocols: init with standard SYSINIT(9) or VNET_SYSINIT
2022-01-03 Kristof Provostudp_var.h: other headers already include types.h
2022-01-03 Kristof Provostheaders: make a few more headers self-contained
2022-01-02 Gordon Berglingtcp_bbr(4): Fix a few typos in sysctl descriptions
2022-01-01 Michael Tuexensctp: improve counting of incoming chunks
2022-01-01 Michael Tuexenudp: use appropriate pcbinfo when signalling EHOSTDOWN
2022-01-01 Michael Tuexenin_pcb: improve inp_next()
2021-12-30 Michael Tuexensctp: retire sctp_mtu_size_reset()
2021-12-30 Michael Tuexensctp: improve sctp_pathmtu_adjustment()
2021-12-29 Alexander V. Chernikov[lltable] Add per-family lltable getters.
2021-12-28 Gleb Smirnofftcp_usr_shutdown: don't cast inp_ppcb to tcpcb before...
2021-12-28 Michael Tuexensctp: minor improvements in sctp_get_frag_point
2021-12-28 Michael Tuexensctp: check that the computed frag point is a multiple...
2021-12-28 Gleb Smirnofftcp_usr_shutdown: don't cast inp_ppcb to tcpcb before...
2021-12-27 Michael Tuexensctp: cleanup the SCTP_MAXSEG socket option.
2021-12-27 Gleb Smirnofftcp_usr_rcvd: don't cast inp_ppcb to tcpcb before check...
2021-12-27 Michael Tuexensctp: cleanup, on functional change intended.
2021-12-27 Michael Tuexensctp: apply limit for socket buffers as indicated in...
2021-12-26 Gleb Smirnoffin_pcb: use jenkins hash over the entire IPv6 (or IPv4...
2021-12-26 Gleb Smirnoffjail: network epoch protection for IP address lists
2021-12-26 Gleb Smirnofftcp: remove delayed drop KPI
2021-12-26 Gleb Smirnofftcp: TCP output method can request tcp_drop
2021-12-26 Gleb Smirnoffrack: rack_do_compressed_ack_processing() can call...
2021-12-26 Gleb Smirnoffrack: drop connection synchronously, when we can
2021-12-26 Gleb Smirnoffbbr: drop packet synchronously in ctf_do_dropwithreset_...
2021-12-26 Gleb Smirnofftcp: mechanically substitute call to tfb_tcp_output...
2021-12-26 Gleb Smirnofftcp: welcome back tcp_output() as the right way to...
2021-12-26 Bjoern A. ZeebIPv4: fix redirect sending conditions
2021-12-26 Alexander V. Chernikovtcp: virtualise net.inet.tcp.msl sysctl.
2021-12-21 Baptiste Daroussinbsddialog: import version 0.0.2
2021-12-21 Robert WingFix dtrace SDT probe tcp:::debug-input
2021-12-20 Robert Wingtcp_twrespond: send signed segment when connection...
2021-12-19 Gleb Smirnofftcptw: count how many times a tcptw was actually useful
2021-12-19 Gleb Smirnofftcptw: remove unused fields
2021-12-19 Ed Mastessh: update to OpenSSH v8.8p1
2021-12-19 Gleb Smirnoffcarp: fix send error demotion recovery
2021-12-18 Simon J. GerratyMerge bmake-20211212
2021-12-17 Gleb Smirnofftcp: allocate statistics in the main tcp_init()
2021-12-16 Gleb Smirnoffinpcb: don't leak the port zone in in_pcbinfo_destroy()
2021-12-16 Mark Johnstonudp: Fix a use-after-free in udp_multi_input()
2021-12-16 Martin Matuskazfs: merge openzfs/zfs@f291fa658 (master) into main
2021-12-15 Randall Stewarttcp: Rack in a rare case we can get stuck sending a...
2021-12-14 Gleb Smirnoffinpcb: use locked variant of prison_check_ip*()
2021-12-13 Baptiste Daroussinbsddialog: import version 0.0.1
2021-12-06 Gleb Smirnoffifnet_byindex() actually requires network epoch
2021-12-06 Randall Stewarttcp: rack fails to send out a TLP after a MTU change
2021-12-06 Baptiste Daroussinbsddialog: import snapshot 2021-12-05
2021-12-05 Gleb Smirnoffin_pcb: delay crfree() down into UMA dtor
2021-12-04 Michael Tuexensctp: unbreak NOINET6 builds.
2021-12-03 Michael Tuexensctp: inherit IP level socket options from listening...
2021-12-03 Gleb Smirnofftcp_ccalgounload(): initialize the inpcb iterator when...
2021-12-03 Peter Leiin_pcb: limit the effect of wraparound in TCP random...
2021-12-03 Michael Tuexensctp: use the correct traffic class when sending SCTP...
2021-12-03 Peter Leiin_pcb: fix TCP local ephemeral port accounting
2021-12-03 Cy Schubertunbount: Vendor import 1.14.0rc1
2021-12-03 Gleb Smirnofftcp_drain(): initialize the inpcb iterator when curvnet...
2021-12-03 Gleb Smirnoffudp_detach(): fix set but not used warning
2021-12-03 Gleb Smirnoffudp_multi_input(): the UDP header is only needed for...
2021-12-02 Cy SchubertRevert "wpa: Import wpa_supplicant/hostapd commit 14ab4...
2021-12-02 Cy Schubertwpa: Import wpa_supplicant/hostapd commit 14ab4a816
2021-12-02 Gleb Smirnoffip_input: remove pointless check in INP_RECVIF handling
2021-12-02 Gleb Smirnofftcp_hpts: rewrite inpcb synchronization
2021-12-02 Gleb Smirnofftcp_hpts: rename input queue to drop queue and trim...
2021-12-02 Gleb Smirnofftcp_hpts: make struct tcp_hpts_entry private to the...
2021-12-02 Gleb Smirnofftcp_hpts: provide tcp_in_hpts().
2021-12-02 Gleb SmirnoffSMR protection for inpcbs
2021-12-02 Gleb Smirnoffinpcb: reduce some aliased functions after removal...
2021-12-02 Gleb SmirnoffRemove "options PCBGROUP"
2021-12-02 Gleb SmirnoffAllow to compile RSS without PCBGROUP.
2021-12-02 Randall Stewarttcp: unloading a module that is set to default should...
2021-12-01 Michael Tuexensctp: improve handling of assoc ids in socket options
2021-12-01 Michael Tuexensctp: cleanup, no functional change intended.
2021-11-30 Stefan Eßercontrib/bc: merge version 5.2.1 from vendor branch
2021-11-30 Gordon Berglingnetinet: Fix a common typo in source code comments
2021-11-30 Gordon Berglinginet(3): Fix two typos in sysctl descriptions
2021-11-30 Gordon Berglingtcp(4): Fix a typo in a sysctl description
2021-11-29 Michael Tuexentcp: Don't try to upgrade a read lock just for logging
2021-11-26 Michael Tuexensctp: improve consistency, no functional change intended
2021-11-26 Michael Tuexensctp: add some asserts, no functional changes intended
2021-11-24 Mark Johnstonnetinet: Remove unneeded mb_unmapped_to_ext() calls
2021-11-24 Mark Johnstonnetinet: Implement in_cksum_skip() using m_apply()
2021-11-24 Mark Johnstonnetinet: Deduplicate most in_cksum() implementations
2021-11-24 Mark Johnstonnetinet: Remove in_cksum.c
2021-11-24 Baptiste DaroussinAdd 'contrib/bsddialog/' from commit '857c66bb5f3c5651b...
2021-11-19 Gordon Berglingcc_newreno(4): Fix a typo in a source code comment
2021-11-19 Gleb SmirnoffAdd tcp_freecb() - single place to free tcpcb.
2021-11-19 Gleb Smirnofftcp_timewait: use on stack struct tcptw as last resort
2021-11-17 Randall Stewarttcp: Rack ack war with a mis-behaving firewall or nat...
2021-11-17 Martin Matuskazfs: merge openzfs/zfs@269b5dadc (master) into main
2021-11-16 Mark Johnstonsctp: Remove now-unneeded mb_unmapped_to_ext() calls
2021-11-16 Mark Johnstonsctp: Use m_apply() to calcuate a checksum for an mbuf...
2021-11-15 Baptiste Daroussinmandoc: import version 1.14.6
2021-11-14 Mike Karelskernel: partially revert e9efb1125a15, default inet...
2021-11-14 Michael Tuexentcp: Fix a locking issue related to logging
next