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
*
Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-09-30
88
-447
/
+1384
|
\
|
*
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
2021-09-30
3
-12
/
+56
|
*
net: stmmac: fix EEE init issue when paired with EEE capable PHYs
Wong Vee Khee
2021-09-30
1
-0
/
+4
|
*
net: dev_addr_list: handle first address in __hw_addr_add_ex
Jakub Kicinski
2021-09-30
1
-0
/
+6
|
*
net: sched: flower: protect fl_walk() with rcu
Vlad Buslov
2021-09-30
1
-0
/
+6
|
*
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
2021-09-30
3
-20
/
+33
|
*
net: phy: bcm7xxx: Fixed indirect MMD operations
Florian Fainelli
2021-09-29
1
-4
/
+110
|
*
Merge branch 'hns3-fixes'
David S. Miller
2021-09-29
7
-73
/
+60
|
|
\
|
|
*
net: hns3: disable firmware compatible features when uninstall PF
Guangbin Huang
2021-09-29
1
-8
/
+13
|
|
*
net: hns3: fix always enable rx vlan filter problem after selftest
Guangbin Huang
2021-09-29
1
-2
/
+4
|
|
*
net: hns3: PF enable promisc for VF when mac table is overflow
Guangbin Huang
2021-09-29
1
-2
/
+6
|
|
*
net: hns3: fix show wrong state when add existing uc mac address
Jian Shen
2021-09-29
1
-10
/
+9
|
|
*
net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLE
Jian Shen
2021-09-29
2
-28
/
+10
|
|
*
net: hns3: don't rollback when destroy mqprio fail
Jian Shen
2021-09-29
1
-6
/
+11
|
|
*
net: hns3: remove tc enable checking
Jian Shen
2021-09-29
4
-17
/
+2
|
|
*
net: hns3: do not allow call hns3_nic_net_open repeatedly
Jian Shen
2021-09-29
1
-0
/
+5
|
|
/
|
*
ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
Feng Zhou
2021-09-29
2
-3
/
+7
|
*
net: bridge: mcast: Associate the seqcount with its protecting lock.
Thomas Gleixner
2021-09-29
2
-5
/
+3
|
*
net: mdio-ipq4019: Fix the error for an optional regs resource
Cai Huoqing
2021-09-29
1
-1
/
+5
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-09-28
11
-53
/
+139
|
|
\
|
|
*
bpf, x86: Fix bpf mapping of atomic fetch implementation
Johan Almbladh
2021-09-28
1
-5
/
+8
|
|
*
selftests, bpf: test_lwt_ip_encap: Really disable rp_filter
Jiri Benc
2021-09-28
1
-5
/
+8
|
|
*
selftests, bpf: Fix makefile dependencies on libbpf
Jiri Benc
2021-09-28
1
-1
/
+2
|
|
*
bpf, test, cgroup: Use sk_{alloc,free} for test cases
Daniel Borkmann
2021-09-28
1
-5
/
+9
|
|
*
bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
Daniel Borkmann
2021-09-28
1
-5
/
+12
|
|
*
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-28
1
-1
/
+7
|
|
*
MAINTAINERS: Add btf headers to BPF
Dave Marchevsky
2021-09-28
1
-0
/
+2
|
|
*
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
Lorenz Bauer
2021-09-28
1
-1
/
+1
|
|
*
bpf, mips: Validate conditional branch offsets
Piotr Krysiuk
2021-09-15
1
-14
/
+43
|
|
*
bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
Hou Tao
2021-09-14
3
-16
/
+47
|
*
|
net: hns3: fix hclge_dbg_dump_tm_pg() stack usage
Arnd Bergmann
2021-09-28
1
-4
/
+24
|
*
|
net: mdio: mscc-miim: Fix the mdio controller
Horatiu Vultur
2021-09-28
1
-5
/
+10
|
*
|
af_unix: Return errno instead of NULL in unix_create1().
Kuniyuki Iwashima
2021-09-28
1
-17
/
+32
|
*
|
net: udp: annotate data race around udp_sk(sk)->corkflag
Eric Dumazet
2021-09-28
2
-6
/
+6
|
*
|
net: sun: SUNVNET_COMMON should depend on INET
Randy Dunlap
2021-09-28
1
-0
/
+1
|
*
|
ionic: fix gathering of debug stats
Shannon Nelson
2021-09-28
1
-9
/
+0
|
*
|
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/t
David S. Miller
2021-09-28
1
-7
/
+15
|
|
\
\
|
|
*
|
e100: fix buffer overrun in e100_get_regs
Jacob Keller
2021-09-27
1
-6
/
+10
|
|
*
|
e100: fix length calculation in e100_get_regs_len
Jacob Keller
2021-09-27
1
-1
/
+5
|
*
|
|
dmascc: add CONFIG_VIRT_TO_BUS dependency
Arnd Bergmann
2021-09-28
1
-0
/
+1
|
*
|
|
net: ks8851: fix link error
Arnd Bergmann
2021-09-28
2
-4
/
+10
|
|
/
/
|
*
|
net: phy: enhance GPY115 loopback disable function
Xu Liang
2021-09-27
1
-2
/
+21
|
*
|
Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...
David S. Miller
2021-09-27
8
-13
/
+32
|
|
\
\
|
|
*
|
mac80211: Fix Ptk0 rekey documentation
Alexander Wetzel
2021-09-27
1
-4
/
+4
|
|
*
|
mac80211: check return value of rhashtable_init
MichelleJin
2021-09-27
1
-1
/
+4
|
|
*
|
mac80211: fix use-after-free in CCMP/GCMP RX
Johannes Berg
2021-09-27
1
-0
/
+6
|
|
*
|
mac80211-hwsim: fix late beacon hrtimer handling
Johannes Berg
2021-09-23
1
-2
/
+2
|
|
*
|
mac80211: mesh: fix potentially unaligned access
Johannes Berg
2021-09-23
1
-1
/
+2
|
|
*
|
mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap
Lorenzo Bianconi
2021-09-23
1
-0
/
+4
|
|
*
|
mac80211: Drop frames from invalid MAC address in ad-hoc mode
YueHaibing
2021-09-23
1
-1
/
+2
[next]