| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2024-10-03 | 1 | -2/+2 |
|\ |
|
| * | ppp: do not assume bh is held in ppp_channel_bridge_input() | Eric Dumazet | 2024-10-03 | 1 | -2/+2 |
* | | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2024-10-02 | 1 | -1/+1 |
|/ |
|
* | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 2024-09-03 | 1 | -1/+1 |
* | ppp: reject claimed-as-LCP but actually malformed packets | Dmitry Antipov | 2024-07-11 | 1 | -0/+15 |
* | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection | Eric Dumazet | 2024-05-07 | 1 | -1/+1 |
* | net: ppp: make ppp_class constant | Ricardo B. Marliere | 2024-03-05 | 1 | -9/+9 |
* | net: ppp: constify the struct device_type usage | Ricardo B. Marliere | 2024-02-21 | 1 | -1/+1 |
* | net: fill in MODULE_DESCRIPTION()s for ppp | Breno Leitao | 2024-02-15 | 1 | -0/+1 |
* | drivers/net/ppp: use standard array-copy-function | Philipp Stanner | 2023-11-08 | 1 | -2/+2 |
* | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2023-03-17 | 1 | -1/+1 |
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-12-14 | 1 | -0/+2 |
|\ |
|
| * | ppp: associate skb with a device at tx | Stanislav Fomichev | 2022-11-23 | 1 | -0/+2 |
* | | use less confusing names for iov_iter direction initializers | Al Viro | 2022-11-25 | 1 | -1/+1 |
|/ |
|
* | ppp: Fix typo in comment | Xiang wangx | 2022-06-18 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-01-10 | 1 | -1/+6 |
|\ |
|
| * | ppp: ensure minimum packet size in ppp_write() | Eric Dumazet | 2022-01-06 | 1 | -1/+6 |
* | | ppp: add netns refcount tracker | Eric Dumazet | 2021-12-10 | 1 | -2/+3 |
|/ |
|
* | ppp: use the correct function to check if a netdev name is in use | Antoine Tenart | 2021-10-08 | 1 | -1/+1 |
* | bpf: Refactor BPF_PROG_RUN into a function | Andrii Nakryiko | 2021-08-17 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-13 | 1 | -5/+16 |
|\ |
|
| * | ppp: Fix generating ppp unit id when ifname is not specified | Pali Rohár | 2021-08-08 | 1 | -4/+15 |
| * | ppp: Fix generating ifname when empty IFLA_IFNAME is specified | Pali Rohár | 2021-08-08 | 1 | -1/+1 |
* | | ppp: use ndo_siocdevprivate | Arnd Bergmann | 2021-07-27 | 1 | -3/+3 |
|/ |
|
* | net: ppp: resolve forwarding path for bridge pppoe devices | Felix Fietkau | 2021-03-24 | 1 | -0/+22 |
* | ppp: fix refcount underflow on channel unbridge | Tom Parkin | 2021-01-09 | 1 | -3/+9 |
* | ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctls | Tom Parkin | 2020-12-10 | 1 | -3/+149 |
* | net: partially revert dynamic lockdep key changes | Cong Wang | 2020-05-04 | 1 | -0/+2 |
* | ppp: Remove redundant BUG_ON() check in ppp_pernet | Xu Wang | 2019-12-28 | 1 | -2/+0 |
* | ppp: fix out-of-bounds access in bpf_prog_create() | Eric Biggers | 2019-12-05 | 1 | -2/+3 |
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -81/+164 |
|\ |
|
| * | compat_ioctl: ppp: move simple commands into ppp_generic.c | Arnd Bergmann | 2019-10-23 | 1 | -0/+4 |
| * | compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t | Arnd Bergmann | 2019-10-23 | 1 | -5/+14 |
| * | compat_ioctl: move PPPIOCSCOMPRESS to ppp_generic | Al Viro | 2019-10-23 | 1 | -15/+38 |
| * | compat_ioctl: unify copy-in of ppp filters | Al Viro | 2019-10-23 | 1 | -61/+108 |
* | | net: core: add generic lockdep keys | Taehee Yoo | 2019-10-24 | 1 | -2/+0 |
|/ |
|
* | ppp: Fix memory leak in ppp_write | Takeshi Misawa | 2019-09-25 | 1 | -0/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | ppp: Move PFC decompression to PPP generic layer | Sam Protsenko | 2018-12-21 | 1 | -3/+51 |
* | ppp: Remove direct skb_queue_head list pointer access. | David S. Miller | 2018-09-10 | 1 | -1/+1 |
* | ppp: remove the PPPIOCDETACH ioctl | Eric Biggers | 2018-05-25 | 1 | -22/+5 |
* | net: Drop pernet_operations::async | Kirill Tkhai | 2018-03-27 | 1 | -1/+0 |
* | drivers/net: Use octal not symbolic permissions | Joe Perches | 2018-03-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-23 | 1 | -12/+14 |
|\ |
|
| * | ppp: avoid loop in xmit recursion detection code | Guillaume Nault | 2018-03-22 | 1 | -12/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-06 | 1 | -0/+9 |
|\| |
|
| * | ppp: prevent unregistered channels from connecting to PPP units | Guillaume Nault | 2018-03-05 | 1 | -0/+9 |
* | | net: Convert ppp_net_ops | Kirill Tkhai | 2018-02-27 | 1 | -0/+1 |
|/ |
|
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -4/+4 |
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-31 | 1 | -2/+2 |
|\ |
|