summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)Author
2021-05-22net: lapbether: Prevent racing when checking whether the netif is runningXie He
2021-04-07net: wan/lmc: unregister device when no matching device is foundTong Zhang
2021-03-17net: lapbether: Remove netif_start_queue / netif_stop_queueXie He
2021-01-12net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He
2020-11-18cosa: Add missing kfree in error path of cosa_writeWang Hai
2020-11-10drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He
2020-10-29net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He
2020-10-29net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He
2020-10-14drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He
2020-10-14drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He
2020-10-01hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter
2020-09-23drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He
2020-09-23drivers/net/wan/lapbether: Set network_header before transmittingXie He
2020-09-23drivers/net/wan/lapbether: Added needed_tailroomXie He
2020-08-21drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He
2020-07-31drivers/net/wan/x25_asy: Fix to make it workXie He
2020-07-31drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He
2020-02-28wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann
2020-02-05net: wan: sdla: Fix cast from pointer to integer of different sizeKrzysztof Kozlowski
2018-09-05drivers: net: lmc: fix case value for target abort errorColin Ian King
2018-03-24wan: pc300too: abort path on failurePan Bian
2018-03-11hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du
2016-04-20farsync: fix off-by-one bug in fst_add_oneArnd Bergmann
2015-12-01wan/x25: Fix use-after-free in x25_asy_open_tty()Peter Hurley
2015-11-18hdlc: fix null-deref on allocation failurestephen hemminger
2015-09-05net: wan: sbni: fix device usage countSudip Mukherjee
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter
2015-08-12cosa: missing error code on failure in probe()Dan Carpenter
2015-07-10Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.htmlMasanari Iida
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman
2015-06-07wan: dscc4: use msecs_to_jiffies for conversionsNicholas Mc Guire
2015-06-07cosa: use msecs_to_jiffies for conversionsNicholas Mc Guire
2015-06-07wan: dscc4: fix build warning Wunused-but-set-variableNicholas Mc Guire
2015-04-07cosa: fix error return codeJulia Lawall
2015-04-07wan: lmc: fix error return codeJulia Lawall
2015-02-22wan: cosa: replace current->state by set_current_state()Fabian Frederick
2015-01-29net: wan: add missing virt_to_bus dependenciesArnd Bergmann
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-11wan: wanxl: Remove typedefs from struct namesHimangi Saraogi
2014-08-11hdlc: Remove typedefs from struct namesHimangi Saraogi
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-20dlci: remove unnecessary break after returnFabian Frederick
2014-07-17wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen