aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc_fr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22net: hldc_fr: use dev_addr_set()Jakub Kicinski1-1/+3
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-23/+20
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann1-0/+3
2021-07-12net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap1-4/+4
2021-05-28net: hdlc_fr: remove unnecessary out of memory messagePeng Li1-3/+2
2021-05-28net: hdlc_fr: remove redundant braces {}Peng Li1-3/+3
2021-05-28net: hdlc_fr: add braces {} to all arms of the statementPeng Li1-4/+6
2021-05-28net: hdlc_fr: remove space after '!'Peng Li1-2/+2
2021-05-28net: hdlc_fr: code indent use tabs where possiblePeng Li1-4/+4
2021-05-28net: hdlc_fr: move out assignment in if conditionPeng Li1-4/+8
2021-05-28net: hdlc_fr: add some required spacesPeng Li1-3/+4
2021-05-28net: hdlc_fr: fix an code style issue about "foo* bar"Peng Li1-2/+2
2021-05-28net: hdlc_fr: add blank line after declarationsPeng Li1-0/+3
2021-05-28net: hdlc_fr: remove redundant blank linesPeng Li1-42/+0
2021-05-03Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He1-3/+2
2021-03-28drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmitLv Yunlong1-2/+3
2020-11-03net: hdlc_fr: Add support for any EthertypeXie He1-26/+49
2020-11-03net: hdlc_fr: Improve the initial checks when we receive an skbXie He1-1/+1
2020-11-03net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devicesXie He1-0/+3
2020-11-03net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleanerXie He1-17/+20
2020-11-03net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop framesXie He1-9/+6
2020-10-10drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_headerXie He1-13/+17
2020-10-04drivers/net/wan/hdlc_fr: Improvements to the code of pvc_xmitXie He1-28/+26
2020-10-01drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-09-17drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He1-0/+3
2020-09-04drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devicesXie He1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2017-10-18hdlc: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-09-21net: wan : hdlc: use setup_timer() helperAllen Pais1-3/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-1/+2
2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn1-0/+1
2015-11-18hdlc: fix null-deref on allocation failurestephen hemminger1-5/+5
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-08-11hdlc: Remove typedefs from struct namesHimangi Saraogi1-31/+32
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+3
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-2/+3
2011-06-27generic_hdlc: Update to current logging formsJoe Perches1-53/+43
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-8/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04hdlc: spelling fix in find_pvc() commentRudy Matela1-1/+1
2009-11-29wan: Coding style correction in HDLC/Frame Relay support routinesRudy Matela1-3/+3
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-8/+8
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof HaƂasa1-19/+9