summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-11mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni1-0/+4
2024-08-11mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-08-11mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)1-1/+0
2024-08-11mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-08-11mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10
2024-08-11mptcp: fix NL PM announced address accountingPaolo Abeni1-4/+6
2024-08-11mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)3-1/+3
2024-08-11mptcp: fix user-space PM announced address accountingPaolo Abeni1-4/+13
2024-08-11mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-08-11ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-11netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-08-11netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
2024-08-11net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-08-11rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima1-1/+1
2024-08-11tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan1-7/+16
2024-08-11tcp: annotate data-races around tp->window_clampEric Dumazet7-23/+29
2024-08-11mptcp: give rcvlowat some lovePaolo Abeni4-15/+83
2024-08-11Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz1-0/+21
2024-08-11wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_doneVeerendranath Jakkam1-0/+1
2024-08-11sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet1-1/+3
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+0
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