1. fedae0f dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock by Paolo Abeni · 6 years ago
  2. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 8 years ago
  3. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 8 years ago
  4. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  5. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  6. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  7. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  8. c0b8023 af_decnet: Use time_after_eq by Himangi Saraogi · 10 years ago
  9. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  10. ab3301bd net: Move prototype declaration to header file include/net/dn.h from net/decnet/af_decnet.c by Rashika Kheria · 10 years ago
  11. f56b8bf net: Move prototype declaration to appropriate header file from decnet/af_decnet.c by Rashika Kheria · 10 years ago
  12. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  13. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  14. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  15. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  16. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  17. cec771d decnet: use correct RCU API to deref sk_dst_cache field by Cong Wang · 11 years ago
  18. 46b66d7 decnet: fix shutdown parameter checking by Xi Wang · 12 years ago
  19. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  20. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  21. 06f8fe1 decnet: Reduce switch/case indent by Joe Perches · 13 years ago
  22. bef55ae decnet: Convert to use flowidn where applicable. by David S. Miller · 13 years ago
  23. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  24. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 13 years ago
  25. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  26. 3c6f27b DECnet: don't leak uninitialized stack byte by Dan Rosenberg · 13 years ago
  27. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  28. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  29. fc766e4c decnet: RCU conversion and get rid of dev_base_lock by Eric Dumazet · 14 years ago
  30. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  31. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  32. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 14 years ago
  33. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  34. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  35. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 15 years ago
  36. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  37. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  38. 10e8544 decnet: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  39. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  40. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  41. bec571e decnet: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  42. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  43. e57c624 decnet: fix sparse warnings: symbol shadows an earlier one by Hannes Eder · 15 years ago
  44. db849df decnet: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  45. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  46. c4106aa decnet: remove private wrappers of endian helpers by Harvey Harrison · 15 years ago
  47. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  48. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 16 years ago
  49. 22196d3 decnet: Remove SOCK_SLEEP_{PRE,POST} usage. by David S. Miller · 16 years ago
  50. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  51. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  52. c20932d2 [ATALK/DECNET]: Use seq_open_private in appletalk and decnet. by Pavel Emelyanov · 16 years ago
  53. b98999d [DECNET]: Use htons() where appropriate. by YOSHIFUJI Hideaki · 16 years ago
  54. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  55. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  56. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  57. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  58. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  59. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  60. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  61. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  62. fa34ddd [DECNet]: Use rtnl registration interface by Thomas Graf · 17 years ago
  63. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  64. 429eb0f [NET] DECNET: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  65. 375d9d7 [DECNET]: Endianess fixes (try #2) by Steven Whitehouse · 18 years ago
  66. 52c41a3 [DECNET]: Fix sfuzz hanging on 2.6.18 by Patrick McHardy · 18 years ago
  67. a8731cb [DECNET]: Covert rules to use generic code by Steven Whitehouse · 18 years ago
  68. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  69. c60992d [DECnet]: Patch to fix recvmsg() flag check by Patrick Caulfield · 18 years ago
  70. c4ea94a [DECnet]: Endian annotation and fixes for DECnet. by Steven Whitehouse · 18 years ago
  71. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  72. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 18 years ago
  73. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 18 years ago
  74. 1f12bcc [DECNET]: add memory buffer settings by Steven Whitehouse · 18 years ago
  75. 9eb5c94 [DECNET]: fix SIGPIPE by Patrick Caulfield · 19 years ago
  76. 900e014 [DECNET]: Remove some redundant ifdeffed code by Patrick Caulfield · 19 years ago
  77. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  78. f4a19a56 [DECNET]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  79. 12a49ff [DECNET]: Tidy send side socket SKB allocation. by Patrick Caulfield · 19 years ago
  80. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  81. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  82. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  83. 001ab02 [DECNET]: Use sk_stream_error function rather than DECnet's own by Steven Whitehouse · 19 years ago
  84. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago