index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-13
net: bridge: fdb: add ndo_fdb_del_bulk
Nikolay Aleksandrov
3
-0
/
+27
2022-04-13
net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_del
Nikolay Aleksandrov
1
-19
/
+48
2022-04-13
net: rtnetlink: add bulk delete support flag
Nikolay Aleksandrov
1
-0
/
+8
2022-04-13
net: rtnetlink: add helper to extract msg type's kind
Nikolay Aleksandrov
1
-1
/
+1
2022-04-13
net: rtnetlink: add msg kind names
Nikolay Aleksandrov
1
-3
/
+3
2022-04-13
NFC: NULL out the dev->rfkill to prevent UAF
Lin Ma
1
-0
/
+1
2022-04-13
ipv6: exthdrs: use swap() instead of open coding it
Guo Zhengkui
1
-4
/
+1
2022-04-13
tls: rx: only copy IV from the packet for TLS 1.2
Jakub Kicinski
1
-10
/
+10
2022-04-13
tls: rx: use MAX_IV_SIZE for allocations
Jakub Kicinski
1
-1
/
+1
2022-04-13
tls: rx: use async as an in-out argument
Jakub Kicinski
1
-15
/
+16
2022-04-13
tls: rx: return the already-copied data on crypto error
Jakub Kicinski
1
-6
/
+10
2022-04-13
tls: rx: treat process_rx_list() errors as transient
Jakub Kicinski
1
-12
/
+8
2022-04-13
tls: rx: assume crypto always calls our callback
Jakub Kicinski
1
-3
/
+0
2022-04-13
tls: rx: don't handle TLS 1.3 in the async crypto callback
Jakub Kicinski
1
-10
/
+5
2022-04-13
tls: rx: move counting TlsDecryptErrors for sync
Jakub Kicinski
1
-2
/
+2
2022-04-13
tls: rx: reuse leave_on_list label for psock
Jakub Kicinski
1
-8
/
+4
2022-04-13
tls: rx: consistently use unlocked accessors for rx_list
Jakub Kicinski
1
-5
/
+5
2022-04-12
fou: Remove XRFM from NET_FOU Kconfig
Coco Li
2
-2
/
+0
2022-04-12
page_pool: Add recycle stats to page_pool_put_page_bulk
Lorenzo Bianconi
1
-2
/
+13
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
29
-99
/
+71
2022-04-12
net: bridge: add support for host l2 mdb entries
Joachim Wiberg
1
-5
/
+7
2022-04-11
net: bridge: offload BR_HAIRPIN_MODE, BR_ISOLATED, BR_MULTICAST_TO_UNICAST
Arınç ÜNAL
1
-1
/
+2
2022-04-11
ipv4: Use dscp_t in struct fib_entry_notifier_info
Guillaume Nault
1
-2
/
+2
2022-04-11
ipv4: Use dscp_t in struct fib_rt_info
Guillaume Nault
3
-7
/
+7
2022-04-11
mptcp: listen diag dump support
Florian Westphal
1
-0
/
+91
2022-04-11
mptcp: remove locking in mptcp_diag_fill_info
Florian Westphal
1
-6
/
+0
2022-04-11
mptcp: diag: switch to context structure
Florian Westphal
1
-3
/
+11
2022-04-11
mptcp: add pm_nl_pernet helpers
Geliang Tang
1
-17
/
+24
2022-04-11
mptcp: reset the packet scheduler on PRIO change
Paolo Abeni
1
-0
/
+2
2022-04-11
mptcp: reset the packet scheduler on incoming MP_PRIO
Paolo Abeni
3
-4
/
+18
2022-04-11
mptcp: optimize release_cb for the common case
Paolo Abeni
1
-7
/
+9
2022-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
9
-125
/
+143
2022-04-11
netfilter: nft_fib: reverse path filter for policy-based routing on iif
Pablo Neira Ayuso
3
-0
/
+12
2022-04-11
net: icmp: add skb drop reasons to icmp protocol
Menglong Dong
3
-46
/
+67
2022-04-11
net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons
Menglong Dong
1
-5
/
+13
2022-04-11
net: skb: rename SKB_DROP_REASON_PTYPE_ABSENT
Menglong Dong
1
-5
/
+3
2022-04-11
net: sock: introduce sock_queue_rcv_skb_reason()
Menglong Dong
1
-6
/
+24
2022-04-10
tls: rx: jump out for cases which need to leave skb on list
Jakub Kicinski
1
-21
/
+22
2022-04-10
tls: rx: clear ctx->recv_pkt earlier
Jakub Kicinski
1
-9
/
+7
2022-04-10
tls: rx: inline consuming the skb at the end of the loop
Jakub Kicinski
1
-24
/
+5
2022-04-10
tls: rx: pull most of zc check out of the loop
Jakub Kicinski
1
-4
/
+5
2022-04-10
tls: rx: don't track the async count
Jakub Kicinski
1
-7
/
+5
2022-04-10
tls: rx: don't handle async in tls_sw_advance_skb()
Jakub Kicinski
1
-13
/
+9
2022-04-10
tls: rx: factor out writing ContentType to cmsg
Jakub Kicinski
1
-55
/
+36
2022-04-10
tls: rx: simplify async wait
Jakub Kicinski
1
-12
/
+2
2022-04-10
tls: rx: wrap decryption arguments in a structure
Jakub Kicinski
1
-22
/
+27
2022-04-10
tls: rx: don't report text length from the bowels of decrypt
Jakub Kicinski
1
-19
/
+14
2022-04-10
tls: rx: drop unnecessary arguments from tls_setup_from_iter()
Jakub Kicinski
1
-8
/
+6
2022-04-09
netfilter: bitwise: improve error goto labels
Jeremy Sowden
1
-5
/
+6
2022-04-09
netfilter: bitwise: replace hard-coded size with `sizeof` expression
Jeremy Sowden
1
-1
/
+1
[next]