aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn/i4l/isdn_ppp.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-5/+4
2017-09-20isdn/i4l: fetch the ppp_write buffer in one shotGravatar Meng Xu 1-12/+25
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+0
2017-06-20net: manual clean code which call skb_put_[data:zero]Gravatar yuan linyu 1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_pull & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-2/+1
2017-06-04isdn: get rid of pointless access_ok()Gravatar Al Viro 1-6/+0
2017-05-31isdn: Fix a sleep-in-atomic bugGravatar Jia-Ju Bai 1-1/+1
2017-03-24isdn: use setup_timerGravatar Geliang Tang 1-3/+2
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyGravatar Ben Hutchings 1-6/+4
2015-11-02isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Gravatar Ben Hutchings 1-0/+6
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsGravatar Alexei Starovoitov 1-14/+12
2014-07-16net: ppp: fix creating PPP pass and active filtersGravatar Christoph Schulz 1-4/+16
2014-07-14net: ppp: don't call sk_chk_filter twiceGravatar Christoph Schulz 1-7/+1
2014-05-23net: filter: let unattached filters use sock_fprog_kernGravatar Daniel Borkmann 1-2/+2
2014-03-31net: isdn: use sk_unattached_filter apiGravatar Daniel Borkmann 1-20/+41
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-10-10isdn: fix a wrapping bug in isdn_ppp_ioctl()Gravatar Dan Carpenter 1-1/+1
2012-02-21isdn: whitespace coding style cleanupGravatar Joe Perches 1-721/+721
2012-02-13isdn: Fix typo in isdn_ppp.cGravatar Masanari Iida 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-11-19filter: optimize sk_run_filterGravatar Eric Dumazet 1-8/+6
2010-11-17drivers/isdn/i4l: Remove unnecessary casts of netdev_privGravatar Joe Perches 1-6/+6
2010-07-12drivers/isdn: Remove unnecessary casts of private_dataGravatar Joe Perches 1-1/+1
2010-05-31drivers/isdn: Use memdup_userGravatar Julia Lawall 1-8/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-07Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-3/+3
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-3/+3
2009-11-15Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...Gravatar David S. Miller 1-189/+163
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsGravatar Patrick McHardy 1-3/+3
2009-01-26isdn: Fix missing ifdef in isdn_pppGravatar Daniele Venzano 1-0/+2
2008-12-03isdn: Kill directly reference of netdev->privGravatar Wang Chen 1-10/+10
2008-11-20isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixesGravatar Harvey Harrison 1-6/+6
2008-09-22isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.Gravatar David S. Miller 1-163/+189
2008-04-28isdn: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-16/+16
2007-10-15[ISDN]: Remove local copy of device name to make sure renames work.Gravatar Karsten Keil 1-3/+6
2007-10-10[ISDN]: Change I4L to use alloc_netdev().Gravatar Karsten Keil 1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-2/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-02-17Various typo fixes.Gravatar Robert P. J. Day 1-1/+1
2006-12-22[PATCH] Call init_timer() for ISDN PPP CCP reset state timerGravatar Marcel Holtmann 1-0/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-12-08[PATCH] isdn: replace kmalloc+memset with kzallocGravatar Burman Yan 1-10/+4
2006-12-08[PATCH] ISDN: Avoid a potential NULL ptr deref in ipppGravatar Jesper Juhl 1-0/+5
2006-12-08[PATCH] struct path: convert isdnGravatar Josef Sipek 1-1/+1
2006-07-10[PATCH] isdn: cleanup i_rdev udageGravatar Eric Sesterhenn 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-04-11[ISDN]: Static overruns in drivers/isdn/i4l/isdn_ppp.cGravatar Eric Sesterhenn 1-10/+10