summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-01-31net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-01-30devlink: Fix referring to hw_addr attribute during state validationParav Pandit
2024-01-30bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing
2024-01-30llc: call sock_orphan() at release timeEric Dumazet
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-01-29tcp: add sanity checks to rx zerocopyEric Dumazet
2024-01-29nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin
2024-01-29net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel
2024-01-26ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
2024-01-26net/smc: fix incorrect SMC-D link group matching logicWen Gu
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-01-24xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski
2024-01-24xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso
2024-01-24netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal
2024-01-24netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal
2024-01-24netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal
2024-01-24netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao
2024-01-23netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao
2024-01-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2024-01-22net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski
2024-01-21udp: fix busy pollingEric Dumazet
2024-01-19llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima
2024-01-19llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet
2024-01-19vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma
2024-01-19tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-01-19net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu
2024-01-18Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-18Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-18ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich
2024-01-18wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau
2024-01-18wifi: mac80211: fix potential sta-link leakJohannes Berg
2024-01-18wifi: cfg80211/mac80211: remove dependency on non-existing optionLukas Bulwahn
2024-01-18wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior
2024-01-18ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson
2024-01-17SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach
2024-01-17ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin
2024-01-17netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso