summaryrefslogtreecommitdiffstats
path: root/fs/befs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-06net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of ...Taehee Yoo1-4/+4
2021-07-06bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo1-0/+5
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo1-1/+6
2021-07-06tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi1-1/+1
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2-0/+14
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang3-2/+46
2021-07-05net: stmmac: add mutex lock to protect est parametersXiaoliang Yang2-1/+12
2021-07-05net: stmmac: separate the tas basetime calculation functionXiaoliang Yang2-13/+28
2021-07-05ptp: fix format string mismatch in ptp_sysfs.cYangbo Lu1-2/+2
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu1-1/+1
2021-07-03net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragmentLorenzo Bianconi1-10/+10
2021-07-03udp: properly flush normal packet at GRO timePaolo Abeni1-2/+4
2021-07-02vmxnet3: fix cksum offload issues for tunnels with non-default udp portsRonak Doshi1-2/+20
2021-07-02nfp: flower-ct: remove callback delete deadlockLouis Peens1-13/+0
2021-07-02net/sched: act_ct: remove and free nf_table callbacksLouis Peens1-0/+11
2021-07-02net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller1-1/+16
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet1-1/+1
2021-07-02tcp: annotate data races around tp->mtu_infoEric Dumazet2-4/+4
2021-07-02net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu1-1/+2
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest1-7/+0
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2-2/+2
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET1-8/+1
2021-07-02net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer1-1/+1
2021-07-02s390: iucv: Avoid field over-reading memcpy()Kees Cook1-10/+12
2021-07-02gve: Propagate error codes to callerChristophe JAILLET1-2/+3
2021-07-02gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET1-1/+4
2021-07-01net: stmmac: Terminate FPE workqueue in suspendMohammad Athari Bin Ismail1-0/+1
2021-07-01dt-bindings: net: sms911x: Convert to json-schemaGeert Uytterhoeven3-44/+111
2021-07-01ARM: dts: qcom-apq8060: Correct Ethernet node name and drop bogus irq propertyGeert Uytterhoeven1-3/+1
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2-4/+4
2021-07-01tcp: consistently disable header prediction for mptcpPaolo Abeni1-0/+4
2021-07-01net: remove the caif_hsi driverChristoph Hellwig4-1666/+0
2021-07-01Documentation: add more details in tipc.rstXin Long1-3/+118
2021-07-01ibmvnic: retry reset if there are no other resetsSukadev Bhattiprolu1-3/+19
2021-07-01MAINTAINERS: add entry for PTP virtual clock driverYangbo Lu1-0/+7
2021-07-01selftests/net: timestamping: support binding PHCYangbo Lu1-20/+35
2021-07-01net: socket: support hardware timestamp conversion to PHC boundYangbo Lu1-6/+13
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu5-13/+101
2021-07-01mptcp: setsockopt: convert to mptcp_setsockopt_sol_socket_timestamping()Yangbo Lu1-17/+40
2021-07-01ptp: add kernel API ptp_convert_timestamp()Yangbo Lu2-0/+47
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu8-1/+167
2021-07-01ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu4-1/+53
2021-07-01ptp: track available ptp vclocks informationYangbo Lu3-4/+40
2021-07-01ptp: support ptp physical/virtual clocks conversionYangbo Lu4-0/+205
2021-07-01ptp: add ptp virtual clock driver frameworkYangbo Lu4-2/+169
2021-07-01net: wwan: iosm: set default mtuM Chetan Kumar1-0/+1
2021-07-01net: wwan: iosm: fix netdev tx statsM Chetan Kumar1-1/+5
2021-07-01net: wwan: iosm: correct link-id handlingM Chetan Kumar4-9/+9
2021-07-01net: wwan: iosm: remove reduandant checkM Chetan Kumar1-16/+3
2021-07-01net: wwan: iosm: fix uevent reportingM Chetan Kumar1-1/+1