summaryrefslogtreecommitdiff
path: root/drivers/net/ppp_generic.c
AgeCommit message (Expand)Author
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
2003-03-19[NET]: Kill NETIF_F_DYNALLOC, based upon ideas from Adam J. RichterDavid S. Miller
2003-01-20[PPP]: Handle filtering drops correctly.Patrick McHardy
2002-12-31[PATCH] some ppp/usecount bugChristoph Hellwig
2002-12-03[PATCH] ppp cleanupAlexander Viro
2002-09-19drivers/net/ppp_generic.c:ppp_receive_frame Delete unused label err.David S. Miller
2002-09-02drivers/net/ppp_generic.c: Revert my idiotic unaligned SKB changes.David S. Miller
2002-09-01drivers/net/ppp_generic.c: Allocate right length in unaligned SKB fix.David S. Miller
2002-08-31drivers/net/ppp_generic.c: Fix skb_put len arg when copying unaligned skb.David S. Miller
2002-08-30drivers/net/ppp_generic.c: Fix byte-aligned packets, nearly every arch csum_p...David S. Miller