summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xsk: Require XDP_UMEM_TX_METADATA_LEN to actuate tx_metadata_lenStanislav Fomichev2024-08-031-3/+6
* bpf: Fix a segment issue when downgrading gso_sizeFred Li2024-08-031-4/+11
* net: nexthop: Initialize all fields in dumped nexthopsPetr Machata2024-08-031-3/+4
* tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida2024-08-031-1/+4
* netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal2024-08-031-2/+10
* ipv4: Fix incorrect source address in Record Route optionIdo Schimmel2024-08-031-1/+1
* af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhashMichal Luczaj2024-08-032-1/+43
* wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfigZong-Zhe Yang2024-08-031-1/+1
* ipv6: take care of scope when choosing the src addrNicolas Dichtel2024-08-031-1/+2
* ipv4: fix source address selection with route leakNicolas Dichtel2024-08-031-2/+11
* ipv6: fix source address selection with route leakNicolas Dichtel2024-08-032-1/+2
* af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du2024-08-031-2/+84
* ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel2024-08-031-1/+1
* ipv4: Fix incorrect TOS in route get replyIdo Schimmel2024-08-032-7/+8
* net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso2024-08-031-1/+1
* ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao2024-08-031-5/+5
* netfilter: nf_set_pipapo: fix initial map fillFlorian Westphal2024-08-033-6/+29
* netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso2024-08-031-1/+2
* SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown2024-08-031-1/+2
* xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2024-08-032-2/+17
* tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().Kuniyuki Iwashima2024-08-031-7/+8
* Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz2024-08-031-15/+12
* net: bridge: mst: Check vlan state for egress decisionElliot Ayrey2024-08-031-2/+2
* xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo2024-08-031-3/+1
* Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov2024-08-031-2/+0
* Bluetooth: hci_event: Set QoS encryption from BIGInfo reportIulia Tanasescu2024-08-031-0/+2
* net: ethtool: pse-pd: Fix possible null-derefKory Maincent2024-08-031-2/+2
* net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent2024-08-031-1/+3
* net: page_pool: fix warning codeJohannes Berg2024-08-031-1/+1
* gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui2024-08-031-1/+1
* xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2024-08-032-4/+2
* xfrm: fix netdev reference count imbalanceJianbo Liu2024-08-031-2/+1
* xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert2024-08-031-0/+1
* wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg2024-08-031-0/+11
* wifi: mac80211: add ieee80211_tdls_sta_link_id()Johannes Berg2024-08-032-4/+8
* ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno2024-08-031-2/+2
* xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert2024-08-031-2/+59
* xfrm: Log input direction mismatch error in one placeAntony Antony2024-08-033-5/+14
* xfrm: Fix input error path memory accessAntony Antony2024-08-031-0/+3
* wifi: nl80211: expose can-monitor channel propertyJohannes Berg2024-08-031-0/+3
* wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang2024-08-031-1/+3
* wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang2024-08-031-2/+2
* net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang2024-08-031-2/+3
* tcp: fix races in tcp_v[46]_err()Eric Dumazet2024-08-032-15/+6
* tcp: fix races in tcp_abort()Eric Dumazet2024-08-031-5/+1
* tcp: fix race in tcp_write_err()Eric Dumazet2024-08-031-5/+1
* tcp: add tcp_done_with_error() helperEric Dumazet2024-08-032-12/+22
* wifi: mac80211: reset negotiated TTLM on disconnectJohannes Berg2024-08-031-0/+1
* wifi: mac80211: cancel TTLM teardown work earlierJohannes Berg2024-08-031-2/+3
* wifi: mac80211: cancel multi-link reconf work on disconnectJohannes Berg2024-08-031-2/+5