summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-03bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-08-03net: nexthop: Initialize all fields in dumped nexthopsPetr Machata1-3/+4
2024-08-03tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-08-03netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal1-2/+10
2024-08-03ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-08-03af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhashMichal Luczaj2-1/+43
2024-08-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg5-28/+30
2024-08-03ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-08-03ipv4: fix source address selection with route leakNicolas Dichtel1-2/+11
2024-08-03af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du1-2/+84
2024-08-03ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel1-1/+1
2024-08-03ipv4: Fix incorrect TOS in route get replyIdo Schimmel2-7/+8
2024-08-03net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso1-1/+1
2024-08-03ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao1-5/+5
2024-08-03netfilter: nf_set_pipapo: fix initial map fillFlorian Westphal3-6/+29
2024-08-03netfilter: nft_set_pipapo: constify lookup fn args where possibleFlorian Westphal3-35/+48
2024-08-03netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso1-1/+2
2024-08-03SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown1-1/+2
2024-08-03xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2-2/+17
2024-08-03net: bridge: mst: Check vlan state for egress decisionElliot Ayrey1-2/+2
2024-08-03xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo1-3/+1
2024-08-03gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui1-1/+1
2024-08-03xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2-4/+2
2024-08-03xfrm: fix netdev reference count imbalanceJianbo Liu1-2/+1
2024-08-03xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert1-0/+1
2024-08-03ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno1-2/+2
2024-08-03xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert1-2/+59
2024-08-03wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang1-1/+3
2024-08-03wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang1-2/+2
2024-08-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang1-2/+3
2024-08-03tcp: fix races in tcp_v[46]_err()Eric Dumazet2-15/+6
2024-08-03tcp: fix race in tcp_write_err()Eric Dumazet1-5/+1
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet2-12/+22
2024-08-03net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan2-4/+2
2024-07-25wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg2-0/+3
2024-07-25wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg1-1/+3
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz4-66/+35
2024-07-25bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis1-3/+22
2024-07-25Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa1-0/+4
2024-07-25net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang1-4/+4
2024-07-25wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov1-2/+6
2024-07-25ila: block BH in ila_output()Eric Dumazet1-1/+6
2024-07-25net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet1-8/+6
2024-07-25wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov1-4/+10
2024-07-25wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg2-17/+36
2024-07-25wifi: mac80211: handle tasklet frames before stoppingJohannes Berg3-2/+12
2024-07-25wifi: mac80211: apply mcast rate only if interface is upJohannes Berg1-2/+3
2024-07-25wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande1-0/+1
2024-07-18libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov1-2/+12
2024-07-18tcp: avoid too many retransmit packetsEric Dumazet1-5/+17