index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
net: skb: check the boundrary of drop reason in kfree_skb_reason()
Menglong Dong
1
-0
/
+2
2022-05-16
net: dm: check the boundary of skb drop reasons
Menglong Dong
1
-1
/
+1
2022-05-16
net/smc: align the connect behaviour with TCP
Guangguan Wang
1
-4
/
+46
2022-05-16
inet: rename INET_MATCH()
Eric Dumazet
2
-5
/
+5
2022-05-16
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
3
-5
/
+5
2022-05-16
l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_if
Eric Dumazet
2
-4
/
+8
2022-05-16
net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()
Eric Dumazet
1
-2
/
+5
2022-05-16
inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()
Eric Dumazet
1
-4
/
+8
2022-05-16
dccp: use READ_ONCE() to read sk->sk_bound_dev_if
Eric Dumazet
2
-3
/
+3
2022-05-16
net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if
Eric Dumazet
1
-4
/
+7
2022-05-16
sctp: read sk->sk_bound_dev_if once in sctp_rcv()
Eric Dumazet
1
-1
/
+3
2022-05-16
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
2
-8
/
+9
2022-05-16
ipv6: Add hop-by-hop header to jumbograms in ip6_output
Coco Li
1
-2
/
+20
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
3
-9
/
+9
2022-05-16
ipv6/gro: insert temporary HBH/jumbo header
Eric Dumazet
1
-2
/
+30
2022-05-16
ipv6/gso: remove temporary HBH/jumbo header
Eric Dumazet
1
-1
/
+23
2022-05-16
tcp_cubic: make hystart_ack_delay() aware of BIG TCP
Eric Dumazet
1
-2
/
+2
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
7
-8
/
+24
2022-05-16
net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes
Eric Dumazet
1
-0
/
+6
2022-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
14
-305
/
+420
2022-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
5
-23
/
+13
2022-05-13
netfilter: conntrack: skip verification of zero UDP checksum
Kevin Mitchell
2
-5
/
+9
2022-05-13
netfilter: flowtable: nft_flow_route use more data for reverse route
Sven Auhagen
1
-0
/
+8
2022-05-13
netfilter: conntrack: add nf_conntrack_events autodetect mode
Florian Westphal
3
-8
/
+24
2022-05-13
netfilter: conntrack: un-inline nf_ct_ecache_ext_add
Florian Westphal
2
-3
/
+33
2022-05-13
netfilter: nfnetlink: allow to detect if ctnetlink listeners exist
Florian Westphal
1
-3
/
+37
2022-05-13
netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
Pablo Neira Ayuso
5
-41
/
+47
2022-05-13
netfilter: conntrack: avoid unconditional local_bh_disable
Florian Westphal
1
-5
/
+2
2022-05-13
netfilter: conntrack: remove unconfirmed list
Florian Westphal
2
-98
/
+3
2022-05-13
netfilter: conntrack: remove __nf_ct_unconfirmed_destroy
Florian Westphal
3
-39
/
+13
2022-05-13
netfilter: cttimeout: decouple unlink and free on netns destruction
Florian Westphal
1
-0
/
+12
2022-05-13
netfilter: extensions: introduce extension genid count
Florian Westphal
2
-1
/
+86
2022-05-13
netfilter: remove nf_ct_unconfirmed_destroy helper
Florian Westphal
2
-15
/
+3
2022-05-13
netfilter: cttimeout: decouple unlink and free on netns destruction
Florian Westphal
1
-2
/
+28
2022-05-13
netfilter: conntrack: remove the percpu dying list
Florian Westphal
3
-46
/
+13
2022-05-13
netfilter: conntrack: include ecache dying list in dumps
Florian Westphal
2
-0
/
+53
2022-05-13
netfilter: ecache: use dedicated list for event redelivery
Florian Westphal
2
-70
/
+80
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
2
-12
/
+6
2022-05-13
net: page_pool: add page allocation stats for two fast page allocate path
Jie Wang
1
-1
/
+4
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
7
-59
/
+25
2022-05-12
net: inet: Open code inet_hash2 and inet_unhash2
Martin KaFai Lau
1
-55
/
+33
2022-05-12
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
1
-6
/
+0
2022-05-12
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
2
-17
/
+11
2022-05-12
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
3
-30
/
+15
2022-05-12
net: update the register_netdevice() kdoc
Jakub Kicinski
1
-14
/
+6
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
24
-37
/
+147
2022-05-12
Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
21
-28
/
+105
2022-05-12
tls: Fix context leak on tls_device_down
Maxim Mikityanskiy
1
-0
/
+3
2022-05-12
net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
Guangguan Wang
1
-2
/
+2
2022-05-12
rtnetlink: verify rate parameters for calls to ndo_set_vf_rate
Bin Chen
1
-10
/
+18
[next]