1. f6efc67 net: ppp: resolve forwarding path for bridge pppoe devices by Felix Fietkau · 3 years, 10 months ago
  2. 73a2218 net: ppp: Mundane typo fixes in the file pppoe.c by Bhaskar Chowdhury · 3 years, 10 months ago
  3. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
  4. b8c1583 pppoe: only process PADT targeted at local interfaces by Guillaume Nault · 4 years, 8 months ago
  5. 02a896c pppoe: remove redundant BUG_ON() check in pppoe_pernet by Aditya Pakki · 5 years ago
  6. 055d882 compat_ioctl: pppoe: fix PPPOEIOCSFWD handling by Arnd Bergmann · 5 years ago
  7. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  8. 6c57f04 net: Fix usage of pskb_trim_rcsum by Ross Lagerwall · 6 years ago
  9. 8540827 pppoe: fix reception of frames with no mac header by Guillaume Nault · 6 years ago
  10. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  11. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  12. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  13. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  14. a49e2f5 pppoe: check sockaddr length in pppoe_connect() by Guillaume Nault · 7 years ago
  15. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  16. d61e403 drivers/net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  17. c80afa0 net: Convert /proc creating and destroying pernet_operations by Kirill Tkhai · 7 years ago
  18. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  19. 02612bb pppoe: take ->needed_headroom of lower device into account on xmit by Guillaume Nault · 7 years ago
  20. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  21. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  22. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  23. 29e7326 pppoe: fix reference counting in PPPoE proxy by Guillaume Nault · 9 years ago
  24. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  25. fe53985 pppoe: fix memory corruption in padt work structure by Guillaume Nault · 9 years ago
  26. 681b4d8 pppox: use standard module auto-loading feature by Guillaume Nault · 9 years ago
  27. a8acce6 ppp: remove PPPOX_ZOMBIE socket state by Guillaume Nault · 9 years ago
  28. 8734e48 ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv() by Guillaume Nault · 9 years ago
  29. 1acea4f ppp: fix pppoe_dev deletion condition in pppoe_release() by Guillaume Nault · 9 years ago
  30. e674016 ppp: don't override sk->sk_state in pppoe_flush_dev() by Guillaume Nault · 9 years ago
  31. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  32. 665a6cd pppoe: drop pppoe device in pppoe_unbind_sock_work by Felix Fietkau · 10 years ago
  33. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  34. a068833 pppoe: Lacks DST MAC address check by Joakim Tjernlund · 10 years ago
  35. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  36. 287f3a9 pppoe: Use workqueue to die properly when a PADT is received by Simon Farnsworth · 10 years ago
  37. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  38. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  39. a8a3e41 net: pppoe: use correct channel MTU when using Multilink PPP by Christoph Schulz · 10 years ago
  40. 7ed8ca5 ppp: slight optimization of addr compare by dingtianhong · 11 years ago
  41. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  42. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  43. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  44. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  45. 2b018d5 pppoe: drop PPPOX_ZOMBIEs in pppoe_release by Xiaodong Xu · 12 years ago
  46. 968d701 ppp: avoid false drop_monitor false positives by Eric Dumazet · 13 years ago
  47. 3b12bb6 pppoe: remove unused return value from two methods. by Rami Rosen · 13 years ago
  48. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 13 years ago
  49. 224cf5a ppp: Move the PPP drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/pppoe.c]
  50. 680ba7c pppoe: Must flush connections when MAC address changes too. by David S. Miller · 13 years ago
  51. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  52. ae07b0b pppoe: drop PPPOX_ZOMBIEs in pppoe_flush_dev by Ulrich Weber · 14 years ago
  53. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  54. 2a27a03 pppoe.c: Fix kernel panic caused by __pppoe_xmit by Andrej Ota · 14 years ago
  55. 756e64a net: constify some ppp/pptp structs by Eric Dumazet · 14 years ago
  56. d7100da ppp: make channel_ops const by stephen hemminger · 14 years ago
  57. 9785916 cleanup: remove pppoe_xmit() declaration. by Rami Rosen · 15 years ago
  58. 55c95e7 fix return value of __pppoe_xmit() method. by Rami Rosen · 15 years ago
  59. a5e9315 pppoe: uninitialized variable in pppoe_flush_dev() by Dan Carpenter · 15 years ago
  60. 00c60a8 cleanup: remove pppoe_ioctl() declaration. by Rami Rosen · 15 years ago
  61. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 15 years ago
  62. 8753d29 pppoe: remove unnecessary checks in pppoe_flush_dev by Jiri Pirko · 15 years ago
  63. be9e969 pppoe: use pppoe_pernet instead of directly net_generic by Jiri Pirko · 15 years ago
  64. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  65. c879a6f net: Simplify pppoe pernet operations. by Eric W. Biederman · 15 years ago
  66. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  67. 1178f66 pppoe: RCU locking in get_item_by_addr() by Eric Dumazet · 15 years ago
  68. fb64bb5 PPPoE: Fix flush/close races. by Michal Ostrowski · 15 years ago
  69. 07f6642 net,pppoe: fixup module init/exit subsequent calls by Cyrill Gorcunov · 15 years ago
  70. 72fc939 pppoe: fix /proc/net/pppoe by Eric Dumazet · 15 years ago
  71. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 16 years ago
  72. d6781f2 drivers/net/ppp*.c: fix sparse warnings: fix signedness by Hannes Eder · 16 years ago
  73. 0012985 ppp: section fixes re netns by Alexey Dobriyan · 16 years ago
  74. 09640e63 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  75. 3617aa4 net: pppoe - stop using proc internals by Cyrill Gorcunov · 16 years ago
  76. e35fac8 net: pppoe - get rid of DECLARE_MAC_BUF by Cyrill Gorcunov · 16 years ago
  77. f5882c3 net: pppoe,pppol2tp - register channels with explicit net by Cyrill Gorcunov · 16 years ago
  78. a6bcf1c net: pppoe - introduce net-namespace functionality by Cyrill Gorcunov · 16 years ago
  79. 6aba915 net: pppoe - code cleanup and helpers by Cyrill Gorcunov · 16 years ago
  80. 4101dec net: constify VFTs by Jan Engelhardt · 16 years ago
  81. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  82. 263e69c pppoe: Fix socket leak. by David S. Miller · 16 years ago
  83. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  84. 2645a3c pppoe: warning fix by Stephen Hemminger · 17 years ago
  85. bc6cffd1 pppoe: Unshare skb before anything else by Herbert Xu · 17 years ago
  86. 392fdb0 net pppoe: Check packet length on all receive paths by Herbert Xu · 17 years ago
  87. a95609c netdev: use non-racy method for proc entries creation by Denis V. Lunev · 17 years ago
  88. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  89. 3c582b3 [PPP]: Sparse warning fixes. by Stephen Hemminger · 17 years ago
  90. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  91. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  92. b963dc1 pppoe: endianness by Al Viro · 17 years ago
  93. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  94. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  95. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  96. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  97. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  98. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  99. 21d0c83 [PPP] pppoe: Fix double-free on skb after transmit failure by Herbert Xu · 17 years ago
  100. d9cc204 [NET] skbuff: Add skb_cow_head by Herbert Xu · 17 years ago