| Commit message (Expand) | Author | Age | Files | Lines |
* | net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly static | YueHaibing | 2019-03-20 | 1 | -4/+5 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -4/+4 |
* | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -2/+2 |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 1 | -5/+4 |
* | isdn/i4l: fetch the ppp_write buffer in one shot | Meng Xu | 2017-09-21 | 1 | -12/+25 |
* | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-05 | 1 | -6/+0 |
|\ |
|
| * | isdn: get rid of pointless access_ok() | Al Viro | 2017-06-04 | 1 | -6/+0 |
* | | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 2017-06-20 | 1 | -1/+1 |
* | | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | | networking: make skb_pull & friends return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 1 | -2/+1 |
* | | isdn: Fix a sleep-in-atomic bug | Jia-Ju Bai | 2017-05-31 | 1 | -1/+1 |
|/ |
|
* | isdn: use setup_timer | Geliang Tang | 2017-03-24 | 1 | -3/+2 |
* | ppp, slip: Validate VJ compression slot parameters completely | Ben Hutchings | 2015-11-02 | 1 | -6/+4 |
* | isdn_ppp: Add checks for allocation failure in isdn_ppp_open() | Ben Hutchings | 2015-11-02 | 1 | -0/+6 |
* | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov | 2014-08-03 | 1 | -14/+12 |
* | net: ppp: fix creating PPP pass and active filters | Christoph Schulz | 2014-07-17 | 1 | -4/+16 |
* | net: ppp: don't call sk_chk_filter twice | Christoph Schulz | 2014-07-15 | 1 | -7/+1 |
* | net: filter: let unattached filters use sock_fprog_kern | Daniel Borkmann | 2014-05-23 | 1 | -2/+2 |
* | net: isdn: use sk_unattached_filter api | Daniel Borkmann | 2014-03-31 | 1 | -20/+41 |
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -1/+1 |
* | isdn: fix a wrapping bug in isdn_ppp_ioctl() | Dan Carpenter | 2012-10-11 | 1 | -1/+1 |
* | isdn: whitespace coding style cleanup | Joe Perches | 2012-02-21 | 1 | -721/+721 |
* | isdn: Fix typo in isdn_ppp.c | Masanari Iida | 2012-02-13 | 1 | -2/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | filter: optimize sk_run_filter | Eric Dumazet | 2010-11-19 | 1 | -8/+6 |
* | drivers/isdn/i4l: Remove unnecessary casts of netdev_priv | Joe Perches | 2010-11-17 | 1 | -6/+6 |
* | drivers/isdn: Remove unnecessary casts of private_data | Joe Perches | 2010-07-13 | 1 | -1/+1 |
* | drivers/isdn: Use memdup_user | Julia Lawall | 2010-05-31 | 1 | -8/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -3/+3 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -3/+3 |
* | | Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme... | David S. Miller | 2009-11-16 | 1 | -189/+163 |
|/ |
|
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functions | Patrick McHardy | 2009-07-06 | 1 | -3/+3 |
* | isdn: Fix missing ifdef in isdn_ppp | Daniele Venzano | 2009-01-26 | 1 | -0/+2 |
* | isdn: Kill directly reference of netdev->priv | Wang Chen | 2008-12-04 | 1 | -10/+10 |
* | isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixes | Harvey Harrison | 2008-11-20 | 1 | -6/+6 |
* | isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. | David S. Miller | 2008-09-22 | 1 | -163/+189 |
* | isdn: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-28 | 1 | -16/+16 |
* | [ISDN]: Remove local copy of device name to make sure renames work. | Karsten Keil | 2007-10-15 | 1 | -3/+6 |
* | [ISDN]: Change I4L to use alloc_netdev(). | Karsten Keil | 2007-10-11 | 1 | -3/+3 |
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -2/+5 |
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+1 |
* | Various typo fixes. | Robert P. J. Day | 2007-02-17 | 1 | -1/+1 |
* | [PATCH] Call init_timer() for ISDN PPP CCP reset state timer | Marcel Holtmann | 2006-12-22 | 1 | -0/+1 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [PATCH] isdn: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-08 | 1 | -10/+4 |
* | [PATCH] ISDN: Avoid a potential NULL ptr deref in ippp | Jesper Juhl | 2006-12-08 | 1 | -0/+5 |
* | [PATCH] struct path: convert isdn | Josef Sipek | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] isdn: cleanup i_rdev udage | Eric Sesterhenn | 2006-07-10 | 1 | -1/+1 |