summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-12net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann1-0/+7
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-09-12fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima1-5/+24
2024-09-12gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet7-29/+8
2024-09-12gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet8-40/+13
2024-09-12fou: remove sparse errorsEric Dumazet2-6/+6
2024-09-12tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang1-1/+1
2024-09-12svcrdma: Catch another Reply chunk overflow caseChuck Lever1-0/+2
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang1-5/+3
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima1-8/+1
2024-09-12sunrpc: use the struct net as the svc proc privateJosef Bacik1-1/+1
2024-09-12sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-5/+7
2024-09-12sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik1-8/+16
2024-09-12mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)1-20/+25
2024-09-12mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)6-90/+90
2024-09-12sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen1-4/+7
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-09-12Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz1-18/+19
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2-25/+7
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger1-5/+4
2024-09-12net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev1-1/+1
2024-09-12bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeConnor O'Brien2-14/+3
2024-09-12wifi: cfg80211: make hash table duplicates more survivableJohannes Berg1-12/+34
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge2-1/+4
2024-09-04net:rds: Fix possible deadlock in rds_message_putAllison Henderson1-2/+11
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)1-1/+1
2024-09-04nfsd: Don't call freezable_schedule_timeout() after each successful page allo...Kuniyuki Iwashima1-1/+1
2024-09-04Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman1-0/+4
2024-09-04ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-09-04netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-09-04ip6_tunnel: Fix broken GROThomas Bogendoerfer1-5/+7
2024-09-04netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior1-0/+5
2024-09-04kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+4
2024-09-04Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz1-72/+72
2024-09-04Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-09-04s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev1-2/+1
2024-09-04Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-09-04netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet1-7/+6
2024-09-04wifi: mac80211: fix BA session teardown raceJohannes Berg3-8/+15
2024-09-04netfilter: flowtable: initialise extack before useDonald Hunter1-1/+1
2024-09-04mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov1-1/+1
2024-08-19wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet1-1/+5
2024-08-19netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal1-114/+13
2024-08-19netfilter: nf_tables: allow clone callbacks to sleepPablo Neira Ayuso4-8/+8
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso4-10/+23
2024-08-19netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso1-4/+9
2024-08-19mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)4-0/+32
2024-08-19mptcp: export local_addressGeliang Tang2-5/+5
2024-08-19mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10