index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
/
hdlc.c
Age
Commit message (
Expand
)
Author
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-06-01
net: hdlc: add braces {} to all arms of the statement
Peng Li
2021-06-01
net: hdlc: move out assignment in if condition
Peng Li
2021-06-01
net: hdlc: replace comparison to NULL with "!param"
Peng Li
2021-06-01
net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)
Peng Li
2021-06-01
net: hdlc: fix an code style issue about "foo* bar"
Peng Li
2021-06-01
net: hdlc: add blank line after declarations
Peng Li
2021-06-01
net: hdlc: remove redundant blank lines
Peng Li
2020-10-21
net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC device
Xie He
2020-09-02
drivers/net/wan/hdlc: Change the default of hard_header_len to 0
Xie He
2020-08-14
drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len check
Xie He
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2016-10-20
net: use core MTU range checking in WAN drivers
Jarod Wilson
2015-12-05
WAN: HDLC: Call notifiers before and after changing device type
Andrew Lunn
2015-12-05
WAN: HDLC: Detach protocol before unregistering device
Andrew Lunn
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
2013-02-04
wan: Remove unnecessary alloc/OOM messages
Joe Perches
2011-06-27
generic_hdlc: Update to current logging forms
Joe Perches
2010-09-21
Fix typo interrest[ing|ed] => interest[ing|ed]
Thomas Weber
2009-11-25
net: use net_eq to compare nets
Octavian Purdila
2009-09-01
wan: convert drivers to netdev_tx_t
Stephen Hemminger
2009-03-10
net: convert usage of packet_type to read_mostly
Stephen Hemminger
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
2009-01-21
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
2009-01-21
WAN: Allow hw HDLC drivers to override dev->get_stats.
Krzysztof Hałasa
2009-01-21
WAN: Generic HDLC now uses IFF_WAN_HDLC private flag.
Krzysztof Hałasa
2008-07-23
WAN: cosmetic changes to generic HDLC
Krzysztof Hałasa
2008-07-04
WAN: convert drivers to use built-in netdev_stats
Krzysztof Halasa
2008-05-22
WAN: protect HDLC proto list while insmod/rmmod
Krzysztof Halasa
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-02-05
Generic HDLC - remove now unneeded hdlc_device_desc
Krzysztof Halasa
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
2007-10-10
[NET]: Make device event notification network namespace safe
Eric W. Biederman
2007-10-10
[NET]: Make packet reception network namespace safe
Eric W. Biederman
2007-03-02
[HDLC] Fix dev->header_cache_update having a random value.
Krzysztof Halasa
2007-02-05
make hdlc_setup() static again
Adrian Bunk
2006-09-26
[PATCH] Modularize generic HDLC
Krzysztof Halasa