summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)AuthorFilesLines
6 dayspppoe: drop PFC framesQingfang Deng2-2/+8
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
14 dayspppox: remove sk_pppox() helperQingfang Deng2-8/+8
14 daysppp: 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
2025-07-17ppp: Replace per-CPU recursion counter with lock-owner fieldSebastian Andrzej Siewior1-9/+29
2025-06-25pppoe: drop PACKET_OTHERHOST before skb_share_check()Qingfang Deng1-3/+3
2025-06-12ppp: convert to percpu netstatsQingfang Deng1-33/+19
2025-04-23ppp: Split ppp_exit_net() to ->exit_rtnl().Kuniyuki Iwashima1-15/+10
2025-04-10net: ppp: Add bound checking for skb data on ppp_sync_txmungArnaud Lecomte1-0/+5
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+19
2025-03-05ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng3-0/+6
2025-03-05ppp: Fix KMSAN uninit-value warning with bpfJiayuan Chen1-9/+19
2025-02-22net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-2/+2
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+5
2024-10-10ppp: fix ppp_async_encode() illegal accessEric Dumazet1-1/+1
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2024-10-03ppp: do not assume bh is held in ppp_channel_bridge_input()Eric Dumazet1-2/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro5-5/+5
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+1
2024-07-11ppp: reject claimed-as-LCP but actually malformed packetsDmitry Antipov1-0/+15
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet1-1/+1
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1