summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
89 min.Merge remote-tracking branch 'drm-intel/topic/core-for-CI' into drm-tipDanilo Krummrich1-1/+6
5 daysnet/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu1-7/+12
5 daysipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
5 dayshsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
5 daysipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
5 daysrxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
5 daysrxrpc: Fix congestion control algorithmDavid Howells3-10/+2
5 daysipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
5 daysappletalk: Improve handling of broadcast packetsVincent Duvert1-3/+16
6 daysnet: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
6 daysmptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal1-1/+38
6 daysnfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa1-0/+1
7 daysphonet: fix rtm_phonet_notify() skb allocationEric Dumazet1-1/+1
7 daysnet: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
10 daysrtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
10 daysMerge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski4-2/+20
10 daysBluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou1-0/+3
10 daysBluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim1-0/+2
10 daysBluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim3-5/+4
10 daysBluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim1-11/+10
10 daysBluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou1-0/+4
11 daystcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
11 daystcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet3-3/+7
11 daysMerge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds22-51/+110
12 daysnet: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
12 daysnet: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert8-4/+13
12 daysipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2-1/+4
12 daystipc: fix a possible memleak in tipc_buf_appendXin Long1-1/+1
12 daystipc: fix UAF in error pathPaolo Abeni1-1/+5
12 daysrxrpc: Clients must accept conn from any addressJeffrey Altman1-7/+2
12 daysnet: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
12 daysnet: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau1-1/+1
13 daysmptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni1-0/+3
13 daysrxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin3-7/+7
2024-04-29Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-14/+33
2024-04-26net l2tp: drop flow hash on forwardDavid Bauer1-0/+3
2024-04-26nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima1-6/+8
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey3-2/+18
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds32-98/+226
2024-04-25Merge tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-3/+7
2024-04-25af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima1-1/+1
2024-04-25tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2-4/+4
2024-04-25ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu1-11/+1
2024-04-25Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller11-38/+138
2024-04-25netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso1-1/+3
2024-04-24Merge tag 'for-net-2024-04-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski7-30/+50
2024-04-24net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim1-2/+2
2024-04-25ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno1-2/+4
2024-04-24Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee1-2/+2