- 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 4407318 ppp: ensure minimum packet size in ppp_write() by Eric Dumazet · 3 years ago
- 11b311a ppp: add netns refcount tracker by Eric Dumazet · 3 years, 1 month ago
- d03eb97 ppp: use the correct function to check if a netdev name is in use by Antoine Tenart · 3 years, 3 months ago
- fb7dd8b bpf: Refactor BPF_PROG_RUN into a function by Andrii Nakryiko · 3 years, 5 months ago
- f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 3125f26 ppp: Fix generating ppp unit id when ifname is not specified by Pali Rohár · 3 years, 5 months ago
- 2459dcb ppp: Fix generating ifname when empty IFLA_IFNAME is specified by Pali Rohár · 3 years, 5 months ago
- 34f7cac ppp: use ndo_siocdevprivate by Arnd Bergmann · 3 years, 6 months ago
- f6efc67 net: ppp: resolve forwarding path for bridge pppoe devices by Felix Fietkau · 3 years, 10 months ago
- c1787ff ppp: fix refcount underflow on channel unbridge by Tom Parkin · 4 years ago
- 4cf476c ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctls by Tom Parkin · 4 years, 1 month ago
- 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 9 months ago
- 8a3f44a ppp: Remove redundant BUG_ON() check in ppp_pernet by Xu Wang · 5 years ago
- 0033b34 ppp: fix out-of-bounds access in bpf_prog_create() by Eric Biggers · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
- 8f5d9f2 compat_ioctl: ppp: move simple commands into ppp_generic.c by Arnd Bergmann · 5 years ago
- 17c7e7f compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t by Arnd Bergmann · 6 years ago
- 5b6c02d compat_ioctl: move PPPIOCSCOMPRESS to ppp_generic by Al Viro · 6 years ago
- 3e859ad compat_ioctl: unify copy-in of ppp filters by Al Viro · 6 years ago
- 4c247de ppp: Fix memory leak in ppp_write by Takeshi Misawa · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 7fb1b8c ppp: Move PFC decompression to PPP generic layer by Sam Protsenko · 6 years ago
- 8b69bd7 ppp: Remove direct skb_queue_head list pointer access. by David S. Miller · 6 years ago
- af8d3c7 ppp: remove the PPPIOCDETACH ioctl by Eric Biggers · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- d61e403 drivers/net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 6d06673 ppp: avoid loop in xmit recursion detection code by Guillaume Nault · 7 years ago
- 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 77f840e ppp: prevent unregistered channels from connecting to PPP units by Guillaume Nault · 7 years ago
- cd59b28 net: Convert ppp_net_ops by Kirill Tkhai · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 0171c41 ppp: unlock all_ppp_mutex before registering device by Guillaume Nault · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
- e667500 ppp: exit_net cleanup checks added by Vasily Averin · 7 years ago
- f02b232 ppp: Destroy the mutex when cleanup by Gao Feng · 7 years ago
- 90e229e ppp: allow usage in namespaces by Matteo Croce · 7 years ago
- d780cd4 drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
- 6151b8b ppp: fix race in ppp device destruction by Guillaume Nault · 7 years ago
- 5a59a3a ppp: fix __percpu annotation by Guillaume Nault · 7 years ago
- 0a0e1a8 ppp: fix xmit recursion detection on ppp channels by Guillaume Nault · 7 years ago
- e5dadc6 ppp: Fix false xmit recursion detect with two ppp devices by Gao Feng · 8 years ago
- a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
- 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
- d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
- 97fcc19 ppp: remove unnecessary bh disable in xmit path by Gao Feng · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
- c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
- 0771277 ppp: declare PPP devices as LLTX by Guillaume Nault · 8 years ago
- 55454a5 ppp: avoid dealock on recursive xmit by Guillaume Nault · 8 years ago
- bb8082f ppp: build ifname using unit identifier for rtnl based devices by Guillaume Nault · 8 years ago
- de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 205e1e2 ppp: defer netns reference release for ppp channel by WANG Cong · 9 years ago
- d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 9 years ago
- f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 9 years ago
- 96d934c ppp: add rtnetlink device creation support by Guillaume Nault · 9 years ago
- 7d9f0b4 ppp: define reusable device creation functions by Guillaume Nault · 9 years ago
- 1f461dc ppp: take reference on channels netns by Guillaume Nault · 9 years ago
- e8e56ff ppp: ensure file->private_data can't be overridden by Guillaume Nault · 9 years ago
- 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 6faac63 ppp: release rtnl mutex when interface creation fails by Guillaume Nault · 9 years ago
- edffc21 ppp: lock ppp->flags in ppp_read() and ppp_poll() by Guillaume Nault · 9 years ago
- 555d5b7 ppp: clarify parsing of user supplied data in ppp_set_compress() by Guillaume Nault · 9 years ago
- 69d9728 ppp: declare ppp devices as enumerated interfaces by Guillaume Nault · 9 years ago
- 94dbffe ppp: define "ppp" device type by Guillaume Nault · 9 years ago
- 4ab42d7 ppp, slip: Validate VJ compression slot parameters completely by Ben Hutchings · 9 years ago
- 58a89ec ppp: fix lockdep splat in ppp_dev_uninit() by Guillaume Nault · 9 years ago
- 79c441a ppp: implement x-netns support by Guillaume Nault · 9 years ago
- 8cb775bc ppp: fix device unregistration upon netns deletion by Guillaume Nault · 9 years ago
- 3dfb053 ppp: call skb_checksum_complete_unset in ppp_receive_frame by Tom Herbert · 10 years ago
- ba56840 ppp_read(): switch to skb_copy_datagram_iter() by Al Viro · 10 years ago
- 5748eb8 net: ppp: Don't call bpf_prog_create() in ppp_lock by Takashi Iwai · 10 years ago
- 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 24dff96 fix misuses of f_count() in ppp and netlink by Al Viro · 10 years ago
- 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
- 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
- 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- cc25eaa net: ppp: fix creating PPP pass and active filters by Christoph Schulz · 11 years ago
- a9f559c net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is defined by Christoph Schulz · 11 years ago
- 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- d762d03 net: ppp: reset nextseq counter when enabling SC_MULTILINK by Christoph Schulz · 11 years ago
- c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
- 3916a31 net: ppp: don't call sk_chk_filter twice by Christoph Schulz · 11 years ago
- b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 11 years ago
- 568f194 net: ppp: use sk_unattached_filter api by Daniel Borkmann · 11 years ago
- 2fa532c ppp: convert to idr_alloc() by Tejun Heo · 12 years ago
- 303c07d ppp: set qdisc_tx_busylock to avoid LOCKDEP splat by Eric Dumazet · 12 years ago
- 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 12 years ago
- b77bc20 ppp: make ppp_get_stats64 static by stephen hemminger · 12 years ago
- e51f6ff ppp: add 64 bit stats by Kevin Groeneveld · 12 years ago
- 968d701 ppp: avoid false drop_monitor false positives by Eric Dumazet · 13 years ago
- 9a5d2bd ppp: Fix race condition with queue start/stop by David Woodhouse · 13 years ago
- e675f0c ppp: Don't stop and restart queue on every TX packet by David Woodhouse · 13 years ago
- bf7daeb ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h by Paul Mackerras · 13 years ago
- ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 8a49ad6 ppp: fix 'ppp_mp_reconstruct bad seq' errors by Ben McKeegan · 13 years ago