summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
AgeCommit message (Expand)AuthorLines
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
2024-03-05net: ppp: make ppp_class constantRicardo B. Marliere-9/+9
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao-0/+5
2024-02-15pppoe: Fix memory leak in pppoe_sendmsg()Gavrilov Ilia-14/+9
2024-02-06ppp_async: limit MRU to 64KEric Dumazet-0/+4
2024-01-02ppp: Fix spelling typo in comment in ppp_async_encode()liyouhong-1/+1
2023-11-13ppp: limit MRU to 64KWillem de Bruijn-0/+4
2023-11-10tty: Fix uninit-value access in ppp_sync_receive()Shigeru Yoshida-1/+1
2023-11-08drivers/net/ppp: use standard array-copy-functionPhilipp Stanner-2/+2
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet-1/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-36/+16
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)-9/+7
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)-7/+6
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)-10/+9