index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp_generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-24
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-15
/
+13
2008-12-19
net: ppp_generic - use DEFINE_IDR for static initialization
Cyrill Gorcunov
1
-4
/
+2
2008-12-19
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-21
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-20
ppp: convert to net_device_ops
Stephen Hemminger
1
-1
/
+5
2008-11-04
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-16
remove CONFIG_KMOD from drivers
Johannes Berg
1
-7
/
+3
2008-10-10
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-22
net: Remove __skb_insert() calls outside of skbuff internals.
David S. Miller
1
-1
/
+1
2008-07-27
[PATCH] f_count may wrap around
Al Viro
1
-3
/
+3
2008-07-22
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-21
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
1
-1
/
+2
2008-06-21
Add "no BKL needed" comments to several drivers
Jonathan Corbet
1
-0
/
+1
2008-05-26
ppp: push BKL down into the driver
Alan Cox
1
-7
/
+15
2008-05-14
ppp: Do not free not yet unregistered net device.
Pavel Emelyanov
1
-0
/
+1
2008-04-24
ppp_generic: use stats from net_device structure
Paulius Zaleckas
1
-29
/
+19
2008-01-29
[PPP]: Sparse warning fixes.
Stephen Hemminger
1
-1
/
+1
2007-11-13
[PPP]: Remove ptr comparisons to 0
Joe Perches
1
-63
/
+63
2007-09-17
[PPP] generic: Fix receive path data clobbering & non-linear handling
Herbert Xu
1
-19
/
+25
2007-09-17
[PPP] generic: Call skb_cow_head before scribbling over skb
Herbert Xu
1
-11
/
+3
2007-08-22
[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-24
[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-26
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-03-26
[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-02
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-18
[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-18
[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-21
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
1
-2
/
+2
2006-02-06
[PPP]: Fixed hardware RX checksum handling
Herbert Xu
1
-0
/
+3
2005-12-28
[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
[next]