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
2024-04-18
net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
Kory Maincent (Dent Project)
1
-10
/
+50
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-52
/
+145
2024-04-18
Merge tag 'nf-24-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
6
-23
/
+62
2024-04-18
neighbour: guarantee the localhost connections be established successfully ev...
Zheng Li
1
-1
/
+3
2024-04-17
tcp_metrics: use parallel_ops for tcp_metrics_nl_family
Eric Dumazet
1
-0
/
+1
2024-04-17
tcp_metrics: fix tcp_metrics_nl_dump() return value
Eric Dumazet
1
-2
/
+4
2024-04-17
netns: no longer hold RTNL in rtnl_net_dumpid()
Eric Dumazet
1
-2
/
+3
2024-04-17
net/sched: Fix mirred deadlock on device recursion
Eric Dumazet
2
-0
/
+7
2024-04-18
netfilter: nf_tables: fix memleak in map from abort path
Pablo Neira Ayuso
1
-2
/
+14
2024-04-17
netfilter: nf_tables: restore set elements when delete set fails
Pablo Neira Ayuso
5
-20
/
+45
2024-04-17
netfilter: nf_tables: missing iterator type in lookup walk
Pablo Neira Ayuso
2
-1
/
+3
2024-04-17
tcp: accept bare FIN packets under memory pressure
Eric Dumazet
1
-1
/
+11
2024-04-16
net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...
Kory Maincent (Dent Project)
1
-1
/
+1
2024-04-16
ip6_vti: fix memleak on netns dismantle
Florian Westphal
1
-0
/
+1
2024-04-16
net/handshake: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+0
2024-04-16
af_unix: Try not to hold unix_gc_lock during accept().
Kuniyuki Iwashima
2
-5
/
+17
2024-04-15
udp: Avoid call to compute_score on multiple sites
Gabriel Krisman Bertazi
2
-9
/
+32
2024-04-15
net: ip6_gre: Remove generic .ndo_get_stats64
Breno Leitao
1
-3
/
+0
2024-04-15
net: ipv6_gre: Do not use custom stat allocator
Breno Leitao
1
-17
/
+5
2024-04-15
net: dsa: convert dsa_user_phylink_fixed_state() to use dsa_phylink_to_port()
Russell King (Oracle)
1
-1
/
+1
2024-04-15
net: constify net_class
Heiner Kallweit
1
-1
/
+1
2024-04-15
net: save some cycles when doing skb_attempt_defer_free()
Jason Xing
1
-3
/
+3
2024-04-15
net: dev_addr_lists: move locking out of init/exit in kunit
Jakub Kicinski
1
-2
/
+12
2024-04-15
inet: bring NLM_DONE out to a separate recv() again
Jakub Kicinski
1
-0
/
+5
2024-04-15
drop_monitor: replace spin_lock by raw_spin_lock
Wander Lairson Costa
1
-10
/
+10
2024-04-12
fib: rules: no longer hold RTNL in fib_nl_dumprule()
Eric Dumazet
1
-8
/
+9
2024-04-12
tipc: remove redundant assignment to ret, simplify code
Colin Ian King
1
-4
/
+1
2024-04-12
tcp: small optimization when TCP_TW_SYN is processed
Eric Dumazet
2
-2
/
+2
2024-04-12
af_unix: Don't peek OOB data without MSG_OOB.
Kuniyuki Iwashima
1
-5
/
+5
2024-04-12
af_unix: Call manage_oob() for every skb in unix_stream_read_generic().
Kuniyuki Iwashima
1
-1
/
+1
2024-04-12
net: nfc: remove inappropriate attrs check
Lin Ma
1
-4
/
+2
2024-04-12
Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
David S. Miller
8
-24
/
+66
2024-04-11
net: dsa: allow DSA switch drivers to provide their own phylink mac ops
Russell King (Oracle)
2
-6
/
+31
2024-04-11
net: dsa: introduce dsa_phylink_to_port()
Russell King (Oracle)
1
-6
/
+6
2024-04-11
tls: remove redundant assignment to variable decrypted
Colin Ian King
1
-1
/
+0
2024-04-11
ipv4: Remove RTO_ONLINK.
Guillaume Nault
1
-13
/
+1
2024-04-11
tcp: add support for SO_PEEK_OFF socket option
Jon Maloy
2
-6
/
+11
2024-04-11
mpls: no longer hold RTNL in mpls_netconf_dump_devconf()
Eric Dumazet
1
-37
/
+22
2024-04-11
net: mirror skb frag ref/unref helpers
Mina Almasry
2
-43
/
+5
2024-04-11
net: move skb ref helpers to new header
Mina Almasry
8
-0
/
+8
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-132
/
+113
2024-04-11
Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
20
-118
/
+124
2024-04-11
mptcp: add last time fields in mptcp_info
Geliang Tang
4
-5
/
+22
2024-04-11
netfilter: flowtable: incorrect pppoe tuple
Pablo Neira Ayuso
1
-1
/
+1
2024-04-11
netfilter: flowtable: validate pppoe header
Pablo Neira Ayuso
2
-4
/
+7
2024-04-11
netfilter: nft_set_pipapo: do not free live element
Florian Westphal
1
-5
/
+9
2024-04-11
netfilter: nft_set_pipapo: walk over current view on netlink dump
Pablo Neira Ayuso
2
-2
/
+9
2024-04-11
netfilter: br_netfilter: skip conntrack input hook for promisc packets
Pablo Neira Ayuso
4
-8
/
+28
2024-04-11
netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()
Ziyang Xuan
1
-2
/
+6
2024-04-11
netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()
Ziyang Xuan
1
-2
/
+6
[next]