summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-25Merge tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-04-25af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima
2024-04-25tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca
2024-04-25ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu
2024-04-25Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2024-04-25netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso
2024-04-24Merge tag 'for-net-2024-04-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-04-24net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim
2024-04-25ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno
2024-04-24Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee
2024-04-24Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz
2024-04-24Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz
2024-04-24Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz
2024-04-24Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor
2024-04-23tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim
2024-04-23ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-04-23ax25: Fix netdev refcount issueDuoming Zhou
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-22bridge/br_netlink.c: no need to return void functionHangbin Liu
2024-04-22icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-19wifi: mac80211: fix unaligned le16 accessJohannes Berg
2024-04-19wifi: mac80211: remove link before APJohannes Berg
2024-04-19wifi: nl80211: don't free NULL coalescing ruleJohannes Berg
2024-04-19wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg
2024-04-19wifi: mac80211: mlme: fix memory leakJohannes Berg
2024-04-19wifi: mac80211: mlme: re-parse with correct modeJohannes Berg
2024-04-19wifi: mac80211: fix idle calculation with multi-linkJohannes Berg
2024-04-18Merge tag 'nf-24-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-04-17net/sched: Fix mirred deadlock on device recursionEric Dumazet
2024-04-18netfilter: nf_tables: fix memleak in map from abort pathPablo Neira Ayuso
2024-04-17netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso
2024-04-17netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso
2024-04-17wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau
2024-04-15inet: bring NLM_DONE out to a separate recv() againJakub Kicinski
2024-04-12af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima
2024-04-12af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima
2024-04-12Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-11netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso
2024-04-11netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-11netfilter: nft_set_pipapo: do not free live elementFlorian Westphal
2024-04-11netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-04-11netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso
2024-04-11netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan
2024-04-11netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-04-11Merge tag 'for-net-2024-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-04-11af_unix: Fix garbage collector racing against connect()Michal Luczaj