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