summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
35 hoursppp: 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
2025-07-17ppp: Replace per-CPU recursion counter with lock-owner fieldSebastian Andrzej Siewior
2025-06-24pppoe: drop PACKET_OTHERHOST before skb_share_check()Qingfang Deng
2025-06-11ppp: convert to percpu netstatsQingfang Deng
2025-04-22ppp: Split ppp_exit_net() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-10net: ppp: Add bound checking for skb data on ppp_sync_txmungArnaud Lecomte
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-04ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng
2025-03-04ppp: Fix KMSAN uninit-value warning with bpfJiayuan Chen
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2024-10-10ppp: fix ppp_async_encode() illegal accessEric Dumazet
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-02ppp: do not assume bh is held in ppp_channel_bridge_input()Eric Dumazet
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-07-11ppp: reject claimed-as-LCP but actually malformed packetsDmitry Antipov
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska
2024-03-05net: ppp: make ppp_class constantRicardo B. Marliere
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere
2024-02-15net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao
2024-02-15pppoe: Fix memory leak in pppoe_sendmsg()Gavrilov Ilia
2024-02-06ppp_async: limit MRU to 64KEric Dumazet