summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-19genetlink: introduce helpers to do filtered multicastJiri Pirko
2023-12-19netlink: introduce typedef for filter functionJiri Pirko
2023-12-19genetlink: introduce per-sock family private storageJiri Pirko
2023-12-19devlink: introduce a helper for netlink multicast sendJiri Pirko
2023-12-19devlink: send notifications only if there are listenersJiri Pirko
2023-12-19devlink: introduce __devl_is_registered() helper and use it instead of xa_get...Jiri Pirko
2023-12-19devlink: use devl_is_registered() helper instead xa_get_mark()Jiri Pirko
2023-12-19Merge branch 'add-pf-vf-mailbox-support'Paolo Abeni
2023-12-19octeon_ep: support firmware notifications for VFsShinas Rasheed
2023-12-19octeon_ep: control net framework to support VF offloadsShinas Rasheed
2023-12-19octeon_ep: PF-VF mailbox version supportShinas Rasheed
2023-12-19octeon_ep: add PF-VF mailbox communicationShinas Rasheed
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko
2023-12-18Merge branch 'tools-net-ynl-add-sub-message-support-to-ynl'Jakub Kicinski
2023-12-18tools/net/ynl-gen-rst: Remove extra indentation from generated docsDonald Hunter
2023-12-18tools/net/ynl-gen-rst: Remove bold from attribute-set headingsDonald Hunter
2023-12-18tools/net/ynl-gen-rst: Sort the index of generated netlink specsDonald Hunter
2023-12-18tools/net/ynl-gen-rst: Add sub-messages to generated docsDonald Hunter
2023-12-18doc/netlink: Regenerate netlink .rst files if ynl-gen-rst changesDonald Hunter
2023-12-18doc/netlink/specs: Add a spec for tcDonald Hunter
2023-12-18doc/netlink/specs: use pad in structs in rt_linkDonald Hunter
2023-12-18doc/netlink/specs: Add sub-message type to rt_link familyDonald Hunter
2023-12-18tools/net/ynl: Add binary and pad support to structs for tcDonald Hunter
2023-12-18tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter
2023-12-18doc/netlink: Document the sub-message format for netlink-rawDonald Hunter
2023-12-18doc/netlink: Add sub-message support to netlink-rawDonald Hunter
2023-12-18tools/net/ynl: Use consistent array index expression formattingDonald Hunter
2023-12-18Merge branch 'bpf-add-check-for-negative-uprobe-multi-offset'Andrii Nakryiko
2023-12-18selftests/bpf: Add more uprobe multi fail testsJiri Olsa
2023-12-18bpf: Fail uprobe multi link with negative offsetJiri Olsa
2023-12-18selftests/bpf: Test the release of map btfHou Tao
2023-12-18s390/bpf: Fix indirect trampoline generationAlexei Starovoitov
2023-12-18Merge branch 'rtnl-rcu'David S. Miller
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela
2023-12-18net: rtnl: introduce rcu_replace_pointer_rtnlJamal Hadi Salim
2023-12-17Merge branch 'phy-ackage-addr-mmd-apis'David S. Miller
2023-12-17net: phy: add support for PHY package MMD read/writeChristian Marangi
2023-12-17net: phy: restructure __phy_write/read_mmd to helper and phydev userChristian Marangi
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi
2023-12-17net: phy: make addr type u8 in phy_package_shared structChristian Marangi
2023-12-17octeontx2-af: Add new devlink param to configure maximum usable NIX block LFsSuman Ghosh
2023-12-17Merge tag 'ath-next-20231215' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2023-12-17wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warningsGustavo A. R. Silva
2023-12-17Merge branch 'skb-coalescing-page_pool'David S. Miller
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen
2023-12-17skbuff: Add a function to check if a page belongs to page_poolLiang Chen
2023-12-17page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen
2023-12-17Merge branch 'tcp-ao-selftests'David S. Miller