summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-192-1/+12
* net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn2023-04-191-0/+12
* net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn2023-04-191-0/+13
* net: phy: Add a binding for PHY LEDsAndrew Lunn2023-04-191-0/+16
* leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabledAndrew Lunn2023-04-191-0/+18
* bonding: add software tx timestamping supportHangbin Liu2023-04-191-0/+1
* net: add macro netif_subqueue_completed_wakeHeiner Kallweit2023-04-181-0/+10
* net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean2023-04-181-0/+3
* net: mscc: ocelot: add support for mqprio offloadVladimir Oltean2023-04-181-0/+4
* net: mscc: ocelot: optimize ocelot_mm_irq()Vladimir Oltean2023-04-181-0/+1
* net: mscc: ocelot: remove struct ocelot_mm_state :: lockVladimir Oltean2023-04-181-1/+0
* net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean2023-04-181-1/+1
* net/mlx5e: Add IPsec packet offload tunnel bitsLeon Romanovsky2023-04-181-2/+6
* sctp: delete the obsolete code for the host name address paramXin Long2023-04-171-1/+0
* page_pool: allow caching from safely localized NAPIJakub Kicinski2023-04-153-8/+18
* net: mana: Add support for jumbo frameHaiyang Zhang2023-04-142-0/+18
* net: mana: Enable RX path to handle various MTU sizesHaiyang Zhang2023-04-141-0/+7
* net: mana: Refactor RX buffer allocation code to prepare for various MTUHaiyang Zhang2023-04-141-5/+1
* Merge tag 'mlx5-updates-2023-04-11' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-04-144-2/+46
|\
| * net/mlx5: Add new WQE for updating flow tableYevgeny Kliteynik2023-04-122-0/+12
| * net/mlx5: Add mlx5_ifc bits for modify header argumentYevgeny Kliteynik2023-04-121-1/+27
| * net/mlx5: Create a new profile for SFsParav Pandit2023-04-121-0/+1
| * net/mlx5: Add mlx5_ifc definitions for bridge multicast supportVlad Buslov2023-04-121-1/+6
* | net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-141-0/+1
* | net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-142-0/+17
* | net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean2023-04-141-0/+2
* | net: ethtool: create and export ethtool_dev_mm_supported()Vladimir Oltean2023-04-141-0/+6
* | net: mscc: ocelot: strengthen type of "u32 reg" in I/O accessorsVladimir Oltean2023-04-141-9/+11
* | Daniel Borkmann says:Jakub Kicinski2023-04-1415-188/+281
|\ \
| * | bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig2023-04-131-0/+2
| * | ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-131-13/+15
| * | bpf: Simplify internal verifier log interfaceAndrii Nakryiko2023-04-111-10/+3
| * | bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko2023-04-113-2/+12
| * | bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko2023-04-111-9/+3
| * | bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko2023-04-111-7/+26
| * | bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko2023-04-111-12/+7
| * | xsk: Fix unaligned descriptor validationKal Conley2023-04-061-7/+2
| * | kallsyms: move module-related functions under correct configsViktor Malik2023-04-061-61/+74
| * | bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov2023-04-051-3/+4
| * | bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-052-4/+2
| * | bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau2023-03-261-0/+1
| * | bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau2023-03-261-1/+5
| * | bpf: Add a few bpf mem allocator functionsMartin KaFai Lau2023-03-261-0/+2
| * | bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee2023-03-232-5/+19
| * | bpf: Create links for BPF struct_ops maps.Kui-Feng Lee2023-03-232-1/+18
| * | net: Update an existing TCP congestion control algorithm.Kui-Feng Lee2023-03-231-0/+3
| * | bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee2023-03-231-0/+1
| * | bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-222-10/+10
| * | net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski2023-03-211-9/+9
| * | net: skbuff: reorder bytes 2 and 3 of the bitfieldJakub Kicinski2023-03-211-10/+10