1. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  2. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  3. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  4. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  5. 7238843 sctp: Sysctl configuration for IPv4 Address Scoping by Bhaskar Dutta · 15 years ago
  6. 418372b sctp: fix missing destroy of percpu counter variable in sctp_proc_exit() by Rafael Laufer · 15 years ago
  7. eaa184a sctp: protocol.c call rcu_barrier() on unload. by Jesper Dangaard Brouer · 15 years ago
  8. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  9. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  10. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  11. fb13d9f SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails by Brian Haley · 15 years ago
  12. d1dd524 sctp: fix crash during module unload by Vlad Yasevich · 15 years ago
  13. 914e1c8 sctp: Inherit all socket options from parent correctly. by Vlad Yasevich · 15 years ago
  14. 06e8680 sctp: Allow to disable SCTP checksums via module parameter by Lucas Nussbaum · 15 years ago
  15. 157653c sctp: fix missing label when PROC_FS=n by Randy Dunlap · 16 years ago
  16. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 16 years ago
  17. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  18. f880374 sctp: Drop ipfargok in sctp_xmit function by Herbert Xu · 16 years ago
  19. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  20. 845525a sctp: Update sctp global memory limit allocations. by Vlad Yasevich · 16 years ago
  21. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 16 years ago
  22. c4e85f8 sctp: Don't abort initialization when CONFIG_PROC_FS=n by Florian Westphal · 16 years ago
  23. 3d00fb9 sctp: fix error path in sctp_proc_init by Pavel Emelyanov · 16 years ago
  24. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  25. 80896a3 sctp: Correctly cleanup procfs entries upon failure. by Wei Yongjun · 16 years ago
  26. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  27. b9031d9 sctp: Fix ECN markings for IPv6 by Vlad Yasevich · 16 years ago
  28. 159c6be sctp: Move sctp_v4_dst_saddr out of loop by Gui Jianfeng · 16 years ago
  29. e511710 [SCTP]: Fix NULL dereference of asoc. by YOSHIFUJI Hideaki · 16 years ago
  30. 20c2c1f sctp: add sctp/remaddr table to complete RFC remote address table OID by Neil Horman · 16 years ago
  31. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  32. a40a7d1 [SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event. by Pavel Emelyanov · 16 years ago
  33. 996b1db [SCTP]: Use snmp_mib_{init,free}(). by YOSHIFUJI Hideaki · 16 years ago
  34. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 16 years ago
  35. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 16 years ago
  36. 8258175 [SCTP]: Replace socket with sock for SCTP control socket. by Denis V. Lunev · 16 years ago
  37. 4ffe022 [SCTP]: Use inet_ctl_sock_create for control socket creation. by Denis V. Lunev · 16 years ago
  38. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  39. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  40. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  41. 270637a [SCTP]: Fix a race between module load and protosw access by Vlad Yasevich · 16 years ago
  42. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  43. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  44. 2262621 [SCTP]: Fix local_addr deletions during list traversals. by Chidambar 'ilLogict' Zinnoury · 16 years ago
  45. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  46. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  47. 6133fb1 [NETNS]: Disable inetaddr notifiers in namespaces other than initial. by Denis V. Lunev · 16 years ago
  48. 15efbe7 [SCTP]: Clean up naming conventions of sctp protocol/address family registration by Neil Horman · 16 years ago
  49. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 16 years ago
  50. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  51. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 16 years ago
  52. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 16 years ago
  53. f57d96b [SCTP]: Change use_as_src into a full address state by Vlad Yasevich · 16 years ago
  54. b5cb2bb [IPV4] sctp: Use ipv4_is_<type> by Joe Perches · 16 years ago
  55. d970dbf SCTP: Convert custom hash lists to use hlist. by Vlad Yasevich · 17 years ago
  56. 73d9c4f SCTP: Allow ADD_IP to work with AUTH for backward compatibility. by Vlad Yasevich · 17 years ago
  57. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  58. af49d92 Remove "unsafe" from module struct by Rusty Russell · 17 years ago
  59. 0639300 [SCTP]: port randomization by Stephen Hemminger · 17 years ago
  60. a29a5bd [SCTP]: Implement SCTP-AUTH initializations. by Vlad Yasevich · 17 years ago
  61. 007e393 [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c by Vlad Yasevich · 17 years ago
  62. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  63. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  64. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  65. 4d93df0 [SCTP]: Rewrite of sctp buffer management code by Neil Horman · 17 years ago
  66. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 17 years ago
  67. 2930354 [SCTP]: Add RCU synchronization around sctp_localaddr_list by Vlad Yasevich · 17 years ago
  68. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  69. 827bf12 [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv() by Sridhar Samudrala · 17 years ago
  70. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  71. 7033157 [SCTP]: Implement SCTP_MAX_BURST socket option. by Vlad Yasevich · 17 years ago
  72. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 17 years ago
  73. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  74. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  75. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 17 years ago
  76. 2412318 [SCTP]: make 2 functions static by Adrian Bunk · 17 years ago
  77. 882a382 [SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket. by Sridhar Samudrala · 17 years ago
  78. 29c7cf9 [SCTP]: Handle address add/delete events in a more efficient way. by Sridhar Samudrala · 17 years ago
  79. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  80. 3dbe865 [SCTP]: Annotate ->supported_addrs(). by Al Viro · 18 years ago
  81. 6fbfa9f [SCTP]: Annotate ->inaddr_any(). by Al Viro · 18 years ago
  82. 7dcdbd9 [SCTP]: Don't bother setting sin_port in ->from_sk(). by Al Viro · 18 years ago
  83. 74af924 [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  84. 6244be4 [SCTP]: Trivial parts of a_h -> a switch. by Al Viro · 18 years ago
  85. d3f7a54 [SCTP]: ->get_saddr() switched to net-endian. by Al Viro · 18 years ago
  86. dd86d13 [SCTP]: Switch ->from_addr_param() to net-endian. by Al Viro · 18 years ago
  87. 5ab7b85 [SCTP]: Switch sctp_add_bind_addr() to net-endian. by Al Viro · 18 years ago
  88. d55c41b [SCTP]: Switch ->from_skb() to net-endian. by Al Viro · 18 years ago
  89. 854d43a [SCTP]: Annotate ->dst_saddr() by Al Viro · 18 years ago
  90. 5f242a1 [SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian. by Al Viro · 18 years ago
  91. 2a6fd78 [SCTP] embedded sctp_addr: net-endian mirrors by Al Viro · 18 years ago
  92. 09ef7fe [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. by Al Viro · 18 years ago
  93. dbc16db [SCTP]: Trivial sctp endianness annotations. by Al Viro · 18 years ago
  94. 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
  95. 4f44430 [SCTP]: Correctly set IP id for SCTP traffic by Vlad Yasevich · 18 years ago
  96. 1616436 [SCTP]: Cleanups by Adrian Bunk · 18 years ago
  97. 4cbf1ca [SCTP]: Change globals to __read_mostly by Brian Haley · 18 years ago
  98. 3fd091e [SCTP]: Remove multiple levels of msecs to jiffies conversions. by Vladislav Yasevich · 18 years ago
  99. dc022a9 [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed by Sridhar Samudrala · 18 years ago
  100. 5636bef [SCTP]: Reject sctp packets with broadcast addresses. by Vlad Yasevich · 18 years ago