1. b136eeb appletalk: Set error code if register_snap_client failed by YueHaibing · 5 years ago
  2. 0977763 appletalk: Fix potential NULL pointer dereference in unregister_snap_client by YueHaibing · 5 years ago
  3. 6fbf866 appletalk: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 4 years, 10 months ago
  4. 6c42507 appletalk: Fix use-after-free in atalk_proc_exit by YueHaibing · 5 years ago
  5. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  6. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  7. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 6 years ago
  8. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 6 years ago
  9. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 6 years ago
  10. d644406 net: Use octal not symbolic permissions by Joe Perches · 6 years ago
  11. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 6 years ago
  12. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 6 years ago
  13. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  16. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  17. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 7 years ago
  18. a73ec31 appletalk: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  19. 48bb230 appletalk: fix erroneous return value by Anton Protopopov · 8 years ago
  20. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  21. 1a73de0 appletalk: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  22. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  23. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  24. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  25. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  27. 36beddc appletalk: Fix socket referencing in skb by Andrey Utkin · 10 years ago
  28. 63ae889 appletalk: fix a coccinella warning in net/appletalk/ddp.c by wangweidong · 10 years ago
  29. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  30. 7b30600 appletalk: fix checkpatch error with indent by wangweidong · 10 years ago
  31. 6f0984a appletalk: fix checkpatch errors with foo* bar|foo * bar by wangweidong · 10 years ago
  32. fd1dc26 appletalk: fix checkpatch errors with space required or prohibited by wangweidong · 10 years ago
  33. 9be68c1 net: Fix some fallout from the etner_addr_copy() changes. by David S. Miller · 10 years ago
  34. 90ccb6a appletalk: Use ether_addr_copy by Joe Perches · 10 years ago
  35. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  36. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  37. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  38. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  39. fccc9f1 appletalk: info leak in ->getname() by Dan Carpenter · 11 years ago
  40. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  41. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  42. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  43. 278f015 appletalk: Remove out of date message in printk by Dave Jones · 12 years ago
  44. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  45. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  46. 51c56b0 net: remove k{un}map_skb_frag() by Eric Dumazet · 12 years ago
  47. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  48. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  49. 4a9e4b0 appletalk: Reduce switch/case indent by Joe Perches · 13 years ago
  50. c100c8f appletalk: Fix OOPS in atalk_release(). by David S. Miller · 13 years ago
  51. b20e7bb net/appletalk: fix atalk_release use after free by Arnd Bergmann · 13 years ago
  52. 60d9f46 appletalk: remove the BKL by Arnd Bergmann · 13 years ago
  53. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  55. 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
  56. efaffb7 net: appletalk: use seq_hlist_foo() helpers by Li Zefan · 14 years ago
  57. 2a04cd4 appletalk:: da.s_net not copied but assigned to itself in aarp_rcv() by Roel Kluin · 14 years ago
  58. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  59. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  60. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  61. 415ce61 net/appletalk: using compat_ptr needs inclusion of linux/compat.h by Stephen Rothwell · 15 years ago
  62. f7a3a1d appletalk/ddp.c: Neaten checksum function by Joe Perches · 15 years ago
  63. ecced8b net/appletalk: push down BKL into a atalk_dgram_ops by Arnd Bergmann · 15 years ago
  64. 2066022 appletalk: handle SIOCATALKDIFADDR compat ioctl by Arnd Bergmann · 15 years ago
  65. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  66. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  67. 8be8057 Have atalk_route_packet() return NET_RX_SUCCESS not NET_XMIT_SUCCESS by Mark Smith · 15 years ago
  68. ffcfb8d Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loaded by Arnaldo Carvalho de Melo · 15 years ago
  69. 6885ffb Use correct NET_RX_* returns for atalk_rcv() by Mark Smith · 15 years ago
  70. f222e8b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  71. 3d39247 appletalk: fix atalk_getname() leak by Eric Dumazet · 15 years ago
  72. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  73. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  74. c564039 net: sk_wmem_alloc has initial value of one, not zero by Eric Dumazet · 15 years ago
  75. c32ba3f appletalk: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  76. e3804cb net: remove COMPAT_NET_DEV_OPS by Alexander Beregalov · 15 years ago
  77. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  78. 03ba999 appletalk: this warning can go I think by Alan Cox · 15 years ago
  79. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  80. 2db0960 appletalk: fix warning: format not a string literal and no ... by Hannes Eder · 15 years ago
  81. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  82. 60961ce appletalk: remove unneeded stubs by Stephen Hemminger · 16 years ago
  83. 03b35ccb appletalk: convert aarp to net_device_ops by Stephen Hemminger · 16 years ago
  84. 88a44e5 net/appletalk: Remove redundant test by Julia Lawall · 16 years ago
  85. 524ad0a netdevice: safe convert to netdev_priv() #part-4 by Wang Chen · 16 years ago
  86. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  87. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  88. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  89. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  90. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  91. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  92. c20932d2 [ATALK/DECNET]: Use seq_open_private in appletalk and decnet. by Pavel Emelyanov · 16 years ago
  93. ed2b5b4 [APPLETALK]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  94. ca629f24 [APPLETALK]: Annotations to clear sparse warnings by Eric Dumazet · 17 years ago
  95. b5ccd79 [NET]: Simple ctl_table to ctl_path conversions. by Pavel Emelyanov · 17 years ago
  96. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  97. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  98. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  99. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  100. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago