summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-11documentation/bpf: Document cgroup unix socket address hooksDaan De Meyer
2023-10-11bpftool: Add support for cgroup unix socket address hooksDaan De Meyer
2023-10-11libbpf: Add support for cgroup unix socket address hooksDaan De Meyer
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer
2023-10-11bna: replace deprecated strncpy with strscpy_padJustin Stitt
2023-10-11net: dsa: lantiq_gswip: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-11net: dsa: mt7530: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-11net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski
2023-10-11net: mvpp2: replace deprecated strncpy with strscpyJustin Stitt
2023-10-11octeontx2-af: replace deprecated strncpy with strscpyJustin Stitt
2023-10-11Merge tag 'ieee802154-for-net-2023-10-10' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2023-10-11bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-11Merge tag 'fs_for_v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-11Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-11Merge tag 'ata-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-10-11tools: ynl: use ynl-gen -o instead of stdout in MakefileJakub Kicinski
2023-10-11Merge tag 'for-linus-2023101101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-11netlink: specs: don't allow version to be specified for genetlinkJiri Pirko
2023-10-11Merge branch 'add-vf-fault-detect-support-for-hns3-ethernet-driver'Jakub Kicinski
2023-10-11net: hns3: add vf fault detect supportJie Wang
2023-10-11net: hns3: add hns3 vf fault detect cap bit supportJie Wang
2023-10-11selftests/bpf: Add missing section name tests for getpeername/getsocknameDaan De Meyer
2023-10-11Merge tag 'printk-for-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-11Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek
2023-10-11Merge branch 'skb_segment-testing'David S. Miller
2023-10-11net: expand skb_segment unit test with frag_list coverageWillem de Bruijn
2023-10-11net: parametrize skb_segment unit test to expand coverageWillem de Bruijn
2023-10-11net: add skb_segment kunit testWillem de Bruijn
2023-10-11btrfs: add __counted_by for struct btrfs_delayed_item and use struct_size()Gustavo A. R. Silva
2023-10-11net/smc: Fix pos miscalculation in statisticsNils Hoppmann
2023-10-11nfp: flower: avoid rmmod nfp crash issuesYanguo Li
2023-10-11wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and u...Gustavo A. R. Silva
2023-10-11wifi: hostap: Add __counted_by for struct prism2_download_data and use struct...Gustavo A. R. Silva
2023-10-11wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb()Jinjie Ruan
2023-10-11net/core: Introduce netdev_core_stats_inc()Yajun Deng
2023-10-11Merge branch 'dsa-validate-remove'David S. Miller
2023-10-11net: dsa: remove dsa_port_phylink_validate()Russell King (Oracle)
2023-10-11net: dsa: dsa_loop: add phylink capabilitiesRussell King (Oracle)
2023-10-11net: dsa: vsc73xx: add phylink capabilitiesRussell King (Oracle)
2023-10-11hv_netvsc: fix netvsc_send_completion to avoid multiple message length checksSonia Sharma
2023-10-11Merge branch 'virtio-net-interrupt-moderation'David S. Miller
2023-10-11virtio-net: a tiny comment updateHeng Qi
2023-10-11virtio-net: fix the vq coalescing setting for vq resizeHeng Qi
2023-10-11virtio-net: fix per queue coalescing parameter settingHeng Qi
2023-10-11virtio-net: consistently save parameters for per-queueHeng Qi
2023-10-11virtio-net: fix mismatch of getting tx-framesHeng Qi
2023-10-11virtio-net: initially change the value of tx-framesHeng Qi
2023-10-10net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco
2023-10-10net: dsa: realtek: rtl8365mb: replace deprecated strncpy with ethtool_sprintfJustin Stitt