1. 72e8598 Merge 4.9.204 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  2. e2c7c3f l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6 by Guillaume Nault · 7 years ago
  3. 26fad52 Merge 4.9.164 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  4. e0c435a l2tp: fix infoleak in l2tp_ip6_recvmsg() by Eric Dumazet · 5 years ago
  5. 32e6695 Merge 4.9.155 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  6. 63f7ee6 l2tp: fix reading optional fields of L2TPv3 by Jacob Wen · 5 years ago
  7. 9532aa6 BACKPORT: l2tp: remove ->recv_payload_hook by Guillaume Nault · 6 years ago
  8. fdeec8f Merge 4.9.68 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  9. d2d74d0 l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookups by Guillaume Nault · 7 years ago
  10. e6b0c64f Merge 4.9.41 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  11. 000224c l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookup by Guillaume Nault · 7 years ago
  12. 184ce81 Merge 4.9.36 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  13. 6539c4f l2tp: fix race in l2tp_recv_common() by Guillaume Nault · 7 years ago
  14. e88bb96 Merge 4.9.26 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  15. 59bc404 l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6 by Guillaume Nault · 7 years ago
  16. 5ab69b4 Merge tag 'v4.9.11' into android-4.9-aosp by Dmitry Shmidt · 7 years ago
  17. 5b1bb4c l2tp: do not use udp_ioctl() by Eric Dumazet · 7 years ago
  18. 5044292 UPSTREAM: net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  19. 31e2f21 l2tp: fix address test in __l2tp_ip6_bind_lookup() by Guillaume Nault · 7 years ago
  20. df90e68 l2tp: fix lookup for sockets not bound to a device in l2tp_ip by Guillaume Nault · 7 years ago
  21. d5e3a19 l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind() by Guillaume Nault · 7 years ago
  22. a3c1842 l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() by Guillaume Nault · 7 years ago
  23. 0382a25 l2tp: lock socket before checking flags in connect() by Guillaume Nault · 7 years ago
  24. 32c2311 l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() by Guillaume Nault · 7 years ago
  25. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
  26. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 8 years ago
  27. 0e6b525 net: l2tp: Make l2tp_ip6 namespace aware by Shmulik Ladkani · 8 years ago
  28. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 8 years ago
  29. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  30. be447f3 ipv6: l2tp: fix a potential issue in l2tp_ip6_recv by Haishuang Yan · 8 years ago
  31. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  32. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 8 years ago
  33. 496611d inet: create IPv6-equivalent inet_hash function by Craig Gallek · 8 years ago
  34. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 8 years ago
  35. 163c2e2 l2tp: auto load IP modules by stephen hemminger · 9 years ago
  36. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  37. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 9 years ago
  38. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  39. 4330487 net: use inet6_iif instead of IP6CB()->iif by Duan Jiong · 10 years ago
  40. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 10 years ago
  41. 5c98631 net: ipv6: Introduce ip6_sk_dst_hoplimit. by Lorenzo Colitti · 10 years ago
  42. 82b276c ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts by Hannes Frederic Sowa · 10 years ago
  43. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  44. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  45. ce7a3bd ipv6: do not erase dst address with flow label destination by Florent Fourcot · 10 years ago
  46. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  47. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 10 years ago
  48. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  49. b860d3c l2tp: fix info leak in l2tp_ip6_recvmsg() by Mathias Krause · 11 years ago
  50. 9360631 l2tp: close sessions in ip socket destroy callback by Tom Parkin · 11 years ago
  51. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  52. 700163d l2tp: correctly handle ancillary data in the ip6 recv path by Tom Parkin · 11 years ago
  53. 73df66f ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 11 years ago
  54. 04d4fbc l2tp: fix info leak via getsockname() by Mathias Krause · 12 years ago
  55. c51ce49 l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case by James Chapman · 12 years ago
  56. a4ca44f net: l2tp: Standardize logging styles by Joe Perches · 12 years ago
  57. a32e0ee l2tp: introduce L2TPv3 IP encapsulation support for IPv6 by Chris Elston · 12 years ago