summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-076-9/+19
|\
| * Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-071-0/+2
| |\
| | * ARM: omap1: move omap15xx local bus handling to usb.cArnd Bergmann2021-10-051-0/+2
| * | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-071-1/+1
| |\ \
| | * | etherdevice: use __dev_addr_set()Jakub Kicinski2021-10-051-1/+1
| * | | Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-032-6/+12
| |\ \ \
| | * | | driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADDSaravana Kannan2021-09-231-3/+8
| | * | | cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_bufTobias Klauser2021-09-211-3/+4
| | | |/ | | |/|
| * | | Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-10-031-1/+1
| |\ \ \
| | * | | sched: Always inline is_percpu_thread()Peter Zijlstra2021-10-011-1/+1
| * | | | Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-031-1/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | perf/core: fix userpage->time_enabled of inactive eventsSong Liu2021-10-011-1/+3
| | |/ /
* | | | Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/...David S. Miller2021-10-072-1/+2
|\ \ \ \
| * \ \ \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-10-051-0/+1
| |\ \ \ \
| | * | | | ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer capsPradeep Kumar Chitrapu2021-09-281-0/+1
| | | |_|/ | | |/| |
| * / | | brcmfmac: Replace zero-length array with flexible array memberLen Baker2021-09-241-1/+1
| |/ / /
* | | | eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-072-0/+2
* | | | eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-2/+2
* | | | eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-3/+2
* | | | device property: move mac addr helpers to eth.cJakub Kicinski2021-10-072-4/+6
* | | | of: net: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-071-0/+6
* | | | of: net: move of_net under net/Jakub Kicinski2021-10-071-1/+1
* | | | net: mdio: add mdiobus_modify_changed()Russell King (Oracle)2021-10-061-0/+2
* | | | ethtool: Add transceiver module extended stateIdo Schimmel2021-10-061-0/+1
* | | | ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-061-0/+22
* | | | mlx4: constify args for const dev_addrJakub Kicinski2021-10-051-1/+1
* | | | mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2021-10-051-10/+0
* | | | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-051-12/+0
* | | | netlink: remove netlink_broadcast_filteredFlorian Westphal2021-10-051-4/+0
* | | | net/mlx5: Enable single IRQ for PCI FunctionShay Drory2021-10-041-1/+0
* | | | net/mlx5: Shift control IRQ to the last indexShay Drory2021-10-041-0/+2
* | | | net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov2021-10-041-0/+9
* | | | net: phylink: add phylink_set_10g_modes() helperRussell King (Oracle)2021-10-041-0/+1
* | | | qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha2021-10-041-0/+1
* | | | qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa2021-10-041-0/+2
* | | | qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2021-10-042-0/+2
* | | | qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha2021-10-041-8/+105
* | | | qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-045-387/+386
* | | | qed: Fix kernel-doc warningsPrabhakar Kushwaha2021-10-045-183/+230
* | | | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* | | | net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean2021-10-021-2/+2
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-012-5/+9
|\ \ \ \
| * | | | bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2021-09-282-6/+3
| * | | | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-281-1/+5
| * | | | bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-171-0/+1
| * | | | bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2021-09-171-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-3010-11/+36
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-301-1/+2
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-281-1/+2
| | |\ \ \ \
| | | * | | | bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao2021-09-141-1/+2