index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: pm: update add_addr counters after connect
YonglongLi
2024-06-11
2
-8
/
+12
*
mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
YonglongLi
2024-06-11
2
-2
/
+6
*
mptcp: ensure snd_una is properly initialized on connect
Paolo Abeni
2024-06-11
1
-0
/
+1
*
net/sched: initialize noop_qdisc owner
Johannes Berg
2024-06-11
1
-0
/
+1
*
Merge branch 'geneve-fixes'
David S. Miller
2024-06-10
3
-8
/
+10
|
\
|
*
net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets
Gal Pressman
2024-06-10
1
-2
/
+1
|
*
geneve: Fix incorrect inner network header offset when innerprotoinherit is set
Gal Pressman
2024-06-10
2
-6
/
+9
|
/
*
net dsa: qca8k: fix usages of device_get_named_child_node()
Andy Shevchenko
2024-06-10
1
-2
/
+10
*
tcp: fix race in tcp_v6_syn_recv_sock()
Eric Dumazet
2024-06-10
1
-1
/
+2
*
netdevsim: fix backwards compatibility in nsim_get_iflink()
David Wei
2024-06-10
1
-1
/
+2
*
net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
Sagar Cheluvegowda
2024-06-09
1
-0
/
+4
*
liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
Aleksandr Mishin
2024-06-07
1
-6
/
+5
*
Merge branch 'hns3-fixes'
David S. Miller
2024-06-07
3
-5
/
+22
|
\
|
*
net: hns3: add cond_resched() to hns3 ring buffer init process
Jie Wang
2024-06-07
2
-0
/
+6
|
*
net: hns3: fix kernel crash problem in concurrent scenario
Yonglong Liu
2024-06-07
1
-5
/
+16
|
/
*
dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
Udit Kumar
2024-06-07
2
-4
/
+4
*
net: sfp: Always call `sfp_sm_mod_remove()` on remove
Csókás, Bence
2024-06-07
1
-2
/
+1
*
Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-06-06
106
-567
/
+1077
|
\
|
*
Merge branch 'selftests-net-lib-small-fixes'
Jakub Kicinski
2024-06-06
1
-9
/
+9
|
|
\
|
|
*
selftests: net: lib: set 'i' as local
Matthieu Baerts (NGI0)
2024-06-06
1
-0
/
+1
|
|
*
selftests: net: lib: avoid error removing empty netns name
Matthieu Baerts (NGI0)
2024-06-06
1
-6
/
+7
|
|
*
selftests: net: lib: support errexit with busywait
Matthieu Baerts (NGI0)
2024-06-06
1
-3
/
+1
|
|
/
|
*
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Su Hui
2024-06-06
1
-1
/
+1
|
*
ipv6: fix possible race in __fib6_drop_pcpu_from()
Eric Dumazet
2024-06-06
2
-1
/
+6
|
*
Merge branch 'af_unix-fix-lockless-access-of-sk-sk_state-and-others-fields'
Paolo Abeni
2024-06-06
2
-52
/
+50
|
|
\
|
|
*
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
2024-06-06
1
-8
/
+2
|
|
*
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
af_unix: Annotate data-races around sk->sk_sndbuf.
Kuniyuki Iwashima
2024-06-06
1
-3
/
+3
|
|
*
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
2024-06-06
1
-4
/
+4
|
|
*
af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
2024-06-06
1
-4
/
+4
|
|
*
af_unix: Annotate data-race of sk->sk_state in unix_accept().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
Kuniyuki Iwashima
2024-06-06
1
-5
/
+2
|
|
*
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
2024-06-06
1
-13
/
+12
|
|
*
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
af_unix: Annodate data-races around sk->sk_state for writers.
Kuniyuki Iwashima
2024-06-06
1
-6
/
+8
|
|
*
af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
Kuniyuki Iwashima
2024-06-06
1
-2
/
+8
|
|
/
|
*
net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
Aleksandr Mishin
2024-06-06
1
-1
/
+1
|
*
Merge branch 'intel-wired-lan-driver-updates-2024-05-29-ice-igc'
Jakub Kicinski
2024-06-06
9
-104
/
+244
|
|
\
|
|
*
igc: Fix Energy Efficient Ethernet support declaration
Sasha Neftin
2024-06-06
2
-2
/
+11
|
|
*
ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
Larysa Zaremba
2024-06-06
4
-46
/
+68
|
|
*
ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
Larysa Zaremba
2024-06-06
3
-14
/
+24
|
|
*
ice: remove af_xdp_zc_qps bitmap
Larysa Zaremba
2024-06-06
3
-26
/
+27
|
|
*
ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
Jacob Keller
2024-06-06
2
-9
/
+93
|
|
*
ice: fix iteration of TLVs in Preserved Fields Area
Jacob Keller
2024-06-06
1
-7
/
+21
|
|
/
|
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-06-06
9
-35
/
+34
|
|
\
|
|
*
Revert "xsk: Document ability to redirect to any socket bound to the same umem"
Magnus Karlsson
2024-06-05
1
-19
/
+14
[next]