aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/slip
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-8/+8
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-21drivers: net: slip: use setup_timer() helper.Gravatar Allen Pais 1-6/+2
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.Gravatar David S. Miller 1-4/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionGravatar stephen hemminger 1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-6/+5
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyGravatar Ben Hutchings 2-5/+9
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 1-1/+1
2014-07-13slip: remove unnecessary break after gotoGravatar Fabian Frederick 1-1/+0
2014-06-16slip: Fix deadlock in write_wakeupGravatar Tyler Hall 2-10/+27
2014-04-27slip: fix spinlock variantGravatar Oliver Hartkopp 1-3/+3
2013-09-20slip/slcan: added locking in wakeup functionGravatar Andre Naujoks 1-0/+3
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-0/+1
2012-06-06drivers: net: Remove casts to same typeGravatar Joe Perches 1-2/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 2-2/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesGravatar Joe Perches 1-3/+1
2011-08-27slip: Move the SLIP driversGravatar Jeff Kirsher 5-0/+2372