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
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-30
mac80211: fix warning in 6 GHz IE addition in mesh mode
Rajkumar Manoharan
2
-0
/
+17
2020-07-29
ibmvnic: Fix IRQ mapping disposal in error path
Thomas Falcon
1
-1
/
+1
2020-07-29
selftests: ethtool: Fix test when only two speeds are supported
Amit Cohen
1
-2
/
+0
2020-07-29
mlxsw: spectrum_router: Fix use-after-free in router init / de-init
Ido Schimmel
1
-24
/
+26
2020-07-29
mlxsw: core: Free EMAD transactions using kfree_rcu()
Ido Schimmel
1
-1
/
+1
2020-07-29
mlxsw: core: Increase scope of RCU read-side critical section
Ido Schimmel
1
-2
/
+4
2020-07-29
mlxsw: spectrum: Use different trap group for externally routed packets
Ido Schimmel
5
-3
/
+20
2020-07-29
mlxsw: spectrum_router: Allow programming link-local host routes
Ido Schimmel
1
-9
/
+0
2020-07-29
ipv4: Silence suspicious RCU usage warning
Ido Schimmel
1
-1
/
+1
2020-07-29
vxlan: Ensure FDB dump is performed under RCU
Ido Schimmel
1
-2
/
+8
2020-07-28
Documentation: bareudp: Corrected description of bareudp module.
Martin Varghese
1
-3
/
+2
2020-07-28
bareudp: forbid mixing IP and MPLS in multiproto mode
Guillaume Nault
1
-7
/
+22
2020-07-28
ipv6: Fix nexthop refcnt leak when creating ipv6 route info
Xiyu Yang
1
-4
/
+4
2020-07-28
octeontx2-pf: Unregister netdev at driver remove
Subbaraya Sundeep
1
-0
/
+1
2020-07-28
octeontx2-pf: cancel reset_task work
Subbaraya Sundeep
1
-0
/
+1
2020-07-28
octeontx2-pf: Fix reset_task bugs
Subbaraya Sundeep
1
-0
/
+3
2020-07-28
mlx4: disable device on shutdown
Jakub Kicinski
1
-0
/
+2
2020-07-28
rhashtable: Restore RCU marking on rhash_lock_head
Herbert Xu
2
-51
/
+40
2020-07-28
rhashtable: Fix unprotected RCU dereference in __rht_ptr
Herbert Xu
1
-12
/
+13
2020-07-28
net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623
René van Dorst
1
-5
/
+14
2020-07-28
net: lan78xx: replace bogus endpoint lookup
Johan Hovold
1
-87
/
+30
2020-07-28
net: lan78xx: fix transfer-buffer memory leak
Johan Hovold
1
-0
/
+1
2020-07-28
net: lan78xx: add missing endpoint sanity check
Johan Hovold
1
-0
/
+5
2020-07-28
usb: hso: check for return value in hso_serial_common_create()
Rustam Kovhaev
1
-1
/
+4
2020-07-28
net/mlx5e: Fix kernel crash when setting vf VLANID on a VF dev
Alaa Hleihel
1
-2
/
+3
2020-07-28
net/mlx5e: Modify uplink state on interface up/down
Ron Diskin
5
-9
/
+37
2020-07-28
net/mlx5: Query PPS pin operational status before registering it
Eran Ben Elisha
1
-1
/
+33
2020-07-28
net/mlx5e: Fix slab-out-of-bounds in mlx5e_rep_is_lag_netdev
Raed Salem
1
-2
/
+5
2020-07-28
net/mlx5: Verify Hardware supports requested ptp function on a given pin
Eran Ben Elisha
1
-1
/
+22
2020-07-28
net/mlx5: Fix a bug of using ptp channel index as pin index
Eran Ben Elisha
1
-11
/
+10
2020-07-28
net/mlx5e: Fix missing cleanup of ethtool steering during rep rx cleanup
Maor Dickman
1
-0
/
+1
2020-07-28
net/mlx5e: Fix error path of device attach
Aya Levin
1
-0
/
+2
2020-07-28
net/mlx5: Fix forward to next namespace
Maor Gottlieb
1
-23
/
+5
2020-07-28
net/mlx5: E-switch, Destroy TSAR after reload interface
Parav Pandit
1
-2
/
+2
2020-07-28
net/mlx5: E-switch, Destroy TSAR when fail to enable the mode
Parav Pandit
1
-1
/
+1
2020-07-28
net: hns3: fix for VLAN config when reset failed
Guojia Liao
2
-7
/
+10
2020-07-28
net: hns3: fix aRFS FD rules leftover after add a user FD rule
Guojia Liao
1
-13
/
+15
2020-07-28
net: hns3: add reset check for VF updating port based VLAN
Jian Shen
1
-9
/
+21
2020-07-28
net: hns3: fix a TX timeout issue
Yonglong Liu
1
-1
/
+1
2020-07-28
net: hns3: fix desc filling bug when skb is expanded or lineared
Yunsheng Lin
1
-10
/
+6
2020-07-27
fix a braino in cmsghdr_from_user_compat_to_kern()
Al Viro
1
-1
/
+1
2020-07-27
selftests/net: tcp_mmap: fix clang warning for target arch PowerPC
Tanner Love
1
-3
/
+3
2020-07-27
selftests/net: so_txtime: fix clang issues for target arch PowerPC
Tanner Love
1
-1
/
+1
2020-07-27
selftests/net: psock_fanout: fix clang issues for target arch PowerPC
Tanner Love
1
-1
/
+2
2020-07-27
selftests/net: rxtimestamp: fix clang issues for target arch PowerPC
Tanner Love
1
-2
/
+1
2020-07-27
net: mscc: ocelot: fix hardware timestamp dequeue logic
laurent brando
1
-5
/
+5
2020-07-27
mptcp: fix joined subflows with unblocking sk
Matthieu Baerts
1
-1
/
+1
2020-07-24
riscv: Parse all memory blocks to remove unusable memory
Atish Patra
1
-14
/
+17
2020-07-24
RISC-V: Do not rely on initrd_start/end computed during early dt parsing
Atish Patra
1
-6
/
+27
2020-07-24
drivers/net/wan: lapb: Corrected the usage of skb_cow
Xie He
2
-4
/
+8
[next]