summaryrefslogtreecommitdiff
path: root/drivers/net/ppp_generic.c
AgeCommit message (Expand)Author
2006-08-17[PPP]: handle kmalloc failures and convert to using kzallocPanagiotis Issaris
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita
2006-06-17[NET] ppp: Remove unnecessary pskb_may_pullHerbert Xu
2006-03-23[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu
2006-02-05[PPP]: Fixed hardware RX checksum handlingHerbert 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 moduleMatt 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_entryDomen Puncer
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid 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 improvementsPaul Mackerras
2005-05-03[PPP]: remove redundant NULL pointer checks before kfree & vfreeJesper Juhl
2005-02-01[PATCH] remove bogus exports in pppAndrew Morton
2005-01-20[PATCH] Lock initializer cleanup: Network driversThomas Gleixner
2004-11-15[PATCH] Multilink fix for ppp_generic.cPaul Mackerras
2004-10-27[PATCH] Lock initializer unifying (Network drivers)Thomas Gleixner
2004-08-28[PPP]: Fix assertion trigger with NET_CLS_ACT.Jamal Hadi Salim
2004-08-07[PATCH] Restore PPP filteringPaul Mackerras
2004-07-26[PATCH] NULL noise removal in drivers/net/*Alexander Viro
2004-06-26[PATCH] ppp_generic.c get_filter made conditionalPaul Fulghum
2004-06-21[PATCH] sparse: sock_fprog sanitizedAlexander Viro
2004-04-09[ISDN]: Fix kernel PPP/IPPP active/passiv filter code.Karsten Keil
2004-03-10[PATCH] Patch to hook up PPP to simple class sysfs supportChris Wright
2004-02-18[PATCH] add some more MODULE_ALIASesAndrew Morton
2004-02-18[PATCH] Fix for PPP activ/passiv filterAndrew Morton
2004-01-10[netdrvr ppp] netdev dynamic alloc; convert ppp_net_init to alloc_netdev setu...Alexander Viro
2003-09-09[PATCH] ppp devfs oops fixAndrew Morton
2003-09-03[PATCH] MODULE_ALIAS() in char devicesAndrew Morton
2003-08-19[NET]: free_netdev - destructors.Stephen Hemminger
2003-08-07[PPP]: Fix two bugs wrt. compression/decompression.Paul Mackerras
2003-07-09[NET]: PPP handling fragmented skbuffs.Stephen Hemminger
2003-06-27[NET]: Fix PPP async regression.Stephen Hemminger
2003-06-22[NET]: Convert PPPoE to new style protocol.Stephen Hemminger
2003-06-14[NET]: Use unregister_netdev() in ppp.Paul Mackerras
2003-06-06[PATCH] Fix check warnings in PPP codePaul Mackerras
2003-05-31[PPP] fix memory leak in ioctl error pathPatrick McHardy
2003-05-19[NET]: More device register/unregister fixing.David S. Miller
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller
2003-05-18[PATCH] ppp warning fixAndrew Morton
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-08[MPLS]: Add MPLS support to PPP.David S. Miller
2003-05-07[PATCH] switch most remaining drivers over to devfs_mk_bdevAndrew Morton
2003-05-03[PPP]: Module owners for ppp compressors.Paul Mackerras