1. 00a8794 compat_ioctl: pppoe: fix PPPOEIOCSFWD handling by Arnd Bergmann · 4 years, 10 months ago
  2. 04663e8 net: Fix usage of pskb_trim_rcsum by Ross Lagerwall · 5 years ago
  3. ecaae08 pppoe: check sockaddr length in pppoe_connect() by Guillaume Nault · 6 years ago
  4. 1bd21b1 pppoe: take ->needed_headroom of lower device into account on xmit by Guillaume Nault · 6 years ago
  5. 29e7326 pppoe: fix reference counting in PPPoE proxy by Guillaume Nault · 8 years ago
  6. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  7. fe53985 pppoe: fix memory corruption in padt work structure by Guillaume Nault · 9 years ago
  8. 681b4d8 pppox: use standard module auto-loading feature by Guillaume Nault · 9 years ago
  9. a8acce6 ppp: remove PPPOX_ZOMBIE socket state by Guillaume Nault · 9 years ago
  10. 8734e48 ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv() by Guillaume Nault · 9 years ago
  11. 1acea4f ppp: fix pppoe_dev deletion condition in pppoe_release() by Guillaume Nault · 9 years ago
  12. e674016 ppp: don't override sk->sk_state in pppoe_flush_dev() by Guillaume Nault · 9 years ago
  13. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  14. 665a6cd pppoe: drop pppoe device in pppoe_unbind_sock_work by Felix Fietkau · 9 years ago
  15. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  16. a068833 pppoe: Lacks DST MAC address check by Joakim Tjernlund · 9 years ago
  17. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  18. 287f3a9 pppoe: Use workqueue to die properly when a PADT is received by Simon Farnsworth · 9 years ago
  19. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  20. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  21. a8a3e41 net: pppoe: use correct channel MTU when using Multilink PPP by Christoph Schulz · 10 years ago
  22. 7ed8ca5 ppp: slight optimization of addr compare by dingtianhong · 10 years ago
  23. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  24. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  25. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  26. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  27. 2b018d5 pppoe: drop PPPOX_ZOMBIEs in pppoe_release by Xiaodong Xu · 12 years ago
  28. 968d701 ppp: avoid false drop_monitor false positives by Eric Dumazet · 12 years ago
  29. 3b12bb6 pppoe: remove unused return value from two methods. by Rami Rosen · 12 years ago
  30. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  31. 224cf5a ppp: Move the PPP drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/pppoe.c]
  32. 680ba7c pppoe: Must flush connections when MAC address changes too. by David S. Miller · 13 years ago
  33. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  34. ae07b0b pppoe: drop PPPOX_ZOMBIEs in pppoe_flush_dev by Ulrich Weber · 13 years ago
  35. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  36. 2a27a03 pppoe.c: Fix kernel panic caused by __pppoe_xmit by Andrej Ota · 13 years ago
  37. 756e64a net: constify some ppp/pptp structs by Eric Dumazet · 14 years ago
  38. d7100da ppp: make channel_ops const by stephen hemminger · 14 years ago
  39. 9785916 cleanup: remove pppoe_xmit() declaration. by Rami Rosen · 14 years ago
  40. 55c95e7 fix return value of __pppoe_xmit() method. by Rami Rosen · 14 years ago
  41. a5e9315 pppoe: uninitialized variable in pppoe_flush_dev() by Dan Carpenter · 14 years ago
  42. 00c60a8 cleanup: remove pppoe_ioctl() declaration. by Rami Rosen · 14 years ago
  43. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 14 years ago
  44. 8753d29 pppoe: remove unnecessary checks in pppoe_flush_dev by Jiri Pirko · 14 years ago
  45. be9e969 pppoe: use pppoe_pernet instead of directly net_generic by Jiri Pirko · 14 years ago
  46. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  47. c879a6f net: Simplify pppoe pernet operations. by Eric W. Biederman · 15 years ago
  48. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  49. 1178f66 pppoe: RCU locking in get_item_by_addr() by Eric Dumazet · 15 years ago
  50. fb64bb5 PPPoE: Fix flush/close races. by Michal Ostrowski · 15 years ago
  51. 07f6642 net,pppoe: fixup module init/exit subsequent calls by Cyrill Gorcunov · 15 years ago
  52. 72fc939 pppoe: fix /proc/net/pppoe by Eric Dumazet · 15 years ago
  53. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  54. d6781f2 drivers/net/ppp*.c: fix sparse warnings: fix signedness by Hannes Eder · 15 years ago
  55. 0012985 ppp: section fixes re netns by Alexey Dobriyan · 15 years ago
  56. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  57. 3617aa4 net: pppoe - stop using proc internals by Cyrill Gorcunov · 15 years ago
  58. e35fac8 net: pppoe - get rid of DECLARE_MAC_BUF by Cyrill Gorcunov · 15 years ago
  59. f5882c3 net: pppoe,pppol2tp - register channels with explicit net by Cyrill Gorcunov · 15 years ago
  60. a6bcf1c net: pppoe - introduce net-namespace functionality by Cyrill Gorcunov · 15 years ago
  61. 6aba915 net: pppoe - code cleanup and helpers by Cyrill Gorcunov · 15 years ago
  62. 4101dec net: constify VFTs by Jan Engelhardt · 15 years ago
  63. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  64. 263e69c pppoe: Fix socket leak. by David S. Miller · 16 years ago
  65. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  66. 2645a3c pppoe: warning fix by Stephen Hemminger · 16 years ago
  67. bc6cffd1 pppoe: Unshare skb before anything else by Herbert Xu · 16 years ago
  68. 392fdb0 net pppoe: Check packet length on all receive paths by Herbert Xu · 16 years ago
  69. a95609c netdev: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  70. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  71. 3c582b3 [PPP]: Sparse warning fixes. by Stephen Hemminger · 16 years ago
  72. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  73. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  74. b963dc1 pppoe: endianness by Al Viro · 17 years ago
  75. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  76. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  77. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  78. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  79. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  80. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  81. 21d0c83 [PPP] pppoe: Fix double-free on skb after transmit failure by Herbert Xu · 17 years ago
  82. d9cc204 [NET] skbuff: Add skb_cow_head by Herbert Xu · 17 years ago
  83. 9355ec2 [PPP] pppoe: Fill in header directly in __pppoe_xmit by Herbert Xu · 17 years ago
  84. db7bf6d [PPP] pppoe: Fix data clobbering in __pppoe_xmit and return value by Herbert Xu · 17 years ago
  85. 31bac44 [PPP] pppoe: Fix skb_unshare_check call position by Herbert Xu · 17 years ago
  86. f1543f8 [PPPOE]: Improve hashing function in hash_item(). by Florian Zumbiehl · 17 years ago
  87. 8aeca8f [PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location by Florian Zumbiehl · 17 years ago
  88. 86c1dcf [PPPoX/E]: return ENOTTY on unknown ioctl requests by Florian Zumbiehl · 17 years ago
  89. 42dc9cd [PPPOE]: Fix device tear-down notification. by Michal Ostrowski · 17 years ago
  90. 74b885c [PPPOE]: race between interface going down and connect() by Florian Zumbiehl · 17 years ago
  91. bfafb26 [PPPoE]: miscellaneous smaller cleanups by Florian Zumbiehl · 17 years ago
  92. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  93. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  94. 797659f [PPPOE]: Introduce pppoe_hdr() by Arnaldo Carvalho de Melo · 17 years ago
  95. 6f30e18 [PPPOE]: Use ifindex instead of device pointer in key lookups. by Florian Zumbiehl · 17 years ago
  96. 90719db [PPPOE]: Key connections properly on local device. by Florian Zumbiehl · 17 years ago
  97. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 17 years ago
  98. 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
  99. c9aa689 [PPPOE]: Advertise PPPoE MTU by Michal Ostrowski · 18 years ago
  100. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago