summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
7 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
7 dayspppox: drain queued packets on channel handoffQingfang Deng
12 dayspptp: drop packets received before connectQingfang Deng
12 daysppp: annotate lockless queue empty checkQingfang Deng
2026-08-05pppoe: remove redundant xmit wrapperQingfang Deng
2026-08-03ppp: use netdev_from_priv()Qingfang Deng
2026-07-28ppp: convert chan_sem to a mutexQingfang Deng
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-23pppoe: reload header pointer after dev_hard_header()Asim Viladi Oglu Manizada
2026-07-23ppp: annotate data races in ppp_genericEric Dumazet
2026-07-21ppp: annotate concurrent dev->stats accessesEric Dumazet
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-10ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAFNorbert Szetei
2026-07-08ppp/ppp_{async,synctty}: drop unused {a,}syncppp::bytes_{sent,rcvd}Jiri Slaby (SUSE)
2026-06-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-05-19net: pppoe: implement GRO/GSO supportFelix Fietkau
2026-05-11tty: synclink_gt: remove broken driverEthan Nelson-Moore
2026-05-01pppoe: optimize hash with word accessQingfang Deng
2026-04-28ppp: add PPPOX symbolQingfang Deng
2026-04-20pppoe: drop PFC framesQingfang Deng
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-12pppox: remove sk_pppox() helperQingfang Deng
2026-04-12ppp: require CAP_NET_ADMIN in target netns for unattached ioctlsTaegu Ha
2026-04-09ppp: consolidate refcount decrementsQingfang Deng
2026-04-03ppp: update Kconfig help messageQingfang Deng
2026-04-01ppp: dead code cleanup in KconfigJulian Braha
2026-03-17ppp: require callers of ppp_dev_name() to hold RCUQingfang Deng
2026-03-17ppp: remove pch->chan NULL checks from tx pathQingfang Deng
2026-03-17ppp: disconnect channel before nullifying pch->chanQingfang Deng
2026-03-09ppp: simplify input error handlingQingfang Deng
2026-03-05ppp: don't store tx skb in the fastpathQingfang Deng
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26pppoe: remove kernel-mode relay supportQingfang Deng
2026-02-25net: pppoe: avoid zero-length arrays in struct pppoe_hdrEric Woudstra
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-05ppp: enable TX scatter-gatherQingfang Deng
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-04ppp: fix memory leak in pad_compress_skbQingfang Deng
2025-08-29pppoe: drop sock reference counting on fast pathQingfang Deng
2025-08-29pppoe: remove rwlock usageQingfang Deng
2025-08-25ppp: remove rwlock usageQingfang Deng
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-19ppp: fix race conditions in ppp_fill_forward_pathQingfang Deng
2025-08-18ppp: use vmalloc_array() to simplify codeQianfeng Rong
2025-08-18ppp: mppe: Use SHA-1 library instead of crypto_shashEric Biggers
2025-08-07pptp: fix pptp_xmit() error pathEric Dumazet
2025-07-30pptp: ensure minimal skb length in pptp_xmit()Eric Dumazet