summaryrefslogtreecommitdiffstats
path: root/drivers/hsi/clients/ssi_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* HSI: ssi_protocol: Fix return type of ssip_pn_xmit()Nathan Chancellor2022-11-141-3/+3
* HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()Jianglei Nie2022-09-201-0/+1
* HSI: clients: remove duplicate assignmentWang Qing2022-08-291-1/+0
* net: remove single-byte netdev->dev_addr writesJakub Kicinski2021-10-131-1/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* Merge tag 'hsi-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2019-09-221-3/+4
|\
| * HSI: ssi_protocol: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-3/+4
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
* HSI: ssi_protocol: fix spelling mistake: "trigerred" -> "triggered"Colin Ian King2018-03-191-2/+2
* HSI: ssi_protocol: Delete an error message for a failed memory allocation in ...Markus Elfring2018-03-191-3/+1
* HSI: ssi_protocol: Fix a typo in two comment linesMarkus Elfring2018-03-191-2/+2
* timer: Fix two mistakes in callback conversionsKees Cook2017-10-051-1/+1
* timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-14/+18
* hsi: Fix build regression due to netdev destructor fix.David S. Miller2017-06-081-1/+1
* HSI: ssi_protocol: double free in ssip_pn_xmit()Dan Carpenter2017-04-211-2/+3
* net: use core MTU range checking in misc driversJarod Wilson2016-10-201-10/+4
* HSI: ssi_protocol: fix ssip_xmit invocationSebastian Reichel2016-06-281-1/+12
* HSI: ssi_protocol: replace spin_lock with spin_lock_bhSebastian Reichel2016-06-281-32/+32
* HSI: ssi_protocol: avoid ssi_waketest call with held spinlockSebastian Reichel2016-06-281-16/+25
* HSI: ssi-protocol: Use handshake logic from n950Sebastian Reichel2016-01-281-11/+5
* HSI: Fix a typoJakub Wilk2015-09-181-1/+1
* Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2014-08-061-1/+1
|\
| * HSI: ssi_protocol: Fix sparse non static symbol warningWei Yongjun2014-07-201-1/+1
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
|/
* HSI: Introduce driver for SSI ProtocolSebastian Reichel2014-05-161-0/+1191