summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
AgeCommit message (Expand)AuthorLines
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2026-04-12pppox: remove sk_pppox() helperQingfang Deng-8/+8
2026-04-12ppp: require CAP_NET_ADMIN in target netns for unattached ioctlsTaegu Ha-0/+3
2026-04-09ppp: consolidate refcount decrementsQingfang Deng-33/+28
2026-04-03ppp: update Kconfig help messageQingfang Deng-9/+7
2026-04-01ppp: dead code cleanup in KconfigJulian Braha-11/+3
2026-03-17ppp: require callers of ppp_dev_name() to hold RCUQingfang Deng-2/+1
2026-03-17ppp: remove pch->chan NULL checks from tx pathQingfang Deng-47/+21
2026-03-17ppp: disconnect channel before nullifying pch->chanQingfang Deng-1/+1
2026-03-09ppp: simplify input error handlingQingfang Deng-23/+12
2026-03-05ppp: don't store tx skb in the fastpathQingfang Deng-46/+65
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+8
2026-02-26pppoe: remove kernel-mode relay supportQingfang Deng-82/+0
2026-02-25net: pppoe: avoid zero-length arrays in struct pppoe_hdrEric Woudstra-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+8
2026-02-05ppp: enable TX scatter-gatherQingfang Deng-5/+25
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-4/+4
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2025-09-04ppp: fix memory leak in pad_compress_skbQingfang Deng-3/+3
2025-08-29pppoe: drop sock reference counting on fast pathQingfang Deng-22/+13
2025-08-29pppoe: remove rwlock usageQingfang Deng-41/+53
2025-08-25ppp: remove rwlock usageQingfang Deng-57/+63
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+11
2025-08-19ppp: fix race conditions in ppp_fill_forward_pathQingfang Deng-6/+11
2025-08-18ppp: use vmalloc_array() to simplify codeQianfeng Rong-2/+2
2025-08-18ppp: mppe: Use SHA-1 library instead of crypto_shashEric Biggers-92/+19
2025-08-07pptp: fix pptp_xmit() error pathEric Dumazet-3/+4
2025-07-30pptp: ensure minimal skb length in pptp_xmit()Eric Dumazet-6/+9
2025-07-17ppp: Replace per-CPU recursion counter with lock-owner fieldSebastian Andrzej Siewior-9/+29
2025-06-24pppoe: drop PACKET_OTHERHOST before skb_share_check()Qingfang Deng-3/+3
2025-06-11ppp: convert to percpu netstatsQingfang Deng-33/+19
2025-04-22ppp: Split ppp_exit_net() to ->exit_rtnl().Kuniyuki Iwashima-15/+10
2025-04-10net: ppp: Add bound checking for skb data on ppp_sync_txmungArnaud Lecomte-0/+5
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+19
2025-03-04ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng-0/+6
2025-03-04ppp: Fix KMSAN uninit-value warning with bpfJiayuan Chen-9/+19
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang-2/+2
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang-2/+5
2024-10-10ppp: fix ppp_async_encode() illegal accessEric Dumazet-1/+1
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+2
2024-10-02ppp: do not assume bh is held in ppp_channel_bridge_input()Eric Dumazet-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-5/+5
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+1
2024-07-11ppp: reject claimed-as-LCP but actually malformed packetsDmitry Antipov-0/+15
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet-1/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska-1/+1