summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-04-22bpf: fix link failure with NETFILTER=y INET=nFlorian Westphal
2023-04-21Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-04-21pds_core: publish events to the clientsShannon Nelson
2023-04-21pds_core: add the aux client APIShannon Nelson
2023-04-21pds_core: add auxiliary_bus devicesShannon Nelson
2023-04-21pds_core: set up the VIF definitions and defaultsShannon Nelson
2023-04-21pds_core: Add adminq processing and commandsShannon Nelson
2023-04-21pds_core: set up device and adminqShannon Nelson
2023-04-21pds_core: add devcmd device interfacesShannon Nelson
2023-04-21pds_core: initial framework for pds_core PF driverShannon Nelson
2023-04-21bridge: Add internal flags for per-{Port, VLAN} neighbor suppressionIdo Schimmel
2023-04-21sctp: delete the nested flexible array payloadXin Long
2023-04-21sctp: delete the nested flexible array hmacXin Long
2023-04-21sctp: delete the nested flexible array variableXin Long
2023-04-21sctp: delete the nested flexible array skipXin Long
2023-04-21sctp: delete the nested flexible array paramsXin Long
2023-04-20net: move dropreason.h to dropreason-core.hJohannes Berg
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski
2023-04-20net/mlx5: Update op_mode to op_mod for port selectionRoi Dayan
2023-04-20net/mlx5: Add vnic devlink health reporter to PFs/VFsMaher Sanalla
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-19Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds
2023-04-19net: skbuff: hide nf_trace and ipvs_propertyJakub Kicinski
2023-04-19net: skbuff: push nf_trace down the bitfieldJakub Kicinski
2023-04-19net: skbuff: move alloc_cpu into a potential holeJakub Kicinski
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn
2023-04-19net: phy: Add a binding for PHY LEDsAndrew Lunn
2023-04-19leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabledAndrew Lunn
2023-04-18bonding: add software tx timestamping supportHangbin Liu
2023-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko
2023-04-17net/mlx5e: Add IPsec packet offload tunnel bitsLeon Romanovsky
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann
2023-04-17netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal
2023-04-16bpf: Remove KF_KPTR_GET kfunc flagDavid Vernet
2023-04-15bpf: Centralize btf_field-specific initialization logicDave Marchevsky
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky
2023-04-15bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky