1. 243bf6e netfilter: xtables: resolve indirect macros 3/3 by Jan Engelhardt · 14 years ago
  2. 87a2e70d netfilter: xtables: resolve indirect macros 2/3 by Jan Engelhardt · 14 years ago
  3. 12b00c2 netfilter: xtables: resolve indirect macros 1/3 by Jan Engelhardt · 14 years ago
  4. f68c530 netfilter: unregister nf hooks, matches and targets in the reverse order by Changli Gao · 14 years ago
  5. e55df53 netfilter: remove duplicated include by Nicolas Kaiser · 14 years ago
  6. a8defca netfilter: ipt_LOG: add bufferisation to call printk() once by Eric Dumazet · 14 years ago
  7. 0c200d9 netfilter: nf_nat: make find/put static by Stephen Hemminger · 14 years ago
  8. 758ff03 IPVS: sip persistence engine by Simon Horman · 14 years ago
  9. f71499a IPVS: Fallback if persistence engine fails by Simon Horman · 14 years ago
  10. 0d1e71b IPVS: Allow configuration of persistence engines by Simon Horman · 14 years ago
  11. 8be67a6 IPVS: management of persistence engine modules by Simon Horman · 14 years ago
  12. a3c918a IPVS: Add persistence engine data to /proc/net/ip_vs_conn by Simon Horman · 14 years ago
  13. 8599928 IPVS: Add struct ip_vs_pe by Simon Horman · 14 years ago
  14. 2fabf35 IPVS: ip_vs_{un,}bind_scheduler NULL arguments by Simon Horman · 14 years ago
  15. 6e08bfb IPVS: Allow null argument to ip_vs_scheduler_put() by Simon Horman · 14 years ago
  16. f11017e IPVS: Add struct ip_vs_conn_param by Simon Horman · 14 years ago
  17. 5b57a98 IPVS: compact ip_vs_sched_persist() by Simon Horman · 14 years ago
  18. 001985b netfilter: nf_conntrack_sip: Add callid parser by Simon Horman · 14 years ago
  19. 5adbb9f netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a null ct argument by Simon Horman · 14 years ago
  20. bc01befd netfilter: ctnetlink: add support for user-space expectation helpers by Pablo Neira Ayuso · 14 years ago
  21. 8b008fa netfilter: ctnetlink: allow to specify the expectation flags by Pablo Neira Ayuso · 14 years ago
  22. bcac0df netfilter: ctnetlink: missing validation of CTA_EXPECT_ZONE attribute by Pablo Neira Ayuso · 14 years ago
  23. 5b92b61 netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpers by Pablo Neira Ayuso · 14 years ago
  24. 26c15cf ipvs: changes related to service usecnt by Julian Anastasov · 14 years ago
  25. 99f07e9 netfilter: save the hash of the tuple in the original direction for latter use by Changli Gao · 14 years ago
  26. 8a80304 ipvs: make rerouting optional with snat_reroute by Julian Anastasov · 14 years ago
  27. f4bc17c ipvs: netfilter connection tracking changes by Julian Anastasov · 14 years ago
  28. 3575792 ipvs: extend connection flags to 32 bits by Julian Anastasov · 14 years ago
  29. b239096 netfilter: nf_conntrack: fix the hash random initializing race by Changli Gao · 14 years ago
  30. ed0b6d7 netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding() by Changli Gao · 14 years ago
  31. 99ad3c5 netfilter: nf_nat_core: don't check if the tuple is used if there is no other choice by Changli Gao · 14 years ago
  32. 70a8516 netfilter: use NFPROTO_IPV4 instead of AF_INET by Changli Gao · 14 years ago
  33. 0abee52 netfilter: nf_nat: add nf_nat_csum() by Changli Gao · 14 years ago
  34. 83b6b1f flow: better memory management by Eric Dumazet · 14 years ago
  35. 9ca7f87 pkt_sched: remov unnecessary bh_disable by stephen hemminger · 14 years ago
  36. a034ee3 fib: cleanups by Eric Dumazet · 14 years ago
  37. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  38. b2abd4c tipc: Optimize handling excess content on incoming messages by Paul Gortmaker · 14 years ago
  39. 49d61e2 tunnels: missing rcu_assign_pointer() by Eric Dumazet · 14 years ago
  40. f39234d net/core: add lock context change annotations in net/core/sock.c by Namhyung Kim · 14 years ago
  41. a700d8b net/core: remove address space warnings on verify_iovec() by Namhyung Kim · 14 years ago
  42. 123031c sctp: fix test for end of loop by Joe Perches · 14 years ago
  43. cf0ac2b Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6 by David S. Miller · 14 years ago
  44. e199e61 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 14 years ago
  45. 719f835 udp: add rehash on connect() by Eric Dumazet · 14 years ago
  46. e038600 net: inet_add_protocol() can use cmpxchg() by Eric Dumazet · 14 years ago
  47. 20c72bd RDS: Implement masked atomic operations by Andy Grover · 14 years ago
  48. 59f740a RDS/IB: print string constants in more places by Zach Brown · 14 years ago
  49. 4518071 RDS: cancel connection work structs as we shut down by Zach Brown · 14 years ago
  50. ffcec0e RDS: don't call rds_conn_shutdown() from rds_conn_destroy() by Zach Brown · 14 years ago
  51. 5adb5bc RDS: have sockets get transport module references by Zach Brown · 14 years ago
  52. 7751048 RDS: remove old rs_transport comment by Zach Brown · 14 years ago
  53. fe8ff6b RDS: lock rds_conn_count decrement in rds_conn_destroy() by Zach Brown · 14 years ago
  54. ea81986 RDS/IB: protect the list of IB devices by Zach Brown · 14 years ago
  55. 1bde04a RDS/IB: print IB event strings as well as their number by Zach Brown · 14 years ago
  56. 8576f37 RDS: flush fmrs before allocating new ones by Chris Mason · 14 years ago
  57. b4e1da3 RDS: properly use sg_init_table by Chris Mason · 14 years ago
  58. f046011 RDS/IB: track signaled sends by Zach Brown · 14 years ago
  59. ef87b7e RDS: remove __init and __exit annotation by Zach Brown · 14 years ago
  60. c20f5b9 RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create() by Andy Grover · 14 years ago
  61. d455ab6 RDS/IB: always process recv completions by Zach Brown · 14 years ago
  62. 80c51be RDS: return to a single-threaded krdsd by Zach Brown · 14 years ago
  63. 515e079 RDS/IB: create a work queue for FMR flushing by Zach Brown · 14 years ago
  64. 8aeb1ba RDS/IB: destroy connections on rmmod by Zach Brown · 14 years ago
  65. 24fa163 RDS/IB: wait for IB dev freeing work to finish during rmmod by Zach Brown · 14 years ago
  66. b6fb0df RDS/IB: Make ib_recv_refill return void by Andy Grover · 14 years ago
  67. fbf4d7e RDS: Remove unused XLIST_PTR_TAIL and xlist_protect() by Andy Grover · 15 years ago
  68. c9455d9 RDS: whitespace by Andy Grover · 15 years ago
  69. 7a0ff5d RDS: use delayed work for the FMR flushes by Chris Mason · 15 years ago
  70. eabb732 rds: more FMRs are faster by Chris Mason · 15 years ago
  71. 6fa70da rds: recycle FMRs through lockless lists by Chris Mason · 15 years ago
  72. 0f4b1c7 rds: fix rds_send_xmit() serialization by Zach Brown · 15 years ago
  73. 501dccc rds: block ints when acquiring c_lock in rds_conn_message_info() by Zach Brown · 15 years ago
  74. 671202f rds: remove unused rds_send_acked_before() by Zach Brown · 15 years ago
  75. 037f18a3 RDS: use friendly gfp masks for prefill by Chris Mason · 15 years ago
  76. 3324412 RDS/IB: Add caching of frags and incs by Chris Mason · 15 years ago
  77. fc24f78 RDS/IB: Remove ib_recv_unmap_page() by Andy Grover · 15 years ago
  78. 3427e85 RDS: Assume recv->r_frag is always NULL in refill_one() by Andy Grover · 15 years ago
  79. 0b088e0 RDS: Use page_remainder_alloc() for recv bufs by Andy Grover · 15 years ago
  80. fc19de3 RDS/IB: disconnect when IB devices are removed by Zach Brown · 15 years ago
  81. f3c6808 RDS: introduce rds_conn_connect_if_down() by Zach Brown · 15 years ago
  82. 3e0249f RDS/IB: add refcount tracking to struct rds_ib_device by Zach Brown · 15 years ago
  83. 89bf9d4 RDS/IB: get the xmit max_sge from the RDS IB device on the connection by Zach Brown · 15 years ago
  84. a46ca94 RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lock by Zach Brown · 15 years ago
  85. 1cc2228 rds: Fix reference counting on the for xmit_atomic and xmit_rdma by Chris Mason · 15 years ago
  86. bcf50ef rds: use RCU to protect the connection hash by Chris Mason · 15 years ago
  87. abf4543 RDS: use locking on the connection hash list by Chris Mason · 15 years ago
  88. c9e6538 rds: Fix RDMA message reference counting by Chris Mason · 15 years ago
  89. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 15 years ago
  90. 38a4e5e rds: Use RCU for the bind lookup searches by Chris Mason · 15 years ago
  91. e4c52c9 RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() by Andy Grover · 15 years ago
  92. 4a81802 RDS/IB: Remove unused variable in ib_remove_addr() by Andy Grover · 15 years ago
  93. 764f2dd rds: rcu-ize rds_ib_get_device() by Chris Mason · 15 years ago
  94. c83188d rds: per-rm flush_wait waitq by Chris Mason · 15 years ago
  95. 976673e rds: switch to rwlock on bind_lock by Chris Mason · 15 years ago
  96. ce47f52 RDS: Update comments in rds_send_xmit() by Andy Grover · 15 years ago
  97. 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 15 years ago
  98. acfcd4d RDS: Get pong working again by Andy Grover · 15 years ago
  99. a40aa92 RDS: Do wait_event_interruptible instead of wait_event by Andy Grover · 15 years ago
  100. fcc5450 RDS: Remove send_quota from send_xmit() by Andy Grover · 15 years ago