index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp_generic.c
Age
Commit message (
Expand
)
Author
2008-05-13
ppp: Do not free not yet unregistered net device.
Pavel Emelyanov
2008-04-23
ppp_generic: use stats from net_device structure
Paulius Zaleckas
2008-01-28
[PPP]: Sparse warning fixes.
Stephen Hemminger
2007-11-12
[PPP]: Remove ptr comparisons to 0
Joe Perches
2007-09-16
[PPP] generic: Fix receive path data clobbering & non-linear handling
Herbert Xu
2007-09-16
[PPP] generic: Call skb_cow_head before scribbling over skb
Herbert Xu
2007-08-21
[PPP]: Fix output buffer size in ppp_decompress_frame().
Konstantin Sharlaimov
2007-07-19
unregister_chrdev(): ignore the return value
Akinobu Mita
2007-06-23
[PPP]: Fix osize too small errors when decoding mppe.
Konstantin Sharlaimov
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-04-26
[NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.c
Milind Arun Choudhary
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-03-25
[PPP]: Don't leak an sk_buff on interface destruction.
G. Liakhovetski
2007-02-12
[PATCH] mark struct file_operations const 5
Arjan van de Ven
2007-02-11
[PATCH] Replace regular code with appropriate calls to container_of()
Robert P. J. Day
2006-12-01
Driver core: convert PPP code to use struct device
Greg Kroah-Hartman
2006-09-13
drivers/net: Trim trailing whitespace
Jeff Garzik
2006-08-17
[PPP]: handle kmalloc failures and convert to using kzalloc
Panagiotis Issaris
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] drivers: use list_move()
Akinobu Mita
2006-06-17
[NET] ppp: Remove unnecessary pskb_may_pull
Herbert Xu
2006-03-23
[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic
Arjan van de Ven
2006-03-20
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
2006-02-05
[PPP]: Fixed hardware RX checksum handling
Herbert Xu
2005-12-27
[NET]: Validate socket filters against BPF_MAXINSNS in one spot.
David S. Miller
2005-11-08
[PPP]: add PPP MPPE encryption module
Matt Domsch
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
2005-09-10
[PATCH] janitor: net/ppp-generic: list_for_each_entry
Domen Puncer
2005-08-29
[NET]: Remove explicit initializations of skb->input_dev
David S. Miller
2005-07-08
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
2005-06-20
[PATCH] class: convert drivers/* to use the new class api instead of class_si...
gregkh@suse.de
2005-05-12
[PATCH] PPP multilink fragmentation improvements
Paul Mackerras
2005-05-03
[PPP]: remove redundant NULL pointer checks before kfree & vfree
Jesper Juhl
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds