index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
video
/
of_display_timing.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-19
ipv6/udp: support externally provided ubufs
Pavel Begunkov
1
-13
/
+31
2022-07-19
ipv4/udp: support externally provided ubufs
Pavel Begunkov
1
-13
/
+31
2022-07-19
net: introduce __skb_fill_page_desc_noacc
Pavel Begunkov
1
-11
/
+17
2022-07-19
net: introduce managed frags infrastructure
Pavel Begunkov
2
-4
/
+50
2022-07-19
net: Allow custom iter handler in msghdr
David Ahern
4
-8
/
+19
2022-07-19
skbuff: carry external ubuf_info in msghdr
Pavel Begunkov
3
-0
/
+4
2022-07-19
sfc: update MCDI protocol headers
Edward Cree
1
-195
/
+7933
2022-07-19
net: dsa: microchip: fix the missing ksz8_r_mib_cnt
Arun Ramadoss
1
-0
/
+1
2022-07-19
net: prestera: acl: add support for 'police' action on egress
Maksym Glubokiy
1
-1
/
+1
2022-07-19
net: macb: fixup sparse warnings on __be16 ports
Ben Dooks
1
-3
/
+4
2022-07-19
net: prestera: acl: fix code formatting
Maksym Glubokiy
1
-4
/
+4
2022-07-19
vmxnet3: Record queue number to incoming packets
Andrey Turkin
1
-0
/
+1
2022-07-19
net: devlink: remove unused locked functions
Jiri Pirko
2
-188
/
+0
2022-07-19
netdevsim: convert driver to use unlocked devlink API during init/fini
Jiri Pirko
6
-123
/
+102
2022-07-19
net: devlink: add unlocked variants of devlink_region_create/destroy() functions
Jiri Pirko
2
-28
/
+66
2022-07-19
mlxsw: convert driver to use unlocked devlink API during init/fini
Jiri Pirko
10
-241
/
+248
2022-07-19
net: devlink: add unlocked variants of devlink_dpipe*() functions
Jiri Pirko
2
-46
/
+147
2022-07-19
net: devlink: add unlocked variants of devlink_sb*() functions
Jiri Pirko
2
-18
/
+41
2022-07-19
net: devlink: add unlocked variants of devlink_resource*() functions
Jiri Pirko
2
-61
/
+173
2022-07-19
net: devlink: add unlocked variants of devling_trap*() functions
Jiri Pirko
2
-32
/
+168
2022-07-19
net: devlink: avoid false DEADLOCK warning reported by lockdep
Moshe Shemesh
1
-0
/
+4
2022-07-19
skbuff: add SKBFL_DONT_ORPHAN flag
Pavel Begunkov
2
-4
/
+6
2022-07-19
skbuff: don't mix ubuf_info from different sources
Pavel Begunkov
1
-0
/
+4
2022-07-19
ipv6: avoid partial copy for zc
Pavel Begunkov
1
-1
/
+6
2022-07-19
ipv4: avoid partial copy for zc
Pavel Begunkov
1
-2
/
+6
2022-07-18
atl1c: use netif_napi_add_tx() for Tx NAPI
Sieng-Piaw Liew
1
-2
/
+2
2022-07-18
net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'
Arun Ramadoss
1
-1
/
+1
2022-07-18
tls: rx: decrypt into a fresh skb
Jakub Kicinski
2
-37
/
+72
2022-07-18
tls: rx: async: don't put async zc on the list
Jakub Kicinski
1
-21
/
+19
2022-07-18
tls: rx: async: hold onto the input skb
Jakub Kicinski
5
-10
/
+39
2022-07-18
tls: rx: async: adjust record geometry immediately
Jakub Kicinski
1
-39
/
+10
2022-07-18
tls: rx: return the decrypted skb via darg
Jakub Kicinski
1
-10
/
+39
2022-07-18
tls: rx: read the input skb from ctx->recv_pkt
Jakub Kicinski
3
-34
/
+42
2022-07-18
tls: rx: factor out device darg update
Jakub Kicinski
1
-19
/
+41
2022-07-18
tls: rx: remove the message decrypted tracking
Jakub Kicinski
2
-11
/
+0
2022-07-18
tls: rx: don't keep decrypted skbs on ctx->recv_pkt
Jakub Kicinski
1
-21
/
+28
2022-07-18
tls: rx: don't try to keep the skbs always on the list
Jakub Kicinski
1
-11
/
+12
2022-07-18
tls: rx: allow only one reader at a time
Jakub Kicinski
2
-7
/
+57
2022-07-18
net/smc: Extend SMC-R link group netlink attribute
Wen Gu
2
-0
/
+3
2022-07-18
net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
Wen Gu
9
-118
/
+328
2022-07-18
net/smc: Use sysctl-specified types of buffers in new link group
Wen Gu
2
-0
/
+2
2022-07-18
net/smc: Introduce a sysctl for setting SMC-R buffer type
Wen Gu
4
-0
/
+31
2022-07-18
net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpu
Guangguan Wang
4
-0
/
+40
2022-07-18
net/smc: remove redundant dma sync ops
Guangguan Wang
5
-29
/
+0
2022-07-16
selftests: net: arp_ndisc_untracked_subnets: test for arp_accept and accept_u...
Jaehee Park
2
-0
/
+309
2022-07-16
net: ipv6: new accept_untracked_na option to accept na only if in-network
Jaehee Park
3
-27
/
+55
2022-07-16
net: ipv4: new arp_accept option to accept garp only if in-network
Jaehee Park
3
-6
/
+29
2022-07-15
ice: Remove pci_aer_clear_nonfatal_status() call
Zhuo Chen
1
-6
/
+0
2022-07-15
ice: Add EXTTS feature to the feature bitmap
Anirudh Venkataramanan
3
-5
/
+15
2022-07-15
octeontx2-af: Set NIX link credits based on max LMAC
Sunil Goutham
7
-9
/
+102
[next]