summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/wan/x25_asy: Remove an unused flag "SLF_OUTWAIT"Xie He2020-09-112-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-045-4/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-033-1/+5
| |\
| | * drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He2020-09-021-1/+1
| | * drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He2020-08-311-0/+1
| | * drivers/net/wan/lapbether: Set network_header before transmittingXie He2020-08-261-0/+2
| | * drivers/net/wan/lapbether: Added needed_tailroomXie He2020-08-241-0/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-3/+3
| |/
* | net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTIONYueHaibing2020-08-311-0/+1
* | net: wan: slic_ds26522: Remove unused macro DRV_NAMEYueHaibing2020-08-311-2/+0
* | wan: sbni: Avoid comma separated statementsJoe Perches2020-08-251-43/+58
|/
* net: wan: dlci: Remove set but not used variable 'err'Lee Jones2020-08-141-2/+1
* drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He2020-08-142-1/+17
* drivers/net/wan/x25_asy: Added needed_headroom and a skb->len checkXie He2020-08-111-0/+14
* drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He2020-08-061-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-058-54/+51
|\
| * farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-041-13/+12
| * wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-041-27/+27
| * farsync: use generic power managementVaibhav Gupta2020-07-281-6/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-253-11/+22
| |\
| * | drivers: net: wan: Fix trivial spellingKieran Bingham2020-07-151-1/+1
| * | wan: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
| * | net: wan: cosa: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-2/+2
| * | WAN: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-134-4/+4
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \
| * | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-2/+2
| | |/ | |/|
* | | drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2020-07-242-4/+8
* | | drivers/net/wan/x25_asy: Fix to make it workXie He2020-07-211-7/+14
|/ /
* / drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He2020-07-061-1/+8
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-8/+8
* docs: networking: convert framerelay.txt to ReSTMauro Carvalho Chehab2020-04-281-2/+2
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-312-2/+2
|\ \
| * | WAN: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-272-2/+2
| |/
* | net: wan: wanxl: refactor the firmware rebuild ruleMasahiro Yamada2020-03-291-10/+19
* | net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmwareMasahiro Yamada2020-03-291-3/+3
* | net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmwareMasahiro Yamada2020-03-292-7/+7
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-082-10/+15
|\
| * net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes2019-12-091-0/+5
| * net/wan/fsl_ucc_hdlc: fix reading of __be16 registersRasmus Villemoes2019-12-091-2/+2
| * net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()Rasmus Villemoes2019-12-092-6/+6
| * soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes2019-12-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-289-41/+126
|\ \
| * | hdlx_x25: Fix backwards compat test.David S. Miller2020-01-211-1/+1
| * | wan/hdlc_x25: fix skb handlingMartin Schiller2020-01-211-2/+11
| * | wan/hdlc_x25: make lapb params configurableMartin Schiller2020-01-211-3/+77
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-2/+2
| |\ \