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-06-27
net: dsa: add support for ethtool get_rmon_stats()
Clément Léger
1
-0
/
+13
2022-06-27
net: dsa: allow port_bridge_join() to override extack message
Clément Léger
1
-2
/
+3
2022-06-24
raw: fix a typo in raw_icmp_error()
Eric Dumazet
1
-1
/
+1
2022-06-24
net: helper function skb_len_add
Richard Gobert
3
-19
/
+6
2022-06-24
ip6mr: convert mrt_lock to a spinlock
Eric Dumazet
1
-15
/
+14
2022-06-24
ipmr: convert mrt_lock to a spinlock
Eric Dumazet
1
-10
/
+9
2022-06-24
ipmr: convert /proc handlers to rcu_read_lock()
Eric Dumazet
2
-8
/
+8
2022-06-24
ipmr: adopt rcu_read_lock() in mr_dump()
Eric Dumazet
3
-7
/
+5
2022-06-24
ip6mr: switch ip6mr_get_route() to rcu_read_lock()
Eric Dumazet
1
-5
/
+5
2022-06-24
ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()
Eric Dumazet
1
-9
/
+1
2022-06-24
ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolved
Eric Dumazet
1
-6
/
+6
2022-06-24
ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)
Eric Dumazet
1
-20
/
+22
2022-06-24
ip6mr: do not acquire mrt_lock in pim6_rcv()
Eric Dumazet
1
-3
/
+2
2022-06-24
ip6mr: ip6mr_cache_report() changes
Eric Dumazet
1
-15
/
+20
2022-06-24
ipmr: do not acquire mrt_lock in ipmr_get_route()
Eric Dumazet
1
-2
/
+0
2022-06-24
ipmr: do not acquire mrt_lock while calling ip_mr_forward()
Eric Dumazet
1
-7
/
+2
2022-06-24
ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()
Eric Dumazet
1
-17
/
+8
2022-06-24
ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)
Eric Dumazet
1
-20
/
+22
2022-06-24
ipmr: do not acquire mrt_lock in __pim_rcv()
Eric Dumazet
1
-5
/
+5
2022-06-24
ipmr: ipmr_cache_report() changes
Eric Dumazet
1
-16
/
+29
2022-06-24
ipmr: change igmpmsg_netlink_event() prototype
Eric Dumazet
1
-2
/
+2
2022-06-24
ipmr: add rcu protection over (struct vif_device)->dev
Eric Dumazet
3
-73
/
+104
2022-06-24
ip6mr: do not get a device reference in pim6_rcv()
Eric Dumazet
1
-2
/
+0
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-70
/
+120
2022-06-23
Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
18
-70
/
+119
2022-06-23
net: openvswitch: fix parsing of nw_proto for IPv6 fragments
Rosemarie O'Riorden
1
-1
/
+1
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
3
-3
/
+7
2022-06-23
Revert "net/tls: fix tls_sk_proto_close executed repeatedly"
Jakub Kicinski
1
-3
/
+0
2022-06-22
raw: remove unused variables from raw6_icmp_error()
Eric Dumazet
1
-3
/
+0
2022-06-22
af_unix: Remove unix_table_locks.
Kuniyuki Iwashima
2
-41
/
+9
2022-06-22
af_unix: Put a socket into a per-netns hash table.
Kuniyuki Iwashima
2
-36
/
+23
2022-06-22
af_unix: Acquire/Release per-netns hash table's locks.
Kuniyuki Iwashima
2
-32
/
+66
2022-06-22
af_unix: Define a per-netns hash table.
Kuniyuki Iwashima
1
-6
/
+32
2022-06-22
af_unix: Include the whole hash table size in UNIX_HASH_SIZE.
Kuniyuki Iwashima
2
-13
/
+11
2022-06-22
af_unix: Clean up some sock_net() uses.
Kuniyuki Iwashima
2
-21
/
+15
2022-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
4
-25
/
+27
2022-06-21
raw: complete rcu conversion
Eric Dumazet
2
-6
/
+6
2022-06-21
netfilter: nf_dup_netdev: add and use recursion counter
Florian Westphal
1
-4
/
+15
2022-06-21
netfilter: nf_dup_netdev: do not push mac header a second time
Florian Westphal
1
-4
/
+10
2022-06-20
net/tls: fix tls_sk_proto_close executed repeatedly
Ziyang Xuan
1
-0
/
+3
2022-06-20
erspan: do not assume transport header is always set
Eric Dumazet
2
-10
/
+20
2022-06-20
raw: Use helpers for the hlist_nulls variant.
Kuniyuki Iwashima
3
-8
/
+8
2022-06-20
raw: Fix mixed declarations error in raw_icmp_error().
Kuniyuki Iwashima
1
-1
/
+1
2022-06-19
raw: convert raw sockets to RCU
Eric Dumazet
5
-69
/
+69
2022-06-19
raw: use more conventional iterators
Eric Dumazet
3
-144
/
+87
2022-06-18
ping: convert to RCU lookups, get rid of rwlock
Eric Dumazet
1
-20
/
+16
2022-06-17
ax25: use GFP_KERNEL in ax25_dev_device_up()
Peter Lafreniere
1
-2
/
+3
2022-06-17
net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms
Peilin Ye
1
-2
/
+2
2022-06-17
ethtool: Fix get module eeprom fallback
Ivan Vecera
1
-1
/
+1
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
7
-12
/
+158
[next]