1. 65a1ff9 net: rose: fix a possible stack overflow by Eric Dumazet · 5 years ago
  2. 5d16d81 net/rose: fix NULL ax25_cb kernel panic by Bernard Pidoux · 5 years ago
  3. f4979fc rose: limit sk_filter trim to payload by Willem de Bruijn · 8 years ago
  4. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  5. d496f78 NET: ROSE: Don't dereference NULL neighbour pointer. by Ralf Baechle · 9 years ago
  6. 8f481b50 netfilter: Remove spurios included of netfilter.h by Eric W Biederman · 9 years ago
  7. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  8. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 9 years ago
  9. 03ec2ac rose: Transmit packets in rose_xmit not rose_rebuild_header by Eric W. Biederman · 9 years ago
  10. b753af3 rose: Set the destination address in rose_header by Eric W. Biederman · 9 years ago
  11. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  12. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  13. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  14. 13aa3463 rose: use %*ph specifier by Andy Shevchenko · 10 years ago
  15. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  16. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  17. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  18. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  19. f81152e net: rose: restore old recvmsg behavior by Florian Westphal · 10 years ago
  20. db34de9 rose: cleanup checkpatch errors,spaces required by Weilong Chen · 10 years ago
  21. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 10 years ago
  22. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  23. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  24. 4a18423 rose: fix info leak via msg_name in rose_recvmsg() by Mathias Krause · 11 years ago
  25. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  26. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  27. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  28. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  29. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  30. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  31. ed359a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  32. 81213b5 rose_dev: fix memcpy-bug in rose_set_mac_address by danborkmann@iogearbox.net · 12 years ago
  33. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  34. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  35. fa36612 rose: Delete commented out references to ancient firewalling code. by David S. Miller · 13 years ago
  36. 8849b72 NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG calls by Ralf Baechle · 13 years ago
  37. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  38. e0bccd3 rose: Add length checks to CALL_REQUEST parsing by Ben Hutchings · 13 years ago
  39. be20250 ROSE: prevent heap corruption with bad facilities by Dan Rosenberg · 13 years ago
  40. 68aa3fd ROSE: AX25: finding routes simplification by Bernard Pidoux · 13 years ago
  41. c5d8b24 ROSE: rose AX25 packet routing improvement by Bernard Pidoux · 13 years ago
  42. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  43. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  44. 9828e6e rose: Fix signedness issues wrt. digi count. by David S. Miller · 14 years ago
  45. e2e0c7c net/rose: Use GFP_ATOMIC by Julia Lawall · 14 years ago
  46. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  47. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  48. b999748 net: rose: use seq_hlist_foo() helpers by Li Zefan · 14 years ago
  49. d00c362 ax25: netrom: rose: Fix timer oopses by Jarek Poplawski · 14 years ago
  50. 1f731b6 rose_loopback_timer sets VC number <= ROSE_DEFAULT_MAXVC by Bernard Pidoux F6BVP · 14 years ago
  51. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  52. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 14 years ago
  53. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 14 years ago
  54. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 14 years ago
  55. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  56. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  57. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  58. b4ec824 rose: device refcount leak by Eric Dumazet · 15 years ago
  59. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  60. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  61. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  62. 5708e86 net: constify remaining proto_ops by Alexey Dobriyan · 15 years ago
  63. 36e4d64 convert hamradio drivers to netdev_txreturnt_t by Stephen Hemminger · 15 years ago
  64. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 17ac2e9 rose: Fix rose_getname() leak by Eric Dumazet · 15 years ago
  66. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  67. dcf777f NET: ROSE: Don't use static buffer. by Ralf Baechle · 15 years ago
  68. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  69. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  70. c564039 net: sk_wmem_alloc has initial value of one, not zero by Eric Dumazet · 15 years ago
  71. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  72. 6fd4777 Revert "rose: zero length frame filtering in af_rose.c" by David S. Miller · 15 years ago
  73. 83e0bbc af_rose/x25: Sanity check the maximum user frame size by Alan Cox · 15 years ago
  74. 3170c65 rose: convert to network_device_ops by Stephen Hemminger · 15 years ago
  75. d289d12 rose: convert to internal net_device_stats by Stephen Hemminger · 15 years ago
  76. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  77. ec98ce4 Merge branch 'master' into next by James Morris · 15 years ago
  78. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  79. 244f46a rose: zero length frame filtering in af_rose.c by Bernard Pidoux · 15 years ago
  80. c2a2b8d CRED: Wrap task credential accesses in the ROSE protocol by David Howells · 15 years ago
  81. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  82. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  83. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  84. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  85. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  86. fe2c802 rose: improving AX25 routing frames via ROSE network by Bernard Pidoux · 16 years ago
  87. 44ccff1 rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  88. f37f2c6 rose: Wrong list_lock argument in rose_node seqops by Bernard Pidoux · 16 years ago
  89. 047f761 [ROSE]: Fix soft lockup wrt. rose_node_list_lock by Bernard Pidoux · 16 years ago
  90. 43837b1 rose: Socket lock was not released before returning to user space by Bernard Pidoux · 16 years ago
  91. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  92. 4965291 [ROSE/AX25] af_rose: rose_release() fix by Jarek Poplawski · 16 years ago
  93. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  94. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  95. 95b7d92 [ROSE]: Supress sparse warnings by Eric Dumazet · 16 years ago
  96. b5ccd79 [NET]: Simple ctl_table to ctl_path conversions. by Pavel Emelyanov · 16 years ago
  97. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  98. 78f150b [ROSE]: Trivial compilation CONFIG_INET=n case by Pavel Emelyanov · 16 years ago
  99. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  100. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago