aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/slip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-27slip: Move the SLIP driversJeff Kirsher1-1444/+0
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-08-07slip: fix NOHZ local_softirq_pending 08 warningMatvejchikov Ilya1-1/+1
2011-08-03slip: cleanup statistics generationMatvejchikov Ilya1-15/+14
2011-07-19slip: remove unused 'line' field from the 'slip' structureMatvejchikov Ilya1-3/+0
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-07-13slip: remove dead code within the slip initializationMatvejchikov Ilya1-18/+6
2011-07-13slip: remove redundant check slip_devs for NULLMatvejchikov Ilya1-3/+0
2011-07-13slip: fix MTU comparation operation when reallocating buffersMatvejchikov Ilya1-1/+1
2011-07-13slip: remove redundant NULL-pointer check before calling slhc_freeMatvejchikov Ilya1-2/+1
2011-07-11slip: fix wrong SLIP6 ifdef-endif placingMatvejchikov Ilya1-1/+1
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-7/+4
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-4/+7
2011-05-09NET: slip, fix ldisc->open retvalMatvejchikov Ilya1-1/+3
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-4/+7
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-08-27slip: Use net_device_stats from struct net_deviceTobias Klauser1-30/+31
2010-08-19slip: fix get_stats() methodEric Dumazet1-25/+25
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-06net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann1-0/+25
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-19slip: Clean up create and destroyAlan Cox1-73/+23
2009-09-01netdev: convert pseudo 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-01-07slip: convert to net_device_opsStephen Hemminger1-11/+17
2008-12-05tty: Flags should be accessed via the foo_bit interfacesAlan Cox1-6/+5
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-07-20tty: Ldisc revampAlan Cox1-1/+1
2008-04-30tty: The big operations reworkAlan Cox1-5/+8
2008-01-28slip: Drag kicking and screaming into coding style complianceAlan Cox1-189/+178
2007-11-07[TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox1-7/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-08-26[SLIP]: trivial sparse warning fixStephen Hemminger1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-02-08[NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc() callsJoe Jin1-4/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-3/+3
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-16/+16
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-10/+1
2005-06-28[NET]: drivers/net/slip.c needs linux/delay.hDavid S. Miller1-0/+1
2005-06-26[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan1-4/+2
2005-06-23[SLIP]: Simplify sl_free_bufs()Jesper Juhl1-10/+4
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan1-1/+1
2005-04-24[SLIP]: Remove redundant NULL pointer checks prior to kfreeJesper Juhl1-18/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1522