aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/pppoatm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-21atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland1-1/+1
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse1-2/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2012-12-02pppoatm: optimise PPP channel wakeups after sock_owned_by_user()David Woodhouse1-2/+19
2012-12-02pppoatm: fix missing wakeup in pppoatm_send()David Woodhouse1-0/+12
2012-11-30pppoatm: do not inline pppoatm_may_send()Krzysztof Mazur1-1/+1
2012-11-30pppoatm: drop frames to not-ready vccKrzysztof Mazur1-0/+7
2012-11-28pppoatm: take ATM socket lock in pppoatm_send()Krzysztof Mazur1-2/+17
2012-11-28pppoatm: fix module_put() raceKrzysztof Mazur1-2/+7
2012-11-28pppoatm: allow assign only on a connected socketKrzysztof Mazur1-0/+2
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-1/+1
2012-04-13pppoatm: Fix excessive queue bloatDavid Woodhouse1-10/+85
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2011-11-22atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]1-0/+4
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-08-04ppp: make channel_ops conststephen hemminger1-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
2010-01-26net/atm/pppoatm.c: checkpatch cleanupsJoe Perches1-4/+7
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches1-8/+9
2007-10-10[ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger1-17/+6
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+369