summaryrefslogtreecommitdiffstats
path: root/drivers/net/slip.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-081-1/+1
|\
| * slip: fix NOHZ local_softirq_pending 08 warningMatvejchikov Ilya2011-08-081-1/+1
* | slip: cleanup statistics generationMatvejchikov Ilya2011-08-041-15/+14Star
|/
* slip: remove unused 'line' field from the 'slip' structureMatvejchikov Ilya2011-07-201-3/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-1/+1
|\
| * slip: fix wrong SLIP6 ifdef-endif placingMatvejchikov Ilya2011-07-121-1/+1
* | slip: remove dead code within the slip initializationMatvejchikov Ilya2011-07-131-18/+6Star
* | slip: remove redundant check slip_devs for NULLMatvejchikov Ilya2011-07-131-3/+0Star
* | slip: fix MTU comparation operation when reallocating buffersMatvejchikov Ilya2011-07-131-1/+1
* | slip: remove redundant NULL-pointer check before calling slhc_freeMatvejchikov Ilya2011-07-131-2/+1Star
|/
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-031-7/+4Star
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-4/+7
|\
| * tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-231-4/+7
* | NET: slip, fix ldisc->open retvalMatvejchikov Ilya2011-05-091-1/+3
|/
* drivers/net: return operator cleanupEric Dumazet2010-09-271-1/+1
* slip: Use net_device_stats from struct net_deviceTobias Klauser2010-08-281-30/+31
* slip: fix get_stats() methodEric Dumazet2010-08-191-25/+25
* drivers/net: remove useless semicolonsJoe Perches2010-05-181-1/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann2009-11-071-0/+25
|/
* slip: Clean up create and destroyAlan Cox2009-09-191-73/+23Star
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-3/+3
* slip: convert to net_device_opsStephen Hemminger2009-01-081-11/+17
* tty: Flags should be accessed via the foo_bit interfacesAlan Cox2008-12-061-6/+5Star
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* tty: Ldisc revampAlan Cox2008-07-211-1/+1
* tty: The big operations reworkAlan Cox2008-04-301-5/+8
* slip: Drag kicking and screaming into coding style complianceAlan Cox2008-01-291-189/+178Star
* [TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox2007-11-071-7/+1Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-2/+0Star
* [SLIP]: trivial sparse warning fixStephen Hemminger2007-08-271-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc()...Joe Jin2007-02-081-4/+1Star
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-3/+3
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-16/+16
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-10/+1Star
* [NET]: drivers/net/slip.c needs linux/delay.hDavid S. Miller2005-06-291-0/+1
* [PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan2005-06-271-4/+2Star
* [SLIP]: Simplify sl_free_bufs()Jesper Juhl2005-06-241-10/+4Star
* [PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan2005-06-231-1/+1
* [SLIP]: Remove redundant NULL pointer checks prior to kfreeJesper Juhl2005-04-251-18/+12Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1522