summaryrefslogtreecommitdiffstats
path: root/drivers/net/slip.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* slip: Use net_device_stats from struct net_deviceTobias Klauser2010-08-271-30/+31
* slip: fix get_stats() methodEric Dumazet2010-08-191-25/+25
* drivers/net: remove useless semicolonsJoe Perches2010-05-171-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-181-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-061-0/+25
|/
* slip: Clean up create and destroyAlan Cox2009-09-191-73/+23
* 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-051-3/+3
* slip: convert to net_device_opsStephen Hemminger2009-01-071-11/+17
* tty: Flags should be accessed via the foo_bit interfacesAlan Cox2008-12-051-6/+5
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* tty: Ldisc revampAlan Cox2008-07-201-1/+1
* tty: The big operations reworkAlan Cox2008-04-301-5/+8
* slip: Drag kicking and screaming into coding style complianceAlan Cox2008-01-281-189/+178
* [TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox2007-11-071-7/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* [SLIP]: trivial sparse warning fixStephen Hemminger2007-08-261-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc()...Joe Jin2007-02-081-4/+1
* [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/+0
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-10/+1
* [NET]: drivers/net/slip.c needs linux/delay.hDavid S. Miller2005-06-281-0/+1
* [PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan2005-06-261-4/+2
* [SLIP]: Simplify sl_free_bufs()Jesper Juhl2005-06-231-10/+4
* [PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan2005-06-231-1/+1
* [SLIP]: Remove redundant NULL pointer checks prior to kfreeJesper Juhl2005-04-241-18/+12
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1522
OpenPOWER on IntegriCloud