summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l/isdn_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* isdn: remove isdn4linuxArnd Bergmann2019-05-311-3046/+0Star
* net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly staticYueHaibing2019-03-201-4/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-5/+4Star
* isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu2017-09-211-12/+25
* Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-6/+0Star
|\
| * isdn: get rid of pointless access_ok()Al Viro2017-06-041-6/+0Star
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-1/+1
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-1/+1
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1Star
* | isdn: Fix a sleep-in-atomic bugJia-Ju Bai2017-05-311-1/+1
|/
* isdn: use setup_timerGeliang Tang2017-03-241-3/+2Star
* ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2015-11-021-6/+4Star
* isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings2015-11-021-0/+6
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-031-14/+12Star
* net: ppp: fix creating PPP pass and active filtersChristoph Schulz2014-07-171-4/+16
* net: ppp: don't call sk_chk_filter twiceChristoph Schulz2014-07-151-7/+1Star
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-2/+2
* net: isdn: use sk_unattached_filter apiDaniel Borkmann2014-03-311-20/+41
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* isdn: fix a wrapping bug in isdn_ppp_ioctl()Dan Carpenter2012-10-111-1/+1
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-721/+721
* isdn: Fix typo in isdn_ppp.cMasanari Iida2012-02-131-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* filter: optimize sk_run_filterEric Dumazet2010-11-191-8/+6Star
* drivers/isdn/i4l: Remove unnecessary casts of netdev_privJoe Perches2010-11-171-6/+6
* drivers/isdn: Remove unnecessary casts of private_dataJoe Perches2010-07-131-1/+1
* drivers/isdn: Use memdup_userJulia Lawall2010-05-311-8/+3Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-3/+3
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-3/+3
* | Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...David S. Miller2009-11-161-189/+163Star
|/
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-3/+3
* isdn: Fix missing ifdef in isdn_pppDaniele Venzano2009-01-261-0/+2
* isdn: Kill directly reference of netdev->privWang Chen2008-12-041-10/+10
* isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixesHarvey Harrison2008-11-201-6/+6
* isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller2008-09-221-163/+189
* isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-16/+16
* [ISDN]: Remove local copy of device name to make sure renames work.Karsten Keil2007-10-151-3/+6
* [ISDN]: Change I4L to use alloc_netdev().Karsten Keil2007-10-111-3/+3
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-2/+5
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* Various typo fixes.Robert P. J. Day2007-02-171-1/+1
* [PATCH] Call init_timer() for ISDN PPP CCP reset state timerMarcel Holtmann2006-12-221-0/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan2006-12-081-10/+4Star
* [PATCH] ISDN: Avoid a potential NULL ptr deref in ipppJesper Juhl2006-12-081-0/+5
* [PATCH] struct path: convert isdnJosef Sipek2006-12-081-1/+1