summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
5 daysRevert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson1-4/+1
5 daysnet/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov1-4/+9
5 daysnet/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich1-0/+2
5 daysnet/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
9 daysipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn1-1/+1
9 daysnet: fix __dst_negative_advice() raceEric Dumazet3-36/+26
9 daysinet: introduce dst_rtable() helperEric Dumazet17-46/+45
9 daysipv6: introduce dst_rt6_info() helperEric Dumazet23-70/+60
9 daysnet/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-5/+5
9 daysnet/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean1-1/+3
9 daysnetfilter: nft_fib: allow from forward/input without iif selectorEric Garver1-5/+3
9 daysnetfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal1-0/+2
9 daysnetfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso1-7/+65
9 daysipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel1-2/+3
9 daysaf_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima1-3/+6
9 daysaf_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima1-4/+6
9 daysnetkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann1-3/+1
9 daysnetfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso1-16/+7
9 daysnetfilter: ipset: Add list flush to cancel_gcAlexander Maltsev1-0/+3
9 daysnetfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet1-0/+2
9 daysSUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
9 daysnfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
9 daysnet: relax socket state check at accept time.Paolo Abeni1-1/+3
9 daystls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9
9 daysopenvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole1-0/+6
9 daystcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima1-1/+12
9 daysipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu1-14/+28
9 daysaf_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima1-6/+22
9 daysrpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
9 dayssunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
9 daysnfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka1-1/+14
9 daysipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer1-5/+6
9 daysBluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim1-1/+1
9 daysBluetooth: 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
2024-05-30Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz7-457/+47
2024-05-30Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu1-33/+42
2024-05-30Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2-25/+122
2024-05-30mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
2024-05-30mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
2024-05-30ax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1