summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+17
2026-08-18pppox: drain queued packets on channel handoffQingfang Deng1-0/+17
2026-08-13pptp: drop packets received before connectQingfang Deng1-6/+2
2026-08-13ppp: annotate lockless queue empty checkQingfang Deng1-1/+1
2026-08-06pppoe: remove redundant xmit wrapperQingfang Deng1-16/+4
2026-08-04ppp: use netdev_from_priv()Qingfang Deng1-65/+72
2026-07-29ppp: convert chan_sem to a mutexQingfang Deng1-7/+7
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-38/+45
2026-07-23pppoe: reload header pointer after dev_hard_header()Asim Viladi Oglu Manizada1-0/+1
2026-07-23ppp: annotate data races in ppp_genericEric Dumazet1-22/+28
2026-07-22ppp: annotate concurrent dev->stats accessesEric Dumazet1-16/+16
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+15
2026-07-10ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAFNorbert Szetei1-3/+15
2026-07-08ppp/ppp_{async,synctty}: drop unused {a,}syncppp::bytes_{sent,rcvd}Jiri Slaby (SUSE)2-4/+0
2026-06-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2026-05-19net: pppoe: implement GRO/GSO supportFelix Fietkau1-1/+160
2026-05-11tty: synclink_gt: remove broken driverEthan Nelson-Moore1-2/+2
2026-05-02pppoe: optimize hash with word accessQingfang Deng1-6/+6
2026-04-29ppp: add PPPOX symbolQingfang Deng2-3/+9
2026-04-20pppoe: drop PFC framesQingfang Deng2-2/+8
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2026-04-13pppox: remove sk_pppox() helperQingfang Deng2-8/+8
2026-04-12ppp: require CAP_NET_ADMIN in target netns for unattached ioctlsTaegu Ha1-0/+3
2026-04-10ppp: consolidate refcount decrementsQingfang Deng1-33/+28
2026-04-04ppp: update Kconfig help messageQingfang Deng1-9/+7
2026-04-02ppp: dead code cleanup in KconfigJulian Braha1-11/+3
2026-03-18ppp: require callers of ppp_dev_name() to hold RCUQingfang Deng1-2/+1
2026-03-17ppp: remove pch->chan NULL checks from tx pathQingfang Deng1-47/+21
2026-03-17ppp: disconnect channel before nullifying pch->chanQingfang Deng1-1/+1
2026-03-10ppp: simplify input error handlingQingfang Deng3-23/+12
2026-03-05ppp: don't store tx skb in the fastpathQingfang Deng1-46/+65
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-10/+8
2026-02-26pppoe: remove kernel-mode relay supportQingfang Deng2-82/+0
2026-02-26net: pppoe: avoid zero-length arrays in struct pppoe_hdrEric Woudstra1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-10/+8
2026-02-05ppp: enable TX scatter-gatherQingfang Deng1-5/+25
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-4/+4
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2025-09-04ppp: fix memory leak in pad_compress_skbQingfang Deng1-3/+3
2025-08-29pppoe: drop sock reference counting on fast pathQingfang Deng1-22/+13
2025-08-29pppoe: remove rwlock usageQingfang Deng1-41/+53
2025-08-26ppp: remove rwlock usageQingfang Deng1-57/+63
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+11
2025-08-19ppp: fix race conditions in ppp_fill_forward_pathQingfang Deng1-6/+11
2025-08-19ppp: use vmalloc_array() to simplify codeQianfeng Rong1-2/+2
2025-08-19ppp: mppe: Use SHA-1 library instead of crypto_shashEric Biggers2-92/+19
2025-08-07pptp: fix pptp_xmit() error pathEric Dumazet1-3/+4
2025-07-31pptp: ensure minimal skb length in pptp_xmit()Eric Dumazet1-6/+9