index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
unix
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-6
/
+28
2021-09-30
net: stmmac: fix EEE init issue when paired with EEE capable PHYs
Wong Vee Khee
1
-0
/
+4
2021-09-30
net: dev_addr_list: handle first address in __hw_addr_add_ex
Jakub Kicinski
1
-0
/
+6
2021-09-30
net: sched: flower: protect fl_walk() with rcu
Vlad Buslov
1
-0
/
+6
2021-09-30
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
3
-20
/
+33
2021-09-29
net: phy: bcm7xxx: Fixed indirect MMD operations
Florian Fainelli
1
-4
/
+110
2021-09-29
net: hns3: disable firmware compatible features when uninstall PF
Guangbin Huang
1
-8
/
+13
2021-09-29
net: hns3: fix always enable rx vlan filter problem after selftest
Guangbin Huang
1
-2
/
+4
2021-09-29
net: hns3: PF enable promisc for VF when mac table is overflow
Guangbin Huang
1
-2
/
+6
2021-09-29
net: hns3: fix show wrong state when add existing uc mac address
Jian Shen
1
-10
/
+9
2021-09-29
net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLE
Jian Shen
2
-28
/
+10
2021-09-29
net: hns3: don't rollback when destroy mqprio fail
Jian Shen
1
-6
/
+11
2021-09-29
net: hns3: remove tc enable checking
Jian Shen
4
-17
/
+2
2021-09-29
net: hns3: do not allow call hns3_nic_net_open repeatedly
Jian Shen
1
-0
/
+5
2021-09-29
ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
Feng Zhou
2
-3
/
+7
2021-09-29
net: bridge: mcast: Associate the seqcount with its protecting lock.
Thomas Gleixner
2
-5
/
+3
2021-09-29
net: mdio-ipq4019: Fix the error for an optional regs resource
Cai Huoqing
1
-1
/
+5
2021-09-28
net: hns3: fix hclge_dbg_dump_tm_pg() stack usage
Arnd Bergmann
1
-4
/
+24
2021-09-28
net: mdio: mscc-miim: Fix the mdio controller
Horatiu Vultur
1
-5
/
+10
2021-09-28
af_unix: Return errno instead of NULL in unix_create1().
Kuniyuki Iwashima
1
-17
/
+32
2021-09-28
net: udp: annotate data race around udp_sk(sk)->corkflag
Eric Dumazet
2
-6
/
+6
2021-09-28
net: sun: SUNVNET_COMMON should depend on INET
Randy Dunlap
1
-0
/
+1
2021-09-28
ionic: fix gathering of debug stats
Shannon Nelson
1
-9
/
+0
2021-09-28
dmascc: add CONFIG_VIRT_TO_BUS dependency
Arnd Bergmann
1
-0
/
+1
2021-09-28
net: ks8851: fix link error
Arnd Bergmann
2
-4
/
+10
2021-09-28
bpf, x86: Fix bpf mapping of atomic fetch implementation
Johan Almbladh
1
-5
/
+8
2021-09-28
selftests, bpf: test_lwt_ip_encap: Really disable rp_filter
Jiri Benc
1
-5
/
+8
2021-09-28
selftests, bpf: Fix makefile dependencies on libbpf
Jiri Benc
1
-1
/
+2
2021-09-28
bpf, test, cgroup: Use sk_{alloc,free} for test cases
Daniel Borkmann
1
-5
/
+9
2021-09-28
bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
Daniel Borkmann
1
-5
/
+12
2021-09-28
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
1
-1
/
+7
2021-09-28
MAINTAINERS: Add btf headers to BPF
Dave Marchevsky
1
-0
/
+2
2021-09-28
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
Lorenz Bauer
1
-1
/
+1
2021-09-27
e100: fix buffer overrun in e100_get_regs
Jacob Keller
1
-6
/
+10
2021-09-27
e100: fix length calculation in e100_get_regs_len
Jacob Keller
1
-1
/
+5
2021-09-27
net: phy: enhance GPY115 loopback disable function
Xu Liang
1
-2
/
+21
2021-09-27
dsa: mv88e6xxx: Include tagger overhead when setting MTU for DSA and CPU ports
Andrew Lunn
2
-3
/
+7
2021-09-27
dsa: mv88e6xxx: Fix MTU definition
Andrew Lunn
3
-6
/
+10
2021-09-27
dsa: mv88e6xxx: 6161: Use chip wide MAX MTU
Andrew Lunn
1
-1
/
+1
2021-09-27
net: mdiobus: Fix memory leak in __mdiobus_register
Yanfei Xu
1
-0
/
+1
2021-09-27
Revert "ibmvnic: check failover_pending in login response"
Desnes A. Nunes do Rosario
1
-8
/
+0
2021-09-27
net: bgmac-platform: handle mac-address deferral
Matthew Hagan
1
-0
/
+3
2021-09-27
net: hns: Fix spelling mistake "maped" -> "mapped"
Colin Ian King
1
-1
/
+1
2021-09-27
mac80211: Fix Ptk0 rekey documentation
Alexander Wetzel
1
-4
/
+4
2021-09-27
mac80211: check return value of rhashtable_init
MichelleJin
1
-1
/
+4
2021-09-27
mac80211: fix use-after-free in CCMP/GCMP RX
Johannes Berg
1
-0
/
+6
2021-09-26
net: prevent user from passing illegal stab size
王贇
2
-0
/
+7
2021-09-24
drivers: net: mhi: fix error path in mhi_net_newlink
Daniele Palmas
1
-5
/
+1
2021-09-24
smsc95xx: fix stalled rx after link change
Aaro Koskinen
1
-0
/
+3
2021-09-24
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
4
-11
/
+14
[next]