1. 92f1fec [NETNS]: Enable TCP/UDP/ICMP inside namespace. by Denis V. Lunev · 16 years ago
  2. 2342fd7 [NETNS]: Allow to create sockets in non-initial namespace. by Denis V. Lunev · 16 years ago
  3. f145049 [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis. by Denis V. Lunev · 16 years ago
  4. 0be43f8 [NETNS]: Process netfilter hooks in initial namespace only. by Denis V. Lunev · 16 years ago
  5. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 16 years ago
  6. cb84663 [NETNS]: Process IP layer in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  7. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 16 years ago
  8. f2c4802 [NETNS]: Add namespace parameter to ip_options_get(...). by Denis V. Lunev · 16 years ago
  9. 0e6bd4a [NETNS]: Add namespace parameter to ip_options_compile. by Denis V. Lunev · 16 years ago
  10. ffc31d3 [NETNS]: /proc/net/arp namespacing. by Denis V. Lunev · 16 years ago
  11. 49e8a27 [NETNS]: Process ARP in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  12. 2feb27d [NETNS]: Minor information leak via /proc/net/ptype file. by Pavel Emelyanov · 16 years ago
  13. 84c375a [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace. by Pavel Emelyanov · 16 years ago
  14. ff2bac6 [UDP-Lite]: Clean up proc creation a bit. by Pavel Emelyanov · 16 years ago
  15. 757764f [NETNS][TCP]: Register /proc/net/tcp in a namespace. by Pavel Emelyanov · 16 years ago
  16. 15439fe [NETNS][UDP]: Register /proc/net/udp in a namespace. by Pavel Emelyanov · 16 years ago
  17. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  18. 80445cf [SCTP]: Remove redundant wrapper functions. by Florian Westphal · 16 years ago
  19. 2444844 [SCTP]: Replace char msg[] with static const char[]. by Florian Westphal · 16 years ago
  20. 3d3b2d2 fib_trie: print information on all routing tables by Stephen Hemminger · 16 years ago
  21. 2a706ec [AF_PACKET]: Remove unused variable. by Jiri Olsa · 16 years ago
  22. 2051f11 [TCP]: Shrink syncookie_secret by 8 byte. by Florian Westphal · 16 years ago
  23. 8f3ea33 sch_htb: fix "too many events" situation by Martin Devera · 16 years ago
  24. 061964f [IPV6]: Remove unused code in ndisc_send_redirect(). by Rami Rosen · 16 years ago
  25. dbee0d3 [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. by Wang Chen · 16 years ago
  26. 53a6201 [9P] net/9p/trans_fd.c: remove unused variable by Julia Lawall · 16 years ago
  27. 421f099 [IPV6] net/ipv6/ndisc.c: remove unused variable by Julia Lawall · 16 years ago
  28. 6440cc9 [IPV4] fib_trie: fix warning from rcu_assign_poinger by Stephen Hemminger · 16 years ago
  29. 817bc4d [IPV4] route: use read_mostly by Stephen Hemminger · 16 years ago
  30. ce25999 [IPV4]: sk parameter is unused in ipv4_dst_blackhole. by Denis V. Lunev · 16 years ago
  31. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 16 years ago
  32. 6ba5a3c [UDP]: Make full use of proto.h.udp_hash innovation. by Pavel Emelyanov · 16 years ago
  33. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 16 years ago
  34. 22aba38 [IPV4]: Always pass ip_options pointer into ip_options_compile. by Denis V. Lunev · 16 years ago
  35. ef72249 [IPV4]: Remove unused ip_options->is_data. by Denis V. Lunev · 16 years ago
  36. 10fe7d8 [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile. by Denis V. Lunev · 16 years ago
  37. 69d1506 [TCP]: Let skbs grow over a page on fast peers by Herbert Xu · 16 years ago
  38. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 16 years ago
  39. e4c7884 [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synack by Patrick McManus · 16 years ago
  40. 539fae8 [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh by Patrick McManus · 16 years ago
  41. 7512cbf [DLCI]: Fix tiny race between module unload and sock_ioctl. by Pavel Emelyanov · 16 years ago
  42. 28518fc [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6] by Pavel Emelyanov · 16 years ago
  43. b1153f2 netlink: make socket filters work on netlink by Stephen Hemminger · 16 years ago
  44. 12b1015 [IPV4]: Fix null dereference in ip_defrag by Phil Oester · 16 years ago
  45. 6f8b13b [NETNS][IPV6] tcp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  46. 0c96d8c [NETNS][IPV6] udp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  47. f40c817 [NETNS][IPV4] tcp - make proc handle the network namespaces by Daniel Lezcano · 16 years ago
  48. 8d9f174 [NETNS][IPV6] tcp - assign the netns for timewait sockets by Daniel Lezcano · 16 years ago
  49. a91275e [NETNS][IPV6] udp - make proc handle the network namespace by Daniel Lezcano · 16 years ago
  50. ea82edf [NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled in by Daniel Lezcano · 16 years ago
  51. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 16 years ago
  52. 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
  53. 38fe999 [IPV6] KCONFIG: Fix description about IPV6_TUNNEL. by YOSHIFUJI Hideaki · 16 years ago
  54. 607bfbf [TCP]: Fix shrinking windows with window scaling by Patrick McHardy · 16 years ago
  55. 8a455b0 netpoll: zap_completion_queue: adjust skb->users counter by Jarek Poplawski · 16 years ago
  56. 2bec008 bridge: use time_before() in br_fdb_cleanup() by Fabio Checconi · 16 years ago
  57. 270637a [SCTP]: Fix a race between module load and protosw access by Vlad Yasevich · 16 years ago
  58. d0ebf13 [NETFILTER]: ipt_recent: sanity check hit count by Daniel Hokka Zakrisson · 16 years ago
  59. 6aebb9b [NETFILTER]: nf_conntrack_h323: logical-bitwise & confusion in process_setup() by Roel Kluin · 16 years ago
  60. 938b93a [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros. by Robert P. J. Day · 16 years ago
  61. 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
  62. 2f63392 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  63. 5e226e4 [IPV4]: esp_output() misannotations by Al Viro · 16 years ago
  64. 9534f03 [8021Q]: vlan_dev misannotations by Al Viro · 16 years ago
  65. 2772442 [SUNRPC]: net/* NULL noise by Al Viro · 16 years ago
  66. bc92dd1 [SCTP]: fix misannotated __sctp_rcv_asconf_lookup() by Al Viro · 16 years ago
  67. 0382b9c [PKT_SCHED]: annotate cls_u32 by Al Viro · 16 years ago
  68. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  69. d935713 the scheduled rc80211-simple.c removal by Adrian Bunk · 16 years ago
  70. 7524d7d the scheduled ieee80211 softmac removal by Adrian Bunk · 16 years ago
  71. 609eb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  72. 3fedb3c SVCRDMA: Fix erroneous BUG_ON in send_write by Tom Tucker · 16 years ago
  73. c48cbb4 SVCRDMA: Add xprt refs to fix close/unmount crash by Tom Tucker · 16 years ago
  74. ba73d4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.26 by David S. Miller · 16 years ago
  75. 2262621 [SCTP]: Fix local_addr deletions during list traversals. by Chidambar 'ilLogict' Zinnoury · 16 years ago
  76. 5ea3a74 [TCP]: Prevent sending past receiver window with TSO (at last skb) by Ilpo Järvinen · 16 years ago
  77. 94be1a3 [NETFILTER]: nf_queue: don't return error when unregistering a non-existant handler by Patrick McHardy · 16 years ago
  78. 914afea [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0 exists by Patrick McHardy · 16 years ago
  79. b7047a1 [NETFILTER]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 exists by Patrick McHardy · 16 years ago
  80. 019f692 [NETFILTER]: nf_conntrack: replace horrible hack with ksize() by Pekka Enberg · 16 years ago
  81. 3d89e9c [NETFILTER]: nf_conntrack: add \n to "expectation table full" message by Alexey Dobriyan · 16 years ago
  82. 4f4c943 [NETFILTER]: xt_time: fix failure to match on Sundays by Jan Engelhardt · 16 years ago
  83. 7000d38 [NETFILTER]: nfnetlink_log: fix computation of netlink skb size by Eric Leblond · 16 years ago
  84. cabaa9b [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb. by Eric Leblond · 16 years ago
  85. e5f98f2 mac80211: don't call conf_tx under RCU lock by Johannes Berg · 16 years ago
  86. 4c1aa6f Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  87. ee1a2c5 SUNRPC: Fix a nfs4 over rdma transport oops by Tom Talpey · 16 years ago
  88. b8ad0cb [NETNS][IPV6] mcast - handle several network namespace by Daniel Lezcano · 16 years ago
  89. e504799 [NETNS][IPV6] tcp6 - handle several network namespace by Daniel Lezcano · 16 years ago
  90. 93ec926 [NETNS][IPV6] tcp6 - make socket control per namespace by Daniel Lezcano · 16 years ago
  91. 1762f7e [NETNS][IPV6] ndisc - make socket control per namespace by Daniel Lezcano · 16 years ago
  92. a18bc69 [NETNS][IPV6] ndisc - make ndisc handle multiple network namespaces by Daniel Lezcano · 16 years ago
  93. 8a3edd8 [NETNS][IPV6] fix some missing namespace by Daniel Lezcano · 16 years ago
  94. db8dac2 [UDP]: Revert udplite and code split. by David S. Miller · 16 years ago
  95. ba0fa45 [TIPC]: Update version to 1.6.3 by Allan Stephens · 16 years ago
  96. c0cb7ef [TIPC]: Enhancements to message header writing by Allan Stephens · 16 years ago
  97. 3769542 [TIPC]: Use correct bitmask when setting version by Allan Stephens · 16 years ago
  98. 06d82c9 [TIPC]: Minor cleanup of message header code by Allan Stephens · 16 years ago
  99. 0e0609b [TIPC]: Eliminate "sparse" symbol warnings by Allan Stephens · 16 years ago
  100. e247a8f [TIPC]: Add argument validation for shutdown() by Allan Stephens · 16 years ago