aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-07eth: fwnode: change the return type of mac address helpersGravatar Jakub Kicinski 1-3/+2
2021-10-07device property: move mac addr helpers to eth.cGravatar Jakub Kicinski 2-4/+6
2021-10-07of: net: add a helper for loading netdev->dev_addrGravatar Jakub Kicinski 1-0/+6
2021-10-07of: net: move of_net under net/Gravatar Jakub Kicinski 1-1/+1
2021-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/Gravatar David S. Miller 1-6/+9
2021-10-07ALSA: hda: intel: Allow repeatedly probing on codec configuration errorsGravatar Takashi Iwai 1-0/+1
2021-10-06net: mdio: add mdiobus_modify_changed()Gravatar Russell King (Oracle) 1-0/+2
2021-10-06ethtool: Add transceiver module extended stateGravatar Ido Schimmel 2-0/+7
2021-10-06ethtool: Add ability to control transceiver modules' power modeGravatar Ido Schimmel 3-0/+62
2021-10-06kunit: fix kernel-doc warnings due to mismatched arg namesGravatar Daniel Latypov 1-3/+3
2021-10-06hyper-v: Replace uuid.h with types.hGravatar Andy Shevchenko 1-1/+1
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jakub Kicinski 3-41/+241
2021-10-05ARM: omap1: move omap15xx local bus handling to usb.cGravatar Arnd Bergmann 1-0/+2
2021-10-05mlx4: constify args for const dev_addrGravatar Jakub Kicinski 1-1/+1
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Gravatar Jakub Kicinski 1-10/+0
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Gravatar Jakub Kicinski 1-12/+0
2021-10-05netlink: remove netlink_broadcast_filteredGravatar Florian Westphal 1-4/+0
2021-10-05etherdevice: use __dev_addr_set()Gravatar Jakub Kicinski 1-1/+1
2021-10-05cachefiles: Fix oops with cachefiles_cull() due to NULL objectGravatar Dave Wysochanski 1-2/+2
2021-10-05Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitGravatar Kalle Valo 1-0/+1
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Gravatar Jan Beulich 1-9/+6
2021-10-04net/mlx5: Enable single IRQ for PCI FunctionGravatar Shay Drory 1-1/+0
2021-10-04net/mlx5: Shift control IRQ to the last indexGravatar Shay Drory 1-0/+2
2021-10-04net/mlx5: Bridge, mark reg_c1 when pushing VLANGravatar Vlad Buslov 1-0/+9
2021-10-04net: phylink: add phylink_set_10g_modes() helperGravatar Russell King (Oracle) 1-0/+1
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Gravatar Prabhakar Kushwaha 1-0/+1
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiGravatar Nikolay Assa 1-0/+2
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Gravatar Prabhakar Kushwaha 2-0/+2
2021-10-04qed: Update common_hsi for FW ver 8.59.1.0Gravatar Prabhakar Kushwaha 1-8/+105
2021-10-04qed: Remove e4_ and _e4 from FW HSIGravatar Shai Malin 5-387/+386
2021-10-04qed: Fix kernel-doc warningsGravatar Prabhakar Kushwaha 5-183/+230
2021-10-04ipv6: ioam: Add support for the ip6ip6 encapsulationGravatar Justin Iurman 1-0/+29
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitGravatar Justin Iurman 1-1/+2
2021-10-03Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-6/+12
2021-10-03Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-10-03Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+3
2021-10-02cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectGravatar Dave Wysochanski 1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Gravatar Jakub Kicinski 1-1/+1
2021-10-02net: mscc: ocelot: write full VLAN TCI in the injection headerGravatar Vladimir Oltean 1-2/+2
2021-10-02net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Gravatar Vladimir Oltean 1-0/+10
2021-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 3-2/+7
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationGravatar Pablo Neira Ayuso 1-1/+1
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 6-13/+95
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupGravatar Luiz Augusto von Dentz 1-1/+1
2021-10-01net: mscc: ocelot: fix VCAP filters remaining active after being deletedGravatar Vladimir Oltean 1-2/+2
2021-10-01net: add kerneldoc comment for sk_peer_lockGravatar Eric Dumazet 1-0/+1
2021-10-01devlink: report maximum number of snapshots with regionsGravatar Jacob Keller 1-0/+2
2021-10-01sched: Always inline is_percpu_thread()Gravatar Peter Zijlstra 1-1/+1
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsGravatar Song Liu 1-1/+3
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 23-45/+87