summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-29tls: separate no-async decryption request handling from asyncSabrina Dubroca
2024-02-29tls: fix peeking with sync+async decryptionSabrina Dubroca
2024-02-29tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-02-29rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells
2024-02-29rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells
2024-02-29rxrpc: Split up the DATA packet transmission functionDavid Howells
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells
2024-02-29rxrpc: Merge together DF/non-DF branches of data Tx functionDavid Howells
2024-02-29rxrpc: Do lazy DF flag resettingDavid Howells
2024-02-29rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells
2024-02-29rxrpc: Note cksum in txbufDavid Howells
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao
2024-02-29net: get stats64 if device if driver is configuredBreno Leitao
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski
2024-02-29ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao
2024-02-28inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet
2024-02-28net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet
2024-02-28net: bridge: Exit if multicast_init_stats failsBreno Leitao
2024-02-28net: bridge: Do not allocate stats in the driverBreno Leitao
2024-02-28rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2024-02-28netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao
2024-02-28inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet
2024-02-28inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet
2024-02-28inet: annotate devconf data-racesEric Dumazet
2024-02-28net: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2024-02-28netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin
2024-02-28net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET
2024-02-28SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust
2024-02-28SUNRPC: Don't try to send when the connection is shutting downTrond Myklebust
2024-02-28SUNRPC: Don't retry using the same source port if connection failedTrond Myklebust
2024-02-28Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn
2024-02-28ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski
2024-02-28net: exthdrs: ioam6: send trace eventJustin Iurman
2024-02-28net: ioam6: multicast eventJustin Iurman
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing