index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2024-10-29
devlink: remove unused devlink_resource_register()
Przemek Kitszel
-33
/
+0
2024-10-29
devlink: remove unused devlink_resource_occ_get_register() and _unregister()
Przemek Kitszel
-39
/
+0
2024-10-29
net: dsa: replace devlink resource registration calls by devl_ variants
Przemek Kitszel
-7
/
+16
2024-10-29
devlink: region: snapshot IDs: consolidate error values
Przemek Kitszel
-2
/
+2
2024-10-29
devlink: devl_resource_register(): differentiate error codes
Przemek Kitszel
-1
/
+1
2024-10-29
devlink: use devlink_nl_put_u64() helper
Przemek Kitszel
-76
/
+59
2024-10-29
devlink: introduce devlink_nl_put_u64()
Przemek Kitszel
-0
/
+5
2024-10-29
socket: Print pf->create() when it does not clear sock->sk on failure.
Kuniyuki Iwashima
-1
/
+3
2024-10-29
net: fix crash when config small gso_max_size/gso_ipv4_max_size
Wang Liang
-2
/
+2
2024-10-29
net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()
Vladimir Oltean
-0
/
+1
2024-10-29
rtnetlink: Fix kdoc of rtnl_af_register().
Kuniyuki Iwashima
-1
/
+1
2024-10-29
net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
Pedro Tammela
-1
/
+1
2024-10-29
ipv4: Prepare ip_rt_get_source() to future .flowi4_tos conversion.
Guillaume Nault
-1
/
+1
2024-10-29
ipv4: Prepare ipmr_rt_fib_lookup() to future .flowi4_tos conversion.
Guillaume Nault
-1
/
+1
2024-10-29
ipv4: Prepare icmp_reply() to future .flowi4_tos conversion.
Guillaume Nault
-1
/
+1
2024-10-29
ipv4: Prepare fib_compute_spec_dst() to future .flowi4_tos conversion.
Guillaume Nault
-1
/
+1
2024-10-29
ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()
Ido Schimmel
-1
/
+1
2024-10-29
bpf: fix filed access without lock
Jiayuan Chen
-3
/
+4
2024-10-29
xfrm: Restrict percpu SA attribute to specific netlink message types
Steffen Klassert
-0
/
+14
2024-10-29
xfrm: Add an inbound percpu state cache.
Steffen Klassert
-7
/
+64
2024-10-29
xfrm: Cache used outbound xfrm states at the policy.
Steffen Klassert
-0
/
+67
2024-10-29
xfrm: Add support for per cpu xfrm state handling.
Steffen Klassert
-20
/
+107
2024-10-29
ipv4: Convert devinet_ioctl to per-netns RTNL.
Kuniyuki Iwashima
-5
/
+5
2024-10-29
ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS.
Kuniyuki Iwashima
-8
/
+9
2024-10-29
ipv4: Convert devinet_sysctl_forward() to per-netns RTNL.
Kuniyuki Iwashima
-3
/
+3
2024-10-29
rtnetlink: Define rtnl_net_trylock().
Kuniyuki Iwashima
-0
/
+11
2024-10-29
ipv4: Convert check_lifetime() to per-netns RTNL.
Kuniyuki Iwashima
-4
/
+5
2024-10-29
ipv4: Convert RTM_DELADDR to per-netns RTNL.
Kuniyuki Iwashima
-9
/
+15
2024-10-29
ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr().
Kuniyuki Iwashima
-4
/
+4
2024-10-29
ipv4: Convert RTM_NEWADDR to per-netns RTNL.
Kuniyuki Iwashima
-10
/
+18
2024-10-29
ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr().
Kuniyuki Iwashima
-8
/
+9
2024-10-29
ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm().
Kuniyuki Iwashima
-35
/
+44
2024-10-28
sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()
Cong Wang
-0
/
+4
2024-10-28
neighbour: use kvzalloc()/kvfree()
Eric Dumazet
-17
/
+2
2024-10-28
vsock: do not leave dangling sk pointer in vsock_create()
Eric Dumazet
-0
/
+1
2024-10-28
mptcp: use "middlebox interference" RST when no DSS
Davide Caratti
-4
/
+8
2024-10-28
mptcp: implement mptcp_pm_connection_closed
Geliang Tang
-4
/
+5
2024-10-28
mptcp: annotate data-races around subflow->fully_established
Gang Yan
-9
/
+9
2024-10-28
mptcp: pm: send ACK on non-stale subflows
Matthieu Baerts (NGI0)
-3
/
+11
2024-10-28
mptcp: init: protect sched with rcu_read_lock
Matthieu Baerts (NGI0)
-0
/
+2
2024-10-26
wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_ch...
Gustavo A. R. Silva
-2
/
+3
2024-10-25
wifi: cfg80211: clear wdev->cqm_config pointer on free
Johannes Berg
-0
/
+1
2024-10-25
mac80211: fix user-power when emulating chanctx
Ben Greear
-0
/
+2
2024-10-25
Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
-32
/
+60
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-114
/
+251
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-479
/
+1081
2024-10-24
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-27
/
+15
2024-10-24
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-92
/
+208
2024-10-24
bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...
Martin KaFai Lau
-3
/
+3
2024-10-24
phonet: Don't hold RTNL for route_doit().
Kuniyuki Iwashima
-6
/
+13
[prev]
[next]