summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-03bpf: Fix a segment issue when downgrading gso_sizeFred Li
2024-08-03net: nexthop: Initialize all fields in dumped nexthopsPetr Machata
2024-08-03tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida
2024-08-03netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal
2024-08-03ipv4: Fix incorrect source address in Record Route optionIdo Schimmel
2024-08-03af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhashMichal Luczaj
2024-08-03wifi: mac80211: check basic rates validityJohannes Berg
2024-08-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg
2024-08-03wifi: mac80211: Allow NSS change only up to capabilityRameshkumar Sundaram
2024-08-03ipv6: take care of scope when choosing the src addrNicolas Dichtel
2024-08-03ipv4: fix source address selection with route leakNicolas Dichtel
2024-08-03af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du
2024-08-03ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel
2024-08-03ipv4: Fix incorrect TOS in route get replyIdo Schimmel
2024-08-03net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso
2024-08-03netfilter: nf_set_pipapo: fix initial map fillFlorian Westphal
2024-08-03netfilter: nft_set_pipapo: constify lookup fn args where possibleFlorian Westphal
2024-08-03netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso
2024-08-03SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown
2024-08-03xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever
2024-08-03net: bridge: mst: Check vlan state for egress decisionElliot Ayrey
2024-08-03xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo
2024-08-03gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui
2024-08-03ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno
2024-08-03wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang
2024-08-03wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang
2024-08-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang
2024-08-03tcp: fix races in tcp_v[46]_err()Eric Dumazet
2024-08-03tcp: fix race in tcp_write_err()Eric Dumazet
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet
2024-08-03tcp: annotate lockless access to sk->sk_errEric Dumazet
2024-08-03tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2024-08-03net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan
2024-07-25wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg
2024-07-25wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-07-25bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis
2024-07-25Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa
2024-07-25net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang
2024-07-25wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov
2024-07-25ila: block BH in ila_output()Eric Dumazet
2024-07-25net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet
2024-07-25wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov
2024-07-25wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg
2024-07-25wifi: mac80211: handle tasklet frames before stoppingJohannes Berg
2024-07-25wifi: mac80211: apply mcast rate only if interface is upJohannes Berg
2024-07-25wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande
2024-07-18libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov
2024-07-18tcp: avoid too many retransmit packetsEric Dumazet
2024-07-18tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet