index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
hi3660-mailbox.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
netfilter: nf_queue: handle socket prefetch
Florian Westphal
1
-0
/
+12
2022-03-01
netfilter: nf_queue: fix possible use-after-free
Florian Westphal
3
-8
/
+19
2022-03-01
selftests: netfilter: add nfqueue TCP_NEW_SYN_RECV socket race test
Florian Westphal
4
-1
/
+157
2022-03-01
netfilter: nf_queue: don't assume sk is full socket
Florian Westphal
1
-1
/
+10
2022-02-28
netfilter: egress: silence egress hook lockdep splats
Florian Westphal
1
-0
/
+4
2022-02-28
netfilter: fix use-after-free in __nf_register_net_hook()
Eric Dumazet
1
-2
/
+3
2022-02-23
netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
Eric Dumazet
1
-2
/
+2
2022-02-23
ibmvnic: schedule failover only if vioctl fails
Sukadev Bhattiprolu
1
-1
/
+5
2022-02-23
net: dsa: fix panic when removing unoffloaded port from bridge
Alvin Šipraga
1
-1
/
+8
2022-02-23
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet
1
-2
/
+2
2022-02-22
netfilter: nf_tables: fix memory leak during stateful obj update
Florian Westphal
1
-4
/
+9
2022-02-21
netfilter: nft_limit: fix stateful object memory leak
Florian Westphal
1
-0
/
+18
2022-02-21
netfilter: nf_tables: unregister flowtable hooks on netns exit
Pablo Neira Ayuso
1
-0
/
+3
2022-02-21
net: mdio-ipq4019: add delay after clock enable
Baruch Siach
1
-1
/
+5
2022-02-21
gso: do not skip outer ip header in case of ipip and net_failover
Tao Liu
2
-1
/
+6
2022-02-20
bnxt_en: Fix devlink fw_activate
Kalesh AP
1
-8
/
+31
2022-02-20
bnxt_en: Increase firmware message response DMA wait time
Michael Chan
2
-4
/
+10
2022-02-20
bnxt_en: Restore the resets_reliable flag in bnxt_open()
Kalesh AP
1
-2
/
+15
2022-02-20
bnxt_en: Fix incorrect multicast rx mask setting when not requested
Pavan Chebbi
1
-5
/
+8
2022-02-20
bnxt_en: Fix occasional ethtool -t loopback test failures
Michael Chan
3
-1
/
+9
2022-02-20
bnxt_en: Fix offline ethtool selftest with RDMA enabled
Michael Chan
2
-8
/
+14
2022-02-20
bnxt_en: Fix active FEC reporting to ethtool
Somnath Kotur
1
-0
/
+3
2022-02-20
netfilter: nf_tables_offload: incorrect flow offload action array size
Pablo Neira Ayuso
6
-5
/
+26
2022-02-19
net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held
Vladimir Oltean
2
-7
/
+20
2022-02-19
net: dsa: microchip: fix bridging with more than two member ports
Svenning Sørensen
1
-3
/
+23
2022-02-19
net: Force inlining of checksum functions in net/checksum.h
Christophe Leroy
1
-23
/
+24
2022-02-19
selftests: mptcp: be more conservative with cookie MPJ limits
Paolo Abeni
1
-3
/
+12
2022-02-19
selftests: mptcp: more robust signal race test
Paolo Abeni
1
-3
/
+12
2022-02-19
mptcp: add mibs counter for ignored incoming options
Paolo Abeni
3
-2
/
+10
2022-02-19
mptcp: fix race in incoming ADD_ADDR option processing
Paolo Abeni
1
-5
/
+14
2022-02-19
mptcp: fix race in overlapping signal events
Paolo Abeni
1
-0
/
+10
2022-02-19
selftests: mptcp: improve 'fair usage on close' stability
Paolo Abeni
1
-1
/
+1
2022-02-19
selftests: mptcp: fix diag instability
Paolo Abeni
1
-7
/
+37
2022-02-19
nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
Christophe JAILLET
1
-2
/
+2
2022-02-19
MAINTAINERS: rmnet: Update email addresses
Subash Abhinov Kasiviswanathan
1
-2
/
+2
2022-02-19
net: mvpp2: always set port pcs ops
Jeremy Linton
1
-3
/
+3
2022-02-18
ice: initialize local variable 'tlv'
Tom Rix
1
-1
/
+1
2022-02-18
ice: check the return of ice_ptp_gettimex64
Tom Rix
1
-1
/
+4
2022-02-18
ice: fix concurrent reset and removal of VFs
Jacob Keller
3
-18
/
+27
2022-02-18
ice: fix setting l4 port flag when adding filter
Michal Swiatkowski
1
-2
/
+2
2022-02-18
ice: Match on all profiles in slow-path
Wojciech Drewek
3
-1
/
+5
2022-02-18
net: ll_temac: check the return value of devm_kmalloc()
Xiaoke Wang
1
-0
/
+2
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
6
-8
/
+8
2022-02-18
sr9700: sanity check for packet length
Oliver Neukum
1
-1
/
+1
2022-02-18
net/sched: act_ct: Fix flow table lookup after ct clear or switching zones
Paul Blakey
1
-5
/
+0
2022-02-18
net-sysfs: add check for netdevice being present to speed_show
suresh kumar
1
-1
/
+1
2022-02-18
drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
Duoming Zhou
1
-2
/
+2
2022-02-17
bonding: force carrier update when releasing slave
Zhang Changzhong
1
-3
/
+2
2022-02-17
bpf: Add schedule points in batch ops
Eric Dumazet
1
-0
/
+3
2022-02-17
fs/file_table: fix adding missing kmemleak_not_leak()
Luis Chamberlain
1
-2
/
+6
[next]