1. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  2. 407d819 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  3. 725a8ff ipv6: remove unused parameter from ip6_ra_control by Denis V. Lunev · 16 years ago
  4. bdccc4c tcp: fix kernel panic with listening_get_next by Daniel Lezcano · 16 years ago
  5. 4389dde tcp: Remove redundant checks when setting eff_sacks by Adam Langley · 16 years ago
  6. 33ad798 tcp: options clean up by Adam Langley · 16 years ago
  7. 49a72df tcp: Fix MD5 signatures for non-linear skbs by Adam Langley · 16 years ago
  8. 845525a sctp: Update sctp global memory limit allocations. by Vlad Yasevich · 16 years ago
  9. 336d326 sctp: remove unnecessary byteshifting, calculate directly in big-endian by Harvey Harrison · 16 years ago
  10. 4e54064 sctp: Allow only 1 listening socket with SO_REUSEADDR by Vlad Yasevich · 16 years ago
  11. 23b29ed sctp: Do not leak memory on multiple listen() calls by Vlad Yasevich · 16 years ago
  12. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 16 years ago
  13. 6d0ccba sctp: Prevent uninitialized memory access by Florian Westphal · 16 years ago
  14. c4e85f8 sctp: Don't abort initialization when CONFIG_PROC_FS=n by Florian Westphal · 16 years ago
  15. c1e20f7 tcp: RTT metrics scaling by Stephen Hemminger · 16 years ago
  16. 30ee42b pkt_sched: Fix noqueue_qdisc initialization. by David S. Miller · 16 years ago
  17. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  18. 72b25a9 pkt_sched: Get rid of u32_list. by David S. Miller · 16 years ago
  19. 8913336 packet: add PACKET_RESERVE sockopt by Patrick McHardy · 16 years ago
  20. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 16 years ago
  21. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 16 years ago
  22. 60bdde9 proc: clean the ip_misc_proc_init and ip_proc_init_net error paths by Pavel Emelyanov · 16 years ago
  23. 8e3461d proc: show per-net ip_devconf.forwarding in /proc/net/snmp by Pavel Emelyanov · 16 years ago
  24. 229bf0c proc: create /proc/net/snmp file in each net by Pavel Emelyanov · 16 years ago
  25. 7b7a9df proc: create /proc/net/netstat file in each net by Pavel Emelyanov · 16 years ago
  26. d89cbbb ipv4: clean the init_ipv4_mibs error paths by Pavel Emelyanov · 16 years ago
  27. 923c658 mib: put icmpmsg statistics on struct net by Pavel Emelyanov · 16 years ago
  28. b60538a mib: put icmp statistics on struct net by Pavel Emelyanov · 16 years ago
  29. 386019d mib: put udplite statistics on struct net by Pavel Emelyanov · 16 years ago
  30. 2f275f9 mib: put udp statistics on struct net by Pavel Emelyanov · 16 years ago
  31. 61a7e26 mib: put net statistics on struct net by Pavel Emelyanov · 16 years ago
  32. a20f579 mib: put ip statistics on struct net by Pavel Emelyanov · 16 years ago
  33. 57ef42d mib: put tcp statistics on struct net by Pavel Emelyanov · 16 years ago
  34. 9b4661b ipv4: add pernet mib operations by Pavel Emelyanov · 16 years ago
  35. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  36. a0c80b8 pkt_sched: Make default qdisc nonshared-multiqueue safe. by David S. Miller · 16 years ago
  37. 99194cf pkt_sched: Add multiqueue handling to qdisc_graft(). by David S. Miller · 16 years ago
  38. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  39. c7e4f3b pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. by David S. Miller · 16 years ago
  40. 5304997 pkt_sched: Make qdisc grafting locking more specific. by David S. Miller · 16 years ago
  41. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 16 years ago
  42. 15b458f pkt_sched: Kill qdisc_lock_tree usage in cls_route.c by David S. Miller · 16 years ago
  43. 55dbc64 pkt_sched: Remove qdisc_lock_tree usage in cls_api.c by David S. Miller · 16 years ago
  44. 17715e6 pkt_sched: Use per-queue locking in shutdown_scheduler_queue. by David S. Miller · 16 years ago
  45. 8a34c5d pkt_sched: Perform bulk of qdisc destruction in RCU. by David S. Miller · 16 years ago
  46. 1636112 pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. by David S. Miller · 16 years ago
  47. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  48. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  49. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 16 years ago
  50. d3b753d pkt_sched: Move gso_skb into Qdisc. by David S. Miller · 16 years ago
  51. 8f0f222 net: Implement simple sw TX hashing. by David S. Miller · 16 years ago
  52. 51cb6db mac80211: Reimplement WME using ->select_queue(). by David S. Miller · 16 years ago
  53. eae792b netdev: Add netdev->select_queue() method. by David S. Miller · 16 years ago
  54. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  55. 24344d2 mac80211: Temporarily mark QoS support BROKEN. by David S. Miller · 16 years ago
  56. 1d8ae3f pkt_sched: Remove RR scheduler. by David S. Miller · 16 years ago
  57. 09e83b5 netdev: Kill NETIF_F_MULTI_QUEUE. by David S. Miller · 16 years ago
  58. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  59. 51ce7ec garp: retry sending JoinIn messages after allocation failures by Patrick McHardy · 16 years ago
  60. 9a6d276 core: add stat to track unresolved discards in neighbor cache by Neil Horman · 16 years ago
  61. ed88098 mib: add net to NET_ADD_STATS_USER by Pavel Emelyanov · 16 years ago
  62. f2bf415 mib: add net to NET_ADD_STATS_BH by Pavel Emelyanov · 16 years ago
  63. 6f67c81 mib: add net to NET_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  64. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  65. 4e67344 mib: add net to NET_INC_STATS by Pavel Emelyanov · 16 years ago
  66. 1ed8346 tcp: replace tcp_sock argument with sock in some places by Pavel Emelyanov · 16 years ago
  67. ca12a1a inet: prepare net on the stack for NET accounting macros by Pavel Emelyanov · 16 years ago
  68. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 16 years ago
  69. 74688e4 mib: add net to TCP_DEC_STATS by Pavel Emelyanov · 16 years ago
  70. 63231bd mib: add net to TCP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  71. 81cc8a7 mib: add net to TCP_INC_STATS by Pavel Emelyanov · 16 years ago
  72. a9c1932 tcp: add net to tcp_mib_init by Pavel Emelyanov · 16 years ago
  73. a86b1e3 inet: prepare struct net for TCP MIB accounting by Pavel Emelyanov · 16 years ago
  74. c5346fe mib: add net to IP_ADD_STATS_BH by Pavel Emelyanov · 16 years ago
  75. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  76. 5e38e27 mib: add net to IP_INC_STATS by Pavel Emelyanov · 16 years ago
  77. 84a3aa0 ipv4: prepare net initialization for IP accounting by Pavel Emelyanov · 16 years ago
  78. 70efce2 net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments. by Will Newton · 16 years ago
  79. 7b1c65f net: make __skb_splice_bits static by Harvey Harrison · 16 years ago
  80. 885a4c9 Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer.net/linux-2.6 by David S. Miller · 16 years ago
  81. 9d3a0de ipvs: More reliable synchronization on connection close by Rumen G. Bogdanovski · 16 years ago
  82. 375c6bb ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible() by Sven Wegener · 16 years ago
  83. ba6fd85 ipvs: Put backup thread on mcast socket wait queue by Sven Wegener · 16 years ago
  84. 998e7a7 ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread() by Sven Wegener · 16 years ago
  85. e6dd731 ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock() by Sven Wegener · 16 years ago
  86. d564005 ipvs: Initialize mcast addr at compile time by Sven Wegener · 16 years ago
  87. cadc723 Merge branch 'bkl-removal' into next by Trond Myklebust · 16 years ago
  88. e89e896 Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  89. a86dc49 SUNRPC: Remove the BKL from the callback functions by Trond Myklebust · 16 years ago
  90. c2e1b09 SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon by Chuck Lever · 16 years ago
  91. babe80e SUNRPC: Refactor rpcb_register to make rpcbindv4 support easier by Chuck Lever · 16 years ago
  92. 423d8b0 SUNRPC: None of rpcb_create's callers wants a privileged source port by Chuck Lever · 16 years ago
  93. cc5598b SUNRPC: Introduce a specific rpcb_create for contacting localhost by Chuck Lever · 16 years ago
  94. 166b88d SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSET by Chuck Lever · 16 years ago
  95. 59190f4 Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  96. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  97. 6c9fcaf Merge branch 'core/rcu' into core/rcu-for-linus by Ingo Molnar · 16 years ago
  98. d0236f8 iucv: fix memory leak in cpu hotplug error path. by Akinobu Mita · 16 years ago
  99. 2870c43 net: refactor tcp splice receive path to improve readability by Octavian Purdila · 16 years ago
  100. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago