summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella2021-05-031-0/+4
* vringh: add vringh_kiov_length() helperStefano Garzarella2021-05-031-0/+11
* vringh: implement vringh_kiov_advance()Stefano Garzarella2021-05-031-0/+2
* vringh: add 'iotlb_lock' to synchronize iotlb accessesStefano Garzarella2021-05-031-1/+5
* virtio-pci library: report resource addressJason Wang2021-05-031-1/+3
* virito_pci libray: hide vp_modern_map_capability()Jason Wang2021-05-031-5/+0
* virtio_pci_modern: hide vp_modern_get_queue_notify_off()Jason Wang2021-05-031-2/+0
* virtio_pci_modern: introduce helper to map vq notify areaJason Wang2021-05-031-0/+2
* vdpa: Follow kdoc comment styleParav Pandit2021-05-031-19/+19
* Merge tag 'gpio-fixes-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-231-0/+3
|\
| * gpio: omap: Save and restore sysconfigTony Lindgren2021-04-211-0/+3
* | capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn2021-04-202-1/+5
* | Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-173-6/+9
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-04-122-4/+6
| |\ \
| | * | netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2021-04-101-2/+3
| | * | netfilter: bridge: add pre_exit hooks for ebtable unregistrationFlorian Westphal2021-04-101-2/+3
| * | | net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár2021-04-121-2/+3
* | | | Merge tag 'libnvdimm-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-04-171-0/+1
|\ \ \ \
| * | | | libnvdimm: Notify disk drivers to revalidate region read-onlyDan Williams2021-04-081-0/+1
* | | | | kasan: remove redundant config optionWalter Wu2021-04-161-1/+1
* | | | | Merge tag 'dmaengine-fix-5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-141-2/+2
|\ \ \ \ \
| * | | | | dmaengine: idxd: fix delta_rec and crc size field for completion recordDave Jiang2021-04-121-2/+2
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-093-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | treewide: change my e-mail address, fix my nameMarek Behún2021-04-093-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-0915-68/+170
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-081-1/+6
| |\ \ \ \
| | * | | | bpf, sockmap: Fix sk->prot unhash op resetJohn Fastabend2021-04-071-1/+6
| * | | | | Merge tag 'mac80211-for-net-2021-04-08.2' of git://git.kernel.org/pub/scm/lin...David S. Miller2021-04-081-12/+68
| |\ \ \ \ \
| | * | | | | rfkill: revert back to old userspace API by defaultJohannes Berg2021-04-081-12/+68
| * | | | | | ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-2/+2
| * | | | | | net: sched: fix err handler in tcf_action_init()Vlad Buslov2021-04-081-6/+1
| * | | | | | net: sched: fix action overwrite reference countingVlad Buslov2021-04-081-2/+3
| |/ / / / /
| * | | | | ethtool: Remove link_mode param and derive link params from driverDanielle Ratson2021-04-071-1/+8
| * | | | | Merge tag 'mlx5-fixes-2021-04-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-04-071-4/+6
| |\ \ \ \ \
| | * | | | | net/mlx5: Fix PBMC register mappingAya Levin2021-04-061-1/+1
| | * | | | | net/mlx5: Fix PPLM register mappingAya Levin2021-04-061-0/+2
| | * | | | | net/mlx5: Fix placement of log_max_flow_counterRaed Salem2021-04-061-3/+3
| | |/ / / /
| * | | | | ethtool: fix kdoc in headersJakub Kicinski2021-04-072-2/+13
| * | | | | ethtool: document reserved fields in the uAPIJakub Kicinski2021-04-071-1/+21
| * | | | | ethtool: un-kdocify extended link stateJakub Kicinski2021-04-072-23/+7
| |/ / / /
| * | | | virtio_net: Do not pull payload in skb->headEric Dumazet2021-04-061-5/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-021-0/+2
| |\ \ \ \
| | * | | | bpf: Take module reference for trampoline in moduleJiri Olsa2021-03-261-0/+2
| * | | | | Revert "net: correct sk_acceptq_is_full()"Eric Dumazet2021-03-311-1/+5
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-03-312-3/+5
| |\ \ \ \ \
| | * | | | | xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert2021-03-241-1/+1
| | * | | | | net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish2021-03-221-1/+1
| | * | | | | net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish2021-03-221-1/+3
| | * | | | | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-031-1/+1
| * | | | | | net: ensure mac header is set in virtio_net_hdr_to_skb()Eric Dumazet2021-03-301-0/+2
| | |_|_|/ / | |/| | | |