index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_trie.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-26
nexthop: allow nexthop_mpath_fill_node() to be called without RTNL
Eric Dumazet
1
-1
/
+1
2024-02-26
inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCU
Eric Dumazet
6
-9
/
+26
2024-02-26
ipv6: switch inet6_dump_ifinfo() to RCU protection
Eric Dumazet
1
-1
/
+1
2024-02-26
rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag
Eric Dumazet
4
-0
/
+8
2024-02-26
rtnetlink: change nlk->cb_mutex role
Eric Dumazet
2
-16
/
+21
2024-02-26
netlink: hold nlk->cb_mutex longer in __netlink_dump_start()
Eric Dumazet
1
-7
/
+6
2024-02-26
netlink: fix netlink_diag_dump() return value
Eric Dumazet
1
-1
/
+1
2024-02-26
ipv6: use xarray iterator to implement inet6_dump_ifinfo()
Eric Dumazet
1
-27
/
+19
2024-02-26
ipv6: prepare inet6_fill_ifinfo() for RCU protection
Eric Dumazet
3
-8
/
+13
2024-02-26
ipv6: prepare inet6_fill_ifla6_attrs() for RCU
Eric Dumazet
2
-75
/
+90
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
16
-20
/
+20
2024-02-26
net: phy: dp83826: support configuring RMII master/slave operation mode
Jérémie Dautheribes
1
-5
/
+38
2024-02-26
net: phy: dp83826: Add support for phy-mode configuration
Jérémie Dautheribes
1
-0
/
+11
2024-02-26
dt-bindings: net: dp83822: support configuring RMII master/slave mode
Jérémie Dautheribes
1
-0
/
+16
2024-02-26
net: dsa: microchip: Add support for bridge port isolation
Oleksij Rempel
2
-5
/
+51
2024-02-26
selftests: net: veth: test syncing GRO and XDP state while device is down
Jakub Kicinski
1
-0
/
+14
2024-02-26
net: veth: clear GRO when clearing XDP even when down
Jakub Kicinski
1
-18
/
+17
2024-02-25
Linux 6.8-rc6
Linus Torvalds
1
-1
/
+1
2024-02-25
bcachefs: fix bch2_save_backtrace()
Kent Overstreet
1
-1
/
+1
2024-02-25
ext4_get_link(): fix breakage in RCU mode
Al Viro
1
-3
/
+5
2024-02-25
cifs_get_link(): bail out in unsafe case
Al Viro
1
-0
/
+3
2024-02-25
fuse: fix UAF in rcu pathwalks
Al Viro
3
-6
/
+13
2024-02-25
procfs: make freeing proc_fs_info rcu-delayed
Al Viro
2
-1
/
+2
2024-02-25
procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
Al Viro
2
-13
/
+8
2024-02-25
nfs: fix UAF on pathwalk running into umount
Al Viro
2
-3
/
+12
2024-02-25
nfs: make nfs_set_verifier() safe for use in RCU pathwalk
Al Viro
1
-2
/
+2
2024-02-25
afs: fix __afs_break_callback() / afs_drop_open_mmap() race
Al Viro
1
-2
/
+6
2024-02-25
hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
Al Viro
2
-3
/
+10
2024-02-25
exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
Al Viro
3
-19
/
+16
2024-02-25
affs: free affs_sb_info with kfree_rcu()
Al Viro
2
-1
/
+2
2024-02-25
rcu pathwalk: prevent bogus hard errors from may_lookup()
Al Viro
1
-1
/
+5
2024-02-25
fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
Al Viro
1
-9
/
+4
2024-02-24
bcachefs: Fix check_snapshot() memcpy
Kent Overstreet
1
-1
/
+1
2024-02-24
bcachefs: Fix bch2_journal_flush_device_pins()
Kent Overstreet
1
-3
/
+5
2024-02-24
bcachefs: fix iov_iter count underflow on sub-block dio read
Brian Foster
1
-0
/
+2
2024-02-24
bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btree
Kent Overstreet
1
-1
/
+3
2024-02-24
bcachefs: Kill __GFP_NOFAIL in buffered read path
Kent Overstreet
1
-13
/
+8
2024-02-24
bcachefs: fix backpointer_to_text() when dev does not exist
Kent Overstreet
1
-3
/
+5
2024-02-24
dm-integrity, dm-verity: reduce stack usage for recheck
Arnd Bergmann
2
-8
/
+6
2024-02-24
cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call back
Doug Smythies
1
-0
/
+3
2024-02-23
tools: ynl: fix header guards
Jakub Kicinski
1
-2
/
+2
2024-02-23
genetlink: make info in GENL_REQ_ATTR_CHECK() const
Jakub Kicinski
1
-1
/
+1
2024-02-23
tools: ynl: allow user to pass enum string instead of scalar value
Jiri Pirko
1
-2
/
+24
2024-02-23
tools: ynl: process all scalar types encoding in single elif statement
Jiri Pirko
1
-7
/
+7
2024-02-23
tools: ynl: allow user to specify flag attr with bool values
Jiri Pirko
1
-0
/
+3
2024-02-23
net: team: Don't bother filling in ethtool driver version
John Garry
1
-2
/
+0
2024-02-23
rocker: Don't bother filling in ethtool driver version
John Garry
1
-2
/
+0
2024-02-23
mm/debug_vm_pgtable: fix BUG_ON with pud advanced test
Aneesh Kumar K.V (IBM)
1
-0
/
+8
2024-02-23
mm: cachestat: fix folio read-after-free in cache walk
Nhat Pham
1
-25
/
+26
2024-02-23
MAINTAINERS: add memory mapping entry with reviewers
Lorenzo Stoakes
1
-0
/
+11
[prev]
[next]