index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
befs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-06
net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of ...
Taehee Yoo
1
-4
/
+4
2021-07-06
bonding: fix null dereference in bond_ipsec_add_sa()
Taehee Yoo
1
-0
/
+5
2021-07-06
bonding: fix suspicious RCU usage in bond_ipsec_add_sa()
Taehee Yoo
1
-1
/
+6
2021-07-06
tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
Nguyen Dinh Phi
1
-1
/
+1
2021-07-06
skbuff: Release nfct refcount on napi stolen or re-used skbs
Paul Blakey
2
-0
/
+14
2021-07-05
net: stmmac: ptp: update tas basetime after ptp adjust
Xiaoliang Yang
3
-2
/
+46
2021-07-05
net: stmmac: add mutex lock to protect est parameters
Xiaoliang Yang
2
-1
/
+12
2021-07-05
net: stmmac: separate the tas basetime calculation function
Xiaoliang Yang
2
-13
/
+28
2021-07-05
ptp: fix format string mismatch in ptp_sysfs.c
Yangbo Lu
1
-2
/
+2
2021-07-05
ptp: fix NULL pointer dereference in ptp_clock_register
Yangbo Lu
1
-1
/
+1
2021-07-03
net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragment
Lorenzo Bianconi
1
-10
/
+10
2021-07-03
udp: properly flush normal packet at GRO time
Paolo Abeni
1
-2
/
+4
2021-07-02
vmxnet3: fix cksum offload issues for tunnels with non-default udp ports
Ronak Doshi
1
-2
/
+20
2021-07-02
nfp: flower-ct: remove callback delete deadlock
Louis Peens
1
-13
/
+0
2021-07-02
net/sched: act_ct: remove and free nf_table callbacks
Louis Peens
1
-0
/
+11
2021-07-02
net: bridge: sync fdb to new unicast-filtering ports
Wolfgang Bumiller
1
-1
/
+16
2021-07-02
sock: fix error in sock_setsockopt()
Eric Dumazet
1
-1
/
+1
2021-07-02
tcp: annotate data races around tp->mtu_info
Eric Dumazet
2
-4
/
+4
2021-07-02
net/sched: act_ct: fix err check for nf_conntrack_confirm
wenxu
1
-1
/
+2
2021-07-02
gve: DQO: Remove incorrect prefetch
Bailey Forrest
1
-7
/
+0
2021-07-02
net: ipv6: fix return value of ip6_skb_dst_mtu
Vadim Fedorenko
2
-2
/
+2
2021-07-02
gve: Simplify code and axe the use of a deprecated API
Christophe JAILLET
1
-8
/
+1
2021-07-02
net/sched: sch_taprio: fix typo in comment
Jesper Dangaard Brouer
1
-1
/
+1
2021-07-02
s390: iucv: Avoid field over-reading memcpy()
Kees Cook
1
-10
/
+12
2021-07-02
gve: Propagate error codes to caller
Christophe JAILLET
1
-2
/
+3
2021-07-02
gve: Fix an error handling path in 'gve_probe()'
Christophe JAILLET
1
-1
/
+4
2021-07-01
net: stmmac: Terminate FPE workqueue in suspend
Mohammad Athari Bin Ismail
1
-0
/
+1
2021-07-01
dt-bindings: net: sms911x: Convert to json-schema
Geert Uytterhoeven
3
-44
/
+111
2021-07-01
ARM: dts: qcom-apq8060: Correct Ethernet node name and drop bogus irq property
Geert Uytterhoeven
1
-3
/
+1
2021-07-01
udp: annotate data races around unix_sk(sk)->gso_size
Eric Dumazet
2
-4
/
+4
2021-07-01
tcp: consistently disable header prediction for mptcp
Paolo Abeni
1
-0
/
+4
2021-07-01
net: remove the caif_hsi driver
Christoph Hellwig
4
-1666
/
+0
2021-07-01
Documentation: add more details in tipc.rst
Xin Long
1
-3
/
+118
2021-07-01
ibmvnic: retry reset if there are no other resets
Sukadev Bhattiprolu
1
-3
/
+19
2021-07-01
MAINTAINERS: add entry for PTP virtual clock driver
Yangbo Lu
1
-0
/
+7
2021-07-01
selftests/net: timestamping: support binding PHC
Yangbo Lu
1
-20
/
+35
2021-07-01
net: socket: support hardware timestamp conversion to PHC bound
Yangbo Lu
1
-6
/
+13
2021-07-01
net: sock: extend SO_TIMESTAMPING for PHC binding
Yangbo Lu
5
-13
/
+101
2021-07-01
mptcp: setsockopt: convert to mptcp_setsockopt_sol_socket_timestamping()
Yangbo Lu
1
-17
/
+40
2021-07-01
ptp: add kernel API ptp_convert_timestamp()
Yangbo Lu
2
-0
/
+47
2021-07-01
ethtool: add a new command for getting PHC virtual clocks
Yangbo Lu
8
-1
/
+167
2021-07-01
ptp: add kernel API ptp_get_vclocks_index()
Yangbo Lu
4
-1
/
+53
2021-07-01
ptp: track available ptp vclocks information
Yangbo Lu
3
-4
/
+40
2021-07-01
ptp: support ptp physical/virtual clocks conversion
Yangbo Lu
4
-0
/
+205
2021-07-01
ptp: add ptp virtual clock driver framework
Yangbo Lu
4
-2
/
+169
2021-07-01
net: wwan: iosm: set default mtu
M Chetan Kumar
1
-0
/
+1
2021-07-01
net: wwan: iosm: fix netdev tx stats
M Chetan Kumar
1
-1
/
+5
2021-07-01
net: wwan: iosm: correct link-id handling
M Chetan Kumar
4
-9
/
+9
2021-07-01
net: wwan: iosm: remove reduandant check
M Chetan Kumar
1
-16
/
+3
2021-07-01
net: wwan: iosm: fix uevent reporting
M Chetan Kumar
1
-1
/
+1
[next]