| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-08-27 | ppp: Move the PPP drivers | Jeff Kirsher | 1 | -2954/+0 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-01-20 | ppp: Use SKB queue abstraction interfaces in fragment processing. | David S. Miller | 1 | -15/+16 |
| 2011-01-20 | ppp: Reconstruct fragmented packets using frag lists instead of copying. | David S. Miller | 1 | -16/+23 |
| 2011-01-20 | ppp: Clean up kernel log messages. | David S. Miller | 1 | -37/+49 |
| 2011-01-10 | net: ppp: use {get,put}_unaligned_be{16,32} | Changli Gao | 1 | -5/+4 |
| 2011-01-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+7 |
| 2010-12-28 | ppp: allow disabling multilink protocol ID compression | stephen hemminger | 1 | -2/+7 |
| 2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -21/+22 |
| 2010-11-28 | net, ppp: Report correct error code if unit allocation failed | Cyrill Gorcunov | 1 | -21/+22 |
| 2010-11-19 | filter: optimize sk_run_filter | Eric Dumazet | 1 | -8/+4 |
| 2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -21/+25 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -1/+2 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -1/+2 |
| 2010-10-05 | ppp: Use a real SKB control block in fragmentation engine. | David S. Miller | 1 | -21/+25 |
| 2010-09-13 | ppp: potential NULL dereference in ppp_mp_explode() | Dan Carpenter | 1 | -2/+7 |
| 2010-07-12 | net: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -10/+9 |
| 2010-06-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-06-04 | ppp_generic: fix multilink fragment sizes | Ben McKeegan | 1 | -1/+1 |
| 2010-06-02 | ppp: eliminate shadowed variable name | stephen hemminger | 1 | -3/+3 |
| 2010-05-31 | drivers/net: Use memdup_user | Julia Lawall | 1 | -8/+3 |
| 2010-05-31 | cleanup: remove MIN_FRAG_SIZE definition. | Rami Rosen | 1 | -1/+0 |
| 2010-05-25 | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 1 | -2/+2 |
| 2010-05-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -12/+22 |
| 2010-05-03 | ppp_generic: handle non-linear skbs when passing them to pppd | Simon Arlott | 1 | -1/+4 |
| 2010-05-03 | ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is valid | Simon Arlott | 1 | -11/+18 |
| 2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
| 2010-04-03 | ppp: Add ppp_dev_name() exported function | James Chapman | 1 | -0/+19 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-01-19 | ppp_generic.c severly whitespace damanged by 9c705260feea6ae329bc6b6d5f6d2ef0... | Lennart Sorensen | 1 | -61/+61 |
| 2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -33/+33 |
| 2009-12-01 | net: Simplify ppp_generic pernet operations. | Eric W. Biederman | 1 | -23/+7 |
| 2009-11-18 | netns: net_identifiers should be read_mostly | Eric Dumazet | 1 | -1/+1 |
| 2009-11-16 | ppp: fix BUG on non-linear SKB (multilink receive) | Ben McKeegan | 1 | -2/+9 |
| 2009-09-01 | netdev: convert pseudo drivers to netdev_tx_t | Stephen Hemminger | 1 | -1/+1 |
| 2009-08-19 | ppp_generic: Help GCC see that 'flen' is always initialized. | David S. Miller | 1 | -0/+1 |
| 2009-08-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -16/+18 |
| 2009-08-02 | ppp: fix lost fragments in ppp_mp_explode() (resubmit) | Ben McKeegan | 1 | -16/+18 |
| 2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -2/+2 |
| 2009-05-19 | ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup() | Eric Dumazet | 1 | -0/+1 |
| 2009-03-13 | ppp: ppp_mp_explode() redesign | Gabriele Paoloni | 1 | -91/+120 |
| 2009-02-26 | ppp: remove some pointless conditionals before kfree_skb() | Wei Yongjun | 1 | -4/+2 |
| 2009-02-26 | ppp_generic: Simplify tx_dropped stats | Paulius Zaleckas | 1 | -1/+1 |
| 2009-02-17 | drivers/net/ppp*.c: fix sparse warnings: fix signedness | Hannes Eder | 1 | -1/+1 |
| 2009-02-09 | ppp: section fixes re netns | Alexey Dobriyan | 1 | -1/+1 |
| 2009-01-21 | net: ppp_generic - introduce net-namespace functionality v2 | Cyrill Gorcunov | 1 | -77/+198 |
| 2009-01-12 | net: ppp_generic - fix regressions caused by IDR conversion | Cyrill Gorcunov | 1 | -6/+37 |
| 2008-12-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -15/+13 |
| 2008-12-18 | net: ppp_generic - use DEFINE_IDR for static initialization | Cyrill Gorcunov | 1 | -4/+2 |
| 2008-12-18 | ppp: fix segfaults introduced by netdev_priv changes | James Chapman | 1 | -15/+13 |
| 2008-12-17 | net: ppp_generic - use idr technique instead of cardmaps | Cyrill Gorcunov | 1 | -135/+48 |
| 2008-11-20 | netdev: add more functions to netdevice ops | Stephen Hemminger | 1 | -3/+2 |
| 2008-11-20 | netdevice ppp: Convert directly reference of netdev->priv | Wang Chen | 1 | -10/+5 |
| 2008-11-19 | ppp: convert to net_device_ops | Stephen Hemminger | 1 | -1/+5 |
| 2008-11-03 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 1 | -1/+0 |
| 2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -2/+2 |
| 2008-10-16 | device create: net: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -2/+2 |
| 2008-10-17 | remove CONFIG_KMOD from drivers | Johannes Berg | 1 | -7/+3 |
| 2008-10-09 | ppp: Use skb_queue_walk() in ppp_mp_insert(). | David S. Miller | 1 | -1/+2 |
| 2008-09-23 | ppp_generic: Use skb_peek() in ppp_receive_mp_frame(). | David S. Miller | 1 | -3/+5 |
| 2008-09-21 | net: Remove __skb_insert() calls outside of skbuff internals. | David S. Miller | 1 | -1/+1 |
| 2008-07-26 | [PATCH] f_count may wrap around | Al Viro | 1 | -3/+3 |
| 2008-07-21 | device create: net: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -1/+2 |
| 2008-07-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -0/+2 |
| 2008-06-20 | Add a bunch of cycle_kernel_lock() calls | Jonathan Corbet | 1 | -1/+2 |
| 2008-06-20 | Add "no BKL needed" comments to several drivers | Jonathan Corbet | 1 | -0/+1 |
| 2008-05-25 | ppp: push BKL down into the driver | Alan Cox | 1 | -7/+15 |
| 2008-05-13 | ppp: Do not free not yet unregistered net device. | Pavel Emelyanov | 1 | -0/+1 |
| 2008-04-23 | ppp_generic: use stats from net_device structure | Paulius Zaleckas | 1 | -29/+19 |
| 2008-01-28 | [PPP]: Sparse warning fixes. | Stephen Hemminger | 1 | -1/+1 |
| 2007-11-12 | [PPP]: Remove ptr comparisons to 0 | Joe Perches | 1 | -63/+63 |
| 2007-09-16 | [PPP] generic: Fix receive path data clobbering & non-linear handling | Herbert Xu | 1 | -19/+25 |
| 2007-09-16 | [PPP] generic: Call skb_cow_head before scribbling over skb | Herbert Xu | 1 | -11/+3 |
| 2007-08-21 | [PPP]: Fix output buffer size in ppp_decompress_frame(). | Konstantin Sharlaimov | 1 | -1/+1 |
| 2007-07-19 | unregister_chrdev(): ignore the return value | Akinobu Mita | 1 | -2/+1 |
| 2007-06-23 | [PPP]: Fix osize too small errors when decoding mppe. | Konstantin Sharlaimov | 1 | -1/+12 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-04-26 | [NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.c | Milind Arun Choudhary | 1 | -3/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-03-25 | [PPP]: Don't leak an sk_buff on interface destruction. | G. Liakhovetski | 1 | -0/+3 |
| 2007-02-12 | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 1 | -1/+1 |
| 2007-02-11 | [PATCH] Replace regular code with appropriate calls to container_of() | Robert P. J. Day | 1 | -1/+1 |
| 2006-12-01 | Driver core: convert PPP code to use struct device | Greg Kroah-Hartman | 1 | -2/+2 |
| 2006-09-13 | drivers/net: Trim trailing whitespace | Jeff Garzik | 1 | -8/+8 |
| 2006-08-17 | [PPP]: handle kmalloc failures and convert to using kzalloc | Panagiotis Issaris | 1 | -11/+19 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree | Greg Kroah-Hartman | 1 | -7/+0 |
| 2006-06-26 | [PATCH] drivers: use list_move() | Akinobu Mita | 1 | -2/+1 |
| 2006-06-17 | [NET] ppp: Remove unnecessary pskb_may_pull | Herbert Xu | 1 | -2/+0 |
| 2006-03-23 | [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic | Arjan van de Ven | 1 | -12/+13 |
| 2006-03-20 | [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum | Herbert Xu | 1 | -2/+2 |
| 2006-02-05 | [PPP]: Fixed hardware RX checksum handling | Herbert Xu | 1 | -0/+3 |
| 2005-12-27 | [NET]: Validate socket filters against BPF_MAXINSNS in one spot. | David S. Miller | 1 | -3/+0 |
| 2005-11-08 | [PPP]: add PPP MPPE encryption module | Matt Domsch | 1 | -24/+64 |
| 2005-10-28 | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2005-09-10 | [PATCH] janitor: net/ppp-generic: list_for_each_entry | Domen Puncer | 1 | -16/+7 |
| 2005-08-29 | [NET]: Remove explicit initializations of skb->input_dev | David S. Miller | 1 | -1/+0 |
| 2005-07-08 | [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() | David S. Miller | 1 | -6/+6 |
| 2005-06-20 | [PATCH] class: convert drivers/* to use the new class api instead of class_si... | gregkh@suse.de | 1 | -7/+7 |
| 2005-05-12 | [PATCH] PPP multilink fragmentation improvements | Paul Mackerras | 1 | -67/+110 |
| 2005-05-03 | [PPP]: remove redundant NULL pointer checks before kfree & vfree | Jesper Juhl | 1 | -8/+4 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+2746 |