Commit Graph

66 Commits (c5a889508203446c1abc1d670599b3a816841813)

Author SHA1 Message Date
Ben McKeegan a53a8b5682 ppp: fix lost fragments in ppp_mp_explode() (resubmit) 16 years ago
Eric Dumazet 8b2d850db2 ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup() 16 years ago
Gabriele Paoloni 9c705260fe ppp: ppp_mp_explode() redesign 16 years ago
Wei Yongjun 1d2f8c9507 ppp: remove some pointless conditionals before kfree_skb() 16 years ago
Paulius Zaleckas 6ceffd4778 ppp_generic: Simplify tx_dropped stats 16 years ago
Hannes Eder d6781f2af8 drivers/net/ppp*.c: fix sparse warnings: fix signedness 16 years ago
Alexey Dobriyan 0012985d18 ppp: section fixes re netns 16 years ago
Cyrill Gorcunov 273ec51dd7 net: ppp_generic - introduce net-namespace functionality v2 16 years ago
Cyrill Gorcunov 859975764f net: ppp_generic - fix regressions caused by IDR conversion 16 years ago
Cyrill Gorcunov ab5024ab23 net: ppp_generic - use DEFINE_IDR for static initialization 16 years ago
James Chapman 739840d529 ppp: fix segfaults introduced by netdev_priv changes 16 years ago
Cyrill Gorcunov 7a95d267fb net: ppp_generic - use idr technique instead of cardmaps 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Wang Chen c8019bf3af netdevice ppp: Convert directly reference of netdev->priv 16 years ago
Stephen Hemminger 52256cfc9f ppp: convert to net_device_ops 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 16 years ago
Greg Kroah-Hartman 6e05d6c467 device create: net: convert device_create_drvdata to device_create 17 years ago
Johannes Berg a65e5d782f remove CONFIG_KMOD from drivers 17 years ago
David S. Miller 13c9821ea4 ppp: Use skb_queue_walk() in ppp_mp_insert(). 17 years ago
David S. Miller 38ce7c7369 ppp_generic: Use skb_peek() in ppp_receive_mp_frame(). 17 years ago
David S. Miller 43f59c8939 net: Remove __skb_insert() calls outside of skbuff internals. 17 years ago
Al Viro 516e0cc564 [PATCH] f_count may wrap around 17 years ago
Greg Kroah-Hartman e17da9c4c5 device create: net: convert device_create to device_create_drvdata 17 years ago
Jonathan Corbet f2b9857eee Add a bunch of cycle_kernel_lock() calls 17 years ago
Jonathan Corbet d21c95c569 Add "no BKL needed" comments to several drivers 17 years ago
Alan Cox f3ff8a4d80 ppp: push BKL down into the driver 17 years ago
Pavel Emelyanov 4b95ede6f6 ppp: Do not free not yet unregistered net device. 17 years ago
Paulius Zaleckas 8c0469cdd0 ppp_generic: use stats from net_device structure 17 years ago
Stephen Hemminger 3c582b30bc [PPP]: Sparse warning fixes. 17 years ago
Joe Perches cd228d5458 [PPP]: Remove ptr comparisons to 0 17 years ago
Herbert Xu 2a38b775b7 [PPP] generic: Fix receive path data clobbering & non-linear handling 18 years ago
Herbert Xu 7b797d5b15 [PPP] generic: Call skb_cow_head before scribbling over skb 18 years ago
Konstantin Sharlaimov 06c7af563d [PPP]: Fix output buffer size in ppp_decompress_frame(). 18 years ago
Akinobu Mita 68fc4fabca unregister_chrdev(): ignore the return value 18 years ago
Konstantin Sharlaimov 4b2a8fb3a7 [PPP]: Fix osize too small errors when decoding mppe. 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Milind Arun Choudhary 57cd5f754e [NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.c 18 years ago
Arnaldo Carvalho de Melo 459a98ed88 [SK_BUFF]: Introduce skb_reset_mac_header(skb) 18 years ago
G. Liakhovetski 165de5b7f2 [PPP]: Don't leak an sk_buff on interface destruction. 18 years ago
Arjan van de Ven d54b1fdb1d [PATCH] mark struct file_operations const 5 18 years ago
Robert P. J. Day b385a144ee [PATCH] Replace regular code with appropriate calls to container_of() 18 years ago
Greg Kroah-Hartman 9a6a2a5e0b Driver core: convert PPP code to use struct device 18 years ago
Jeff Garzik 6aa20a2235 drivers/net: Trim trailing whitespace 19 years ago
Panagiotis Issaris d4274b51a5 [PPP]: handle kmalloc failures and convert to using kzalloc 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Greg Kroah-Hartman ff23eca3e8 [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree 19 years ago
Greg Kroah-Hartman 8ab5e4c15b [PATCH] devfs: Remove devfs_remove() function from the kernel tree 19 years ago
Greg Kroah-Hartman 7c69ef7974 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree 19 years ago
Akinobu Mita 179e09172a [PATCH] drivers: use list_move() 19 years ago
Herbert Xu c8c9f9a3de [NET] ppp: Remove unnecessary pskb_may_pull 19 years ago