summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-0222-51/+110
|\
| * net: gro: add flush check in udp_gro_receive_segmentRichard Gobert2024-05-021-1/+11
| * net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-028-4/+13
| * ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2024-05-022-1/+4
| * tipc: fix a possible memleak in tipc_buf_appendXin Long2024-05-011-1/+1
| * tipc: fix UAF in error pathPaolo Abeni2024-05-011-1/+5
| * rxrpc: Clients must accept conn from any addressJeffrey Altman2024-05-011-7/+2
| * net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau2024-05-011-8/+19
| * net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau2024-05-011-1/+1
| * mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni2024-04-301-0/+3
| * rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin2024-04-303-7/+7
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-262-14/+33
| |\
| | * xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen2024-04-221-10/+32
| | * bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing2024-04-081-4/+1
| * | net l2tp: drop flow hash on forwardDavid Bauer2024-04-261-0/+3
| * | nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima2024-04-261-6/+8
* | | Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-04-291-0/+1
|\ \ \ | |/ / |/| |
| * | SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia2024-04-041-0/+1
* | | Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-2532-98/+226
|\ \ \
| * \ \ Merge tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-04-252-3/+7
| |\ \ \
| | * | | netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso2024-04-251-1/+3
| | * | | ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno2024-04-251-2/+4
| * | | | af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-04-251-1/+1
| * | | | tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2024-04-252-4/+4
| * | | | ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu2024-04-251-11/+1
| * | | | Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2024-04-2511-38/+138
| |\ \ \ \
| | * | | | wifi: mac80211: fix unaligned le16 accessJohannes Berg2024-04-191-1/+1
| | * | | | wifi: mac80211: remove link before APJohannes Berg2024-04-191-2/+5
| | * | | | wifi: nl80211: don't free NULL coalescing ruleJohannes Berg2024-04-191-0/+2
| | * | | | wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg2024-04-191-4/+9
| | * | | | wifi: mac80211: mlme: fix memory leakJohannes Berg2024-04-191-1/+3
| | * | | | wifi: mac80211: mlme: re-parse with correct modeJohannes Berg2024-04-191-1/+1
| | * | | | wifi: mac80211: fix idle calculation with multi-linkJohannes Berg2024-04-191-5/+22
| | * | | | wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau2024-04-174-16/+72
| | * | | | wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev2024-04-081-2/+2
| | * | | | wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder2024-04-081-1/+2
| | * | | | wifi: mac80211: don't use rate mask for scanningJohannes Berg2024-04-083-5/+15
| | * | | | wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg2024-04-081-0/+4
| * | | | | Merge tag 'for-net-2024-04-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-04-247-30/+50
| |\ \ \ \ \
| | * | | | | Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee2024-04-241-2/+2
| | * | | | | Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz2024-04-241-5/+15
| | * | | | | Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2024-04-241-3/+2
| | * | | | | Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-244-14/+23
| | * | | | | Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2024-04-242-6/+8
| * | | | | | net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim2024-04-241-2/+2
| |/ / / / /
| * | | | | tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim2024-04-231-1/+2
| * | | | | ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet2024-04-231-0/+3
| * | | | | ax25: Fix netdev refcount issueDuoming Zhou2024-04-231-1/+1
| * | | | | bridge/br_netlink.c: no need to return void functionHangbin Liu2024-04-221-1/+1
| * | | | | icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet2024-04-221-2/+10
| | |/ / / | |/| | |