aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hsi/clients/ssi_protocol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()Jianglei Nie1-0/+1
2022-08-29HSI: clients: remove duplicate assignmentWang Qing1-1/+0
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski1-1/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2019-09-22Merge tag 'hsi-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsiLinus Torvalds1-3/+4
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-30HSI: ssi_protocol: Mark expected switch fall-throughsGustavo A. R. Silva1-3/+4
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2018-03-19HSI: ssi_protocol: fix spelling mistake: "trigerred" -> "triggered"Colin Ian King1-2/+2
2018-03-19HSI: ssi_protocol: Delete an error message for a failed memory allocation in ssi_protocol_probe()Markus Elfring1-3/+1
2018-03-19HSI: ssi_protocol: Fix a typo in two comment linesMarkus Elfring1-2/+2
2017-10-05timer: Fix two mistakes in callback conversionsKees Cook1-1/+1
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook1-14/+18
2017-06-08hsi: Fix build regression due to netdev destructor fix.David S. Miller1-1/+1
2017-04-21HSI: ssi_protocol: double free in ssip_pn_xmit()Dan Carpenter1-2/+3
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-10/+4
2016-06-28HSI: ssi_protocol: fix ssip_xmit invocationSebastian Reichel1-1/+12
2016-06-28HSI: ssi_protocol: replace spin_lock with spin_lock_bhSebastian Reichel1-32/+32
2016-06-28HSI: ssi_protocol: avoid ssi_waketest call with held spinlockSebastian Reichel1-16/+25
2016-01-28HSI: ssi-protocol: Use handshake logic from n950Sebastian Reichel1-11/+5
2015-09-18HSI: Fix a typoJakub Wilk1-1/+1
2014-08-06Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsiLinus Torvalds1-1/+1
2014-07-20HSI: ssi_protocol: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-05-16HSI: Introduce driver for SSI ProtocolSebastian Reichel1-0/+1191