summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing
2024-02-28tcp: use drop reasons in cookie check for ipv6Jason Xing
2024-02-28tcp: directly drop skb in cookie check for ipv6Jason Xing
2024-02-28tcp: use drop reasons in cookie check for ipv4Jason Xing
2024-02-28tcp: directly drop skb in cookie check for ipv4Jason Xing
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li
2024-02-27Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-02-27ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao
2024-02-27net: test: Fix printf format specifier in skb_segment kunit testDavid Gow
2024-02-27netlink: use kvmalloc() in netlink_alloc_large_skb()Eric Dumazet
2024-02-27xfrm: Do not allocate stats in the driverBreno Leitao
2024-02-26mptcp: check the protocol in mptcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)
2024-02-26mptcp: check the protocol in tcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)
2024-02-26mptcp: token kunit: set protocolMatthieu Baerts (NGI0)
2024-02-26mptcp: fix possible deadlock in subflow diagPaolo Abeni
2024-02-26mptcp: fix double-free on socket dismantleDavide Caratti
2024-02-26mptcp: fix potential wake-up event lossPaolo Abeni
2024-02-26mptcp: fix snd_wnd initialization for passive socketPaolo Abeni
2024-02-26mptcp: push at DSS boundariesPaolo Abeni
2024-02-26mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)
2024-02-26mptcp: map v4 address to v6 when destroying subflowGeliang Tang