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
...
|
*
|
|
|
net: bcmgenet: always enable status blocks
Doug Berger
2020-03-22
2
-97
/
+38
|
|
|
/
/
|
|
/
|
|
|
*
|
|
net: phy: dp83867: w/a for fld detect threshold bootstrapping issue
Grygorii Strashko
2020-03-22
1
-1
/
+20
|
*
|
|
net: stmmac: dwmac-rk: fix error path in rk_gmac_probe
Emil Renner Berthing
2020-03-22
1
-1
/
+1
|
*
|
|
slcan: not call free_netdev before rtnl_unlock in slcan_open
Oliver Hartkopp
2020-03-22
1
-0
/
+3
|
*
|
|
ionic: make spdxcheck.py happy
Lukas Bulwahn
2020-03-22
2
-2
/
+2
|
*
|
|
hsr: fix general protection fault in hsr_addr_is_self()
Taehee Yoo
2020-03-22
1
-4
/
+4
|
*
|
|
Merge branch 'hinic-BugFixes'
David S. Miller
2020-03-22
6
-60
/
+34
|
|
\
\
\
|
|
*
|
|
hinic: fix wrong value of MIN_SKB_LEN
Luo bin
2020-03-22
1
-1
/
+1
|
|
*
|
|
hinic: fix wrong para of wait_for_completion_timeout
Luo bin
2020-03-22
2
-3
/
+5
|
|
*
|
|
hinic: fix out-of-order excution in arm cpu
Luo bin
2020-03-22
4
-0
/
+9
|
|
*
|
|
hinic: fix the bug of clearing event queue
Luo bin
2020-03-22
1
-7
/
+17
|
|
*
|
|
hinic: fix a bug of waitting for IO stopped
Luo bin
2020-03-22
1
-49
/
+2
|
|
/
/
/
|
*
|
|
tcp: also NULL skb->dev when copy was needed
Florian Westphal
2020-03-21
1
-2
/
+6
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2020-03-21
3
-4
/
+14
|
|
\
\
\
|
|
*
|
|
netfilter: flowtable: populate addr_type mask
Edward Cree
2020-03-19
1
-0
/
+1
|
|
*
|
|
netfilter: flowtable: Fix flushing of offloaded flows on free
Paul Blakey
2020-03-19
1
-0
/
+3
|
|
*
|
|
netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}
Haishuang Yan
2020-03-19
1
-0
/
+2
|
|
*
|
|
netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}
Haishuang Yan
2020-03-19
1
-4
/
+8
|
*
|
|
|
tcp: ensure skb->dev is NULL before leaving TCP stack
Eric Dumazet
2020-03-20
1
-0
/
+4
|
*
|
|
|
cxgb4: fix Txq restart check during backpressure
Rahul Lakkireddy
2020-03-20
1
-2
/
+8
|
*
|
|
|
cxgb4: fix throughput drop during Tx backpressure
Rahul Lakkireddy
2020-03-20
1
-40
/
+2
|
*
|
|
|
net: dsa: mt7530: Change the LINK bit to reflect the link status
René van Dorst
2020-03-20
1
-2
/
+2
|
*
|
|
|
Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
2020-03-20
11
-133
/
+115
|
|
\
\
\
\
|
|
*
|
|
|
afs: Fix client call Rx-phase signal handling
David Howells
2020-03-14
5
-67
/
+6
|
|
*
|
|
|
afs: Fix handling of an abort from a service handler
David Howells
2020-03-14
3
-33
/
+26
|
|
*
|
|
|
afs: Fix some tracing details
David Howells
2020-03-14
2
-3
/
+3
|
|
*
|
|
|
rxrpc: Fix sendmsg(MSG_WAITALL) handling
David Howells
2020-03-14
1
-2
/
+2
|
|
*
|
|
|
rxrpc: Fix call interruptibility handling
David Howells
2020-03-14
7
-19
/
+60
|
|
*
|
|
|
rxrpc: Abstract out the calculation of whether there's Tx space
David Howells
2020-03-14
1
-9
/
+18
|
*
|
|
|
|
mlxsw: pci: Only issue reset when system is ready
Ido Schimmel
2020-03-20
1
-11
/
+39
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'wireguard-fixes'
David S. Miller
2020-03-19
11
-57
/
+61
|
|
\
\
\
\
|
|
*
|
|
|
wireguard: noise: error out precomputed DH during handshake rather than config
Jason A. Donenfeld
2020-03-19
5
-48
/
+49
|
|
*
|
|
|
wireguard: receive: remove dead code from default packet type case
Jason A. Donenfeld
2020-03-19
1
-2
/
+1
|
|
*
|
|
|
wireguard: queueing: account for skb->protocol==0
Jason A. Donenfeld
2020-03-19
3
-4
/
+10
|
|
*
|
|
|
wireguard: selftests: test using new 64-bit time_t
Jason A. Donenfeld
2020-03-19
2
-2
/
+1
|
|
*
|
|
|
wireguard: selftests: remove duplicated include <sys/types.h>
YueHaibing
2020-03-19
1
-1
/
+0
|
|
/
/
/
/
|
*
|
|
|
vxlan: check return value of gro_cells_init()
Taehee Yoo
2020-03-19
1
-2
/
+9
|
*
|
|
|
net/sched: act_ct: Fix leak of ct zone template on replace
Paul Blakey
2020-03-19
1
-1
/
+1
|
*
|
|
|
net: core: dev.c: fix a documentation warning
Mauro Carvalho Chehab
2020-03-18
1
-1
/
+1
|
*
|
|
|
net: phy: sfp-bus.c: get rid of docs warnings
Mauro Carvalho Chehab
2020-03-18
1
-14
/
+18
|
*
|
|
|
Merge branch 'ENA-driver-bug-fixes'
David S. Miller
2020-03-18
1
-8
/
+19
|
|
\
\
\
\
|
|
*
|
|
|
net: ena: fix continuous keep-alive resets
Arthur Kiyanovski
2020-03-18
1
-0
/
+1
|
|
*
|
|
|
net: ena: avoid memory access violation by validating req_id properly
Arthur Kiyanovski
2020-03-18
1
-4
/
+11
|
|
*
|
|
|
net: ena: fix request of incorrect number of IRQ vectors
Arthur Kiyanovski
2020-03-18
1
-3
/
+6
|
|
*
|
|
|
net: ena: fix incorrect setting of the number of msix vectors
Arthur Kiyanovski
2020-03-18
1
-1
/
+1
|
|
/
/
/
/
|
*
|
|
|
net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return value
Rayagonda Kokatanur
2020-03-18
1
-1
/
+6
|
*
|
|
|
Merge branch 'net-bcmgenet-revisit-MAC-reset'
David S. Miller
2020-03-18
3
-40
/
+16
|
|
\
\
\
\
|
|
*
|
|
|
net: bcmgenet: keep MAC in reset until PHY is up
Doug Berger
2020-03-18
3
-7
/
+15
|
|
*
|
|
|
Revert "net: bcmgenet: use RGMII loopback for MAC reset"
Doug Berger
2020-03-18
2
-34
/
+2
|
|
/
/
/
/
|
*
|
|
|
Merge branch 'net-mvmdio-avoid-error-message-for-optional-IRQ'
David S. Miller
2020-03-18
1
-2
/
+2
|
|
\
\
\
\
[prev]
[next]