summaryrefslogtreecommitdiffstats
path: root/net/atm/pppoatm.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1Star
* atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland2018-06-211-1/+1
* atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse2018-06-171-2/+1Star
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* pppoatm: optimise PPP channel wakeups after sock_owned_by_user()David Woodhouse2012-12-021-2/+19
* pppoatm: fix missing wakeup in pppoatm_send()David Woodhouse2012-12-021-0/+12
* pppoatm: do not inline pppoatm_may_send()Krzysztof Mazur2012-11-301-1/+1
* pppoatm: drop frames to not-ready vccKrzysztof Mazur2012-11-301-0/+7
* pppoatm: take ATM socket lock in pppoatm_send()Krzysztof Mazur2012-11-281-2/+17
* pppoatm: fix module_put() raceKrzysztof Mazur2012-11-281-2/+7
* pppoatm: allow assign only on a connected socketKrzysztof Mazur2012-11-281-0/+2
* net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-041-1/+1
* pppoatm: Fix excessive queue bloatDavid Woodhouse2012-04-131-10/+85
* ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-051-1/+1
* atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]2011-11-221-0/+4
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* ppp: make channel_ops conststephen hemminger2010-08-051-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net/atm/pppoatm.c: checkpatch cleanupsJoe Perches2010-01-271-4/+7
* net/atm: Convert printk to pr_<level>Joe Perches2010-01-271-8/+9
* [ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger2007-10-111-17/+6Star
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+369