summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
6 dayswifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh1-2/+2
6 dayswifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma1-4/+4
6 dayswifi: cfg80211: Lock wiphy in cfg80211_get_stationRemi Pommarel1-1/+6
6 dayswifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg2-3/+3
6 dayswifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel1-2/+2
6 dayswifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande1-0/+13
11 daysRevert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson1-4/+1
11 daysnet/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov1-4/+9
11 daysnet/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich1-0/+2
11 daysnet/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-06-12ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn1-1/+1
2024-06-12net: fix __dst_negative_advice() raceEric Dumazet3-36/+26
2024-06-12inet: introduce dst_rtable() helperEric Dumazet17-46/+45
2024-06-12ipv6: introduce dst_rt6_info() helperEric Dumazet23-70/+60
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-5/+5
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean1-1/+3
2024-06-12netfilter: nft_fib: allow from forward/input without iif selectorEric Garver1-5/+3
2024-06-12netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal1-0/+2
2024-06-12netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso1-7/+65
2024-06-12ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel1-2/+3
2024-06-12af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima1-3/+6
2024-06-12af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima1-4/+6
2024-06-12netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann1-3/+1
2024-06-12netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso1-16/+7
2024-06-12netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev1-0/+3
2024-06-12netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet1-0/+2
2024-06-12SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-06-12nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
2024-06-12net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-06-12tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9
2024-06-12openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole1-0/+6
2024-06-12tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima1-1/+12
2024-06-12ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu1-14/+28
2024-06-12af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima1-6/+22
2024-06-12rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
2024-06-12sunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
2024-06-12nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka1-1/+14
2024-06-12ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer1-5/+6
2024-06-12Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim1-1/+1
2024-06-12Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2-79/+73
2024-05-30l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin1-11/+33
2024-05-30af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet1-2/+1
2024-05-30netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet1-12/+7
2024-05-30net: qrtr: ns: Fix module refcntChris Lew1-0/+27
2024-05-30net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov1-6/+10
2024-05-30net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+6
2024-05-30SUNRPC: Fix gss_free_in_token_pages()Chuck Lever1-8/+2
2024-05-30sunrpc: removed redundant procp checkAleksandr Aprelkov1-2/+0
2024-05-30Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2-9/+17
2024-05-30Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2-51/+36