index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-15
can: CAN_BXCAN should depend on ARCH_STM32
Geert Uytterhoeven
1
-1
/
+1
2023-05-15
can: dev: fix missing CAN XL support in can_put_echo_skb()
Oliver Hartkopp
1
-1
/
+2
2023-05-15
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-05-15
can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-05-15
net: phylink: fix ksettings_set() ethtool call
Russell King (Oracle)
1
-4
/
+4
2023-05-15
Merge branch 'tipc-fixes'
David S. Miller
4
-7
/
+27
2023-05-15
tipc: check the bearer min mtu properly when setting it by netlink
Xin Long
1
-2
/
+2
2023-05-15
tipc: do not update mtu if msg_max is too small in mtu negotiation
Xin Long
1
-3
/
+6
2023-05-15
tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
3
-2
/
+19
2023-05-15
net: mdio: i2c: fix rollball accessors
Russell King (Oracle)
1
-7
/
+8
2023-05-15
virtio_net: Fix error unwinding of XDP initialization
Feng Liu
1
-17
/
+44
2023-05-15
net: fec: remove the xdp_return_frame when lack of tx BDs
Shenwei Wang
1
-1
/
+0
2023-05-15
net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()
Dong Chenchen
1
-5
/
+3
2023-05-13
Merge branch 'hns3-fixes'
David S. Miller
8
-15
/
+50
2023-05-13
net: hns3: fix reset timeout when enable full VF
Jijie Shao
2
-5
/
+28
2023-05-13
net: hns3: fix reset delay time to avoid configuration timeout
Jie Wang
1
-1
/
+4
2023-05-13
net: hns3: fix sending pfc frames after reset issue
Jijie Shao
3
-8
/
+16
2023-05-13
net: hns3: fix output information incomplete for dumping tx queue info with debugfs
Jie Wang
2
-1
/
+2
2023-05-13
Merge branch 'dsa-rzn1-a5psw-stp'
David S. Miller
2
-19
/
+67
2023-05-13
net: dsa: rzn1-a5psw: disable learning for standalone ports
Clément Léger
1
-8
/
+16
2023-05-13
net: dsa: rzn1-a5psw: fix STP states handling
Alexis Lothoré
2
-9
/
+49
2023-05-13
net: dsa: rzn1-a5psw: enable management frames for CPU port
Clément Léger
2
-2
/
+2
2023-05-13
erspan: get the proto with the md version for collect_md
Xin Long
1
-5
/
+8
2023-05-12
tcp: fix possible sk_priority leak in tcp_v4_send_reset()
Eric Dumazet
1
-2
/
+3
2023-05-12
vsock: avoid to close connected socket after the timeout
Zhuang Shengen
1
-1
/
+1
2023-05-12
sfc: disable RXFCS and RXALL features by default
Pieter Jansen van Vuuren
1
-1
/
+3
2023-05-12
ice: Fix undersized tx_flags variable
Jan Sokolowski
3
-14
/
+8
2023-05-12
MAINTAINERS: exclude wireless drivers from netdev
Jakub Kicinski
1
-0
/
+1
2023-05-12
nfp: fix NFP_NET_MAX_DSCP definition error
Huayu Chen
1
-1
/
+1
2023-05-12
MAINTAINERS: don't CC docs@ for netlink spec changes
Jakub Kicinski
1
-0
/
+2
2023-05-12
MAINTAINERS: sctp: move Neil to CREDITS
Marcelo Ricardo Leitner
2
-2
/
+5
2023-05-12
net: phy: dp83867: add w/a for packet errors seen with short cables
Grygorii Strashko
1
-1
/
+21
2023-05-11
net: fec: Better handle pm_runtime_get() failing in .remove()
Uwe Kleine-König
1
-4
/
+11
2023-05-11
ipv6: remove nexthop_fib6_nh_bh()
Eric Dumazet
2
-31
/
+8
2023-05-11
devlink: change per-devlink netdev notifier to static one
Jiri Pirko
3
-13
/
+9
2023-05-11
Merge branch 'selftests-seg6-make-srv6_end_dt4_l3vpn_test-more-robust'
Jakub Kicinski
1
-6
/
+11
2023-05-11
selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test
Andrea Mayer
1
-5
/
+6
2023-05-11
selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test
Andrea Mayer
1
-1
/
+5
2023-05-11
Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
49
-112
/
+361
2023-05-11
Merge tag 'media/v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
3
-11
/
+19
2023-05-10
Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
4
-12
/
+151
2023-05-10
Merge branch 'af_unix-fix-two-data-races-reported-by-kcsan'
Jakub Kicinski
1
-9
/
+13
2023-05-10
af_unix: Fix data races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-8
/
+12
2023-05-10
af_unix: Fix a data race of sk->sk_receive_queue->qlen.
Kuniyuki Iwashima
1
-1
/
+1
2023-05-10
net: datagram: fix data-races in datagram_poll()
Eric Dumazet
1
-5
/
+10
2023-05-10
MAINTAINERS: re-sort all entries and fields
Linus Torvalds
1
-1117
/
+1117
2023-05-10
Merge tag 'fsnotify_for_v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-2
/
+9
2023-05-10
Merge tag 'gfs2-v6.3-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
1
-0
/
+8
2023-05-10
gfs2: Don't deref jdesc in evict
Bob Peterson
1
-0
/
+8
2023-05-10
Merge tag 'platform-drivers-x86-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
6
-8
/
+76
[next]